Initial release of Typewriter
- Careful choice in fonts; monospace in the editor and semi-proportional in preview and UI
- Fonts have been base64 encoded, meaning you don't need to install them to use Typewriter
- This also means that the fonts used here are available on mobile
- Vim cursor support
- Cool dark mode and warm light mode
- Compatibility with community plugins (see Plugin Compatibility)
- Compatibility with Obsidian Hub
- Multicolored highlights support (achieved through the use of inline color classes)
- To use the multicolored highlights, use
<text class=orange>This is some orange text</text> - Current colors supported: green, orange
- To use the multicolored highlights, use
- Clean PDF export without link colors (achieved through YAML header
cssclass: nolink) - Focus on the active line