Skip to content

Releases: zsviczian/obsidian-codeeditor

CodeView 0.0.4

10 Sep 14:48
9357138
Compare
Choose a tag to compare

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.
    image

CodeView 0.0.3

07 Sep 19:13
Compare
Choose a tag to compare

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
image

See ReadMe for styling instructions.

image
image

CodeView 0.0.1

06 Sep 20:43
2f86c8a
Compare
Choose a tag to compare

image
Initial release. A minimalistic solution to view js and css files in Obsidian.

For the best experience, install CodeMirror Options plugin as well, and turn on "Use CodeMirror for Syntax highlighting in preview mode". https://github.com/nothingislost/obsidian-codemirror-options

image

CodeView 0.0.2

07 Sep 19:03
f133d68
Compare
Choose a tag to compare

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
image

See ReadMe for styling instructions.

image
image