Releases: zsviczian/obsidian-codeeditor
Releases · zsviczian/obsidian-codeeditor
CodeView 0.0.4
Cleaned up some of the wording in settings.
Added some additional description to ReadMe.
Cleaned up the source a bit.
To Install:
- Exit Obsidian.
- Copy the 3 files main.js, manifest.json, styles.css to the vault/.obsidian/plugins/obsidian-codeview/ folder.
- Restart Obsidian.
CodeView 0.0.3
Implemented editing of css snippets and themes, including synchronization of file moves, renames, deletions. See settings for details.
Changed CodeMirror approach. I am no longer pretending files with
See ReadMe for styling instructions.
CodeView 0.0.2
Implemented editing of css snippets and themes, including synchronization of file moves, renames, deletions. See settings for details.
Changed CodeMirror approach. I am no longer pretending files with
See ReadMe for styling instructions.