timhor / obsidian-editor-shortcuts

Obsidian plugin to add keyboard shortcuts commonly found in code editors such as Visual Studio Code (vscode) or Sublime Text
MIT License
330 stars 23 forks source link

inserting a line after frontmatter fence #52

Closed huyz closed 1 year ago

huyz commented 1 year ago

If the cursor is on a boundary of frontmatter and I insert a line, I get a line with a -. But this isn't a list item--it's just a fence.

--- %%cursor could be here%%
tags:
updated: '2023-01-09 11:06-08:00'
created: '2023-01-09 11:06-08:00'
--- %%or cursor could be here%%
- %%inserting a line incorrectly adds a `-`%%
timhor commented 1 year ago

Nice catch! Fixed in v1.12.0