You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Despite being semantically weak, a number of ecosystem tools encourage tag use.
An author may use these tools for non-Deck presentation of notebooks. These might include useful rules that can act as "base coat" choices for slide building. As a Deck is closer to this kind of experience than "full" Notebook authoring, an author should be able to (temporarily) opt into a set of tag opinions, or build, save, and reuse their own.
Constraints
Why tags?
jupyterlab-fonts hoists cell/metadata/tags to the DOM in data
the chosen system should serve both ends of the spectrum...
Elevator Pitch
Allow a Deck author to add styling via different, discoverable cell tags:
References
Motivation
Despite being semantically weak, a number of ecosystem tools encourage tag use.
An author may use these tools for non-Deck presentation of notebooks. These might include useful rules that can act as "base coat" choices for slide building. As a Deck is closer to this kind of experience than "full" Notebook authoring, an author should be able to (temporarily) opt into a set of tag opinions, or build, save, and reuse their own.
Constraints
Why tags?
jupyterlab-fonts
hoistscell/metadata/tags
to the DOM indata
Design Ideas
API Ideas
conf.d
UI Ideas
A fully-expanded view might appear like:
Where, by default, the main UI is a growing list of currently in-use tags.
Data Ideas
Per-cell tags will go in
cells/*/metadata/tags
.Style templates will end up in
notebook/metadata/@jupyterlab/deck
, perhaps of the formThe text was updated successfully, but these errors were encountered: