[GH-ISSUE #3816] [FR] A Way to Disable Markdown parsing in AppFlowy #1724

Closed
opened 2026-03-23 21:16:29 +00:00 by mirror · 4 comments
Owner

Originally created by @MayurSMahajan on GitHub (Oct 27, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3816

Originally assigned to: @Xazin on GitHub.

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 https://github.com/AppFlowy-IO/AppFlowy/issues/3628#issuecomment-1783153626

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.

Originally created by @MayurSMahajan on GitHub (Oct 27, 2023). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/3816 Originally assigned to: @Xazin on GitHub. ## 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 https://github.com/AppFlowy-IO/AppFlowy/issues/3628#issuecomment-1783153626_ ## 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.
mirror 2026-03-23 21:16:29 +00:00
Author
Owner

@annieappflowy commented on GitHub (Dec 21, 2023):

#3964

<!-- gh-comment-id:1866726324 --> @annieappflowy commented on GitHub (Dec 21, 2023): #3964
Author
Owner

@Xazin commented on GitHub (Apr 8, 2024):

We have the \ backslash to ignore markdown, so this is how it would look:

Hello world, and `\_welcome_ to appflowy`.

Which should end up looking like this:

Hello world, and _welcome_ to appflowy.

<!-- gh-comment-id:2042486059 --> @Xazin commented on GitHub (Apr 8, 2024): We have the `\` backslash to ignore markdown, so this is how it would look: ``` Hello world, and `\_welcome_ to appflowy`. ``` Which should end up looking like this: Hello world, and `_welcome_ to appflowy`.
Author
Owner

@annieappflowy commented on GitHub (Aug 10, 2024):

cmd / ctrl z to undo markdown

<!-- gh-comment-id:2279977648 --> @annieappflowy commented on GitHub (Aug 10, 2024): cmd / ctrl z to undo markdown
Author
Owner

@Xazin commented on GitHub (Oct 3, 2024):

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.

<!-- gh-comment-id:2390292126 --> @Xazin commented on GitHub (Oct 3, 2024): 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#1724
No description provided.