You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can markdown parsing be something disabled via config setting? So if off and we want markdown, typing / to bring up the menu to choose a "markdown" option (like code block, image, table, etc. already are today) would switch that block to markdown?
I like the shortcut to avoid having markdown parsed, but I would prefer to disable markdown completely by default and choose when to use it. Most times I just want a very simple text editor.
Also ok with the same backtick shortcut GitHub has, but the problem is you can't edit text in there. In other words, you need to type everything at once. If you go back in between the backticks, you're adding normal text.
The second issue is that markdown is parsed while you are in the middle of the backtick.
So you type ` and then go to type a word with two underscores before you close that backtick and things end up italic inside the red code.
Ultimately the markdown parsing makes it impossible to do anything other than use a code block if you have multiple underscores in a line. It's a way big issue actually. I know I just rattled off what are a few different issues, sorry.
Closing this for now, as Annie mentions above, you can use CTRL/CMD + Z to undo the latest applied markdown, and you can continue to complete your text as intended.
We will most likely make improvements to this behavior in the future.
Description
Can markdown parsing be something disabled via config setting? So if off and we want markdown, typing
/
to bring up the menu to choose a "markdown" option (like code block, image, table, etc. already are today) would switch that block to markdown?I like the shortcut to avoid having markdown parsed, but I would prefer to disable markdown completely by default and choose when to use it. Most times I just want a very simple text editor.
Also ok with the same backtick shortcut GitHub has, but the problem is you can't edit text in there. In other words, you need to type everything at once. If you go back in between the backticks, you're adding normal text.
The second issue is that markdown is parsed while you are in the middle of the backtick.
So you type ` and then go to type a word with two underscores before you close that backtick and things end up italic inside the red code.
Ultimately the markdown parsing makes it impossible to do anything other than use a code block if you have multiple underscores in a line. It's a way big issue actually. I know I just rattled off what are a few different issues, sorry.
Originally posted by @tmaiaroto in #3628 (comment)
Impact
All users who want to use AppFlowy as a simple text-based notes app. OR
All users who want to disable markdown syntax in some use-cases.
The text was updated successfully, but these errors were encountered: