Reocin / obsidian-markdown-formatting-assistant-plugin

This Plugin provides a simple WYSIWYG Editor for Markdown and in addition a command line interface. The command line interface facilitate a faster workflow.
245 stars 27 forks source link

Cannot enter (change the line) after double slash // #40

Closed calculusfan closed 2 years ago

calculusfan commented 2 years ago

Describe the bug When I entered the Latex formula, I found that I couldn't change the line after entering the double slash “//”, that is, the Enter key would not work. Although you can press Enter after entering another space (after //), and come back to delete the extra space, I find it's very annoying. As the double slash has multiples roles and is often used in Latex, this bug may bother many users.

By the way, it seems like a problem of the trigger to me, and if this is the case, an exception for trigger may be a solution.

To Reproduce Steps to reproduce the behavior:

  1. Type //
  2. Press Enter
  3. Enter key doesn't work
Reocin commented 2 years ago

There will be no trigger key in the next release and I hope this bug should be solver. I will use a hotkey instat. Please follow the issue https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin/issues/54

Reocin commented 2 years ago

Hey guys, it is just a quick fix, but the plugin should work again. Please make sure that you use an obsidian version 0.15.x and update the plugin to the version 0.4.0

Read also read the README for the new replacement of the trigger command \. It works now with the hotkey ALT+Q (it is just a quick update of the README. I will go through on another day)