mirror of
https://github.com/lukasbach/obsidian-code-files.git
synced 2026-07-22 07:40:30 +00:00
update readme for new version
This commit is contained in:
parent
594a47deda
commit
227aff4995
2 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
|
@ -5,6 +5,9 @@
|
|||
The plugin adds a code editor view to Obsidian. The code editor uses the powerful
|
||||
[Monaco Editor](https://microsoft.github.io/monaco-editor/), which also powers VS Code.
|
||||
|
||||
*__🚀 New Feature: The plugin now also supports editing individual code blocks from Markdown
|
||||
files in an embedded Monaco Editor instance. Read [below](#new-feature-code-block-editing).__*
|
||||
|
||||
**Caveat: This plugin currently relies on hosted dependencies and thus needs an internet connection.
|
||||
Read [below](#caveat-online-dependency) for more information.**
|
||||
|
||||
|
|
@ -16,6 +19,21 @@ in the ribbon.
|
|||
|
||||

|
||||
|
||||
## New Feature: Code Block Editing
|
||||
|
||||
As of Version 0.2.0, the plugin also supports editing individual code blocks from any
|
||||
Markdown document in the editor. You
|
||||
can either invoke the command palette and search for "Open Current Code Block in Monaco
|
||||
Editor", or right click on any code block and click on "Edit Code Block in Monaco Editor".
|
||||
|
||||
This will open a new modal with a Monaco Editor instance in which you can edit the code
|
||||
block, which will automatically sync back to the block in your document when you close
|
||||
the modal.
|
||||
|
||||

|
||||
|
||||
## More Screenshots
|
||||
|
||||

|
||||
|
||||

|
||||
|
|
|
|||
BIN
fence-editing.gif
Normal file
BIN
fence-editing.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 528 KiB |
Loading…
Reference in a new issue