mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-28 09:56:08 +00:00
[GH-ISSUE #3816] [FR] A Way to Disable Markdown parsing in AppFlowy #1724
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#1724
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@annieappflowy commented on GitHub (Dec 21, 2023):
#3964
@Xazin commented on GitHub (Apr 8, 2024):
We have the
\backslash to ignore markdown, so this is how it would look:Which should end up looking like this:
Hello world, and
_welcome_ to appflowy.@annieappflowy commented on GitHub (Aug 10, 2024):
cmd / ctrl z to undo markdown
@Xazin commented on GitHub (Oct 3, 2024):
Closing this for now, as Annie mentions above, you can use
CTRL/CMD + Zto 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.