Feature/Fix | Description | Preview |
---|---|---|
New Code Syntax Highlighting
| Highlight code syntax in markdown preview mode with copy code language labels with support for ~180 languages from highlightjs
| |
New Split Preview
| View live edits in markdown side-by-side your editor with resize handle (mobile-friendly) | |
New Default View Setting
| Select between editor, split, or full as your default view (client-side setting) | |
New Notepad names used a filenames
| /data folder will now use notepad names as filenames with unique filename for better experience from terminal
| |
Fix Undo/Redo history
| Refactor undo/redo history to session stack per client per notepad for better independent tracking | |
Fix Better tab indent/deindent handling
| Tabbing should now correctly work in editor |
What's Changed
- Feat/add code syntax highlighting by @gitmotion in #65
- Suggestion by @mguilherme #64
- use notepad names for filenames by @gitmotion in #67
- Feat/add split preview by @gitmotion in #68
- Fix preview styles on light/dark toggle and marked-alerts fix by @gitmotion in #70
- v1.0.4 - Add support for code syntax highlighting, notepadnames for filenames, & 3-way toggle for split preview by @gitmotion in #69
Full Changelog: v.1.0.1...v1.0.4
Note
Service worker should auto bust and reload your cache for you but it that doesn't work
Make sure to clear your browser cache and reload to reflect the new changes
Dev console > Application > Storage > Clear site data
After the new cache has been applied, new versions will auto bust and reload your cache for you moving forward
Stay dumb friends!