Many users want to give some flair to their documents. But allowing users to set custom fonts, colors, sizes and line distances adds a lot of complexity and often leads to highly inconsistent documents.
Many knowledge and content management tools limit styling options. If styling is needed with CMS content, it often is created by the front-end engineer who sets CSS.
We could do something similar:
- Allow users to set a
DocumentTheme
- This is a minimal CSS document that sets styling for document-type content (headings, paragraphs, fonts, etc).
- Atomic Assistant should have tools to write and edit this!
- We should give a set of example themes to inspire users
- Users should have the freedom to disable custom styles, or maybe force-set their own custom style?
Many users want to give some flair to their documents. But allowing users to set custom fonts, colors, sizes and line distances adds a lot of complexity and often leads to highly inconsistent documents.
Many knowledge and content management tools limit styling options. If styling is needed with CMS content, it often is created by the front-end engineer who sets CSS.
We could do something similar:
DocumentTheme