mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 04:46:56 +00:00
[GH-ISSUE #1834] [FR] supports markdown code format #718
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#718
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 @xiamaocheng on GitHub (Feb 10, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/1834
Originally assigned to: @gunjan-l on GitHub.
Description
supports markdown code format
Impact
coder
Additional Context
No response
@annieappflowy commented on GitHub (Feb 10, 2023):
We need to create a documentation on the markdowns we support
@annieappflowy commented on GitHub (Feb 10, 2023):
Hi @xiamaocheng ,
Here is a list of markdowns we're supporting:
Can you please let us know what other markdowns you need but we're not supporting?
Thanks!
@xiamaocheng commented on GitHub (Feb 10, 2023):
1.supports markdown export
2.provider features when writing code
@AmanNegi commented on GitHub (Mar 2, 2023):
Hey there, I would love to work on this task! From my understanding we want to add the following to the documentation:
Correct me if I am wrong, also please let me know in which file we are supposed to add it. 😊
@annieappflowy commented on GitHub (Mar 2, 2023):
I suppose this is partially supported.
@LucasXu0 can provide you with more details.
@xiamaocheng commented on GitHub (Mar 2, 2023):
You're right. Do it. Good luck
------------------ 原始邮件 ------------------
发件人: "Aman @.>;
发送时间: 2023年3月2日(星期四) 上午10:37
收件人: @.>;
抄送: @.>; @.>;
主题: Re: [AppFlowy-IO/AppFlowy] [FR] supports markdown code format (Issue #1834)
Hey there, I would love to work on this task! From my understanding we want to add the following to the documentation:
Supported Export Types
Supported Markdowns (i.e while writing in the document)
Correct me if I am wrong, also please let me know in which file we are supposed to add it. 😊
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>
@LucasXu0 commented on GitHub (Mar 2, 2023):
Hey, @AmanNegi.
For the first part, we have supported exporting our document to markdown text. However, some styles may not be supported yet.
It will be appreciated if you can complete the rest part.
For the second part, there are some markdown syntaxes have been implemented.
@AmanNegi commented on GitHub (Mar 9, 2023):
Sorry forgot this gonna complete this really fast.
Just wanted to know this:
@gunjan-l commented on GitHub (Mar 15, 2023):
Hi @xiamaocheng @LucasXu0 @annieappflowy ,
I was wondering if anyone could update me on the status of Github issue . Has it been resolved yet?
If not, I would like to offer my assistance in resolving the issue. Would it be okay if I try to tackle the problem and submit a pull request with a proposed solution?
Thank you!
@LucasXu0 commented on GitHub (Mar 15, 2023):
Hey, @glunkad @AmanNegi . It hasn't been solved yet. For now, some styles will miss while exporting document to markdown, like divider, code block. You can refer to this function
documentToMarkdown.@gunjan-l commented on GitHub (Mar 17, 2023):
Hi @LucasXu0 , I completed setting up the project and got it running . Correct me I am wrong ,from my understanding we need to add all the supported markdown code format to documentation and also refer
documentToMarkdownfunction from fileplugins/document/application/share_bloc.dartalso please let me know in which file we are supposed to add it.@LucasXu0 commented on GitHub (Mar 17, 2023):
@glunkad. Yes. You can add the new parsers in this directory.
AppFlowy/frontend/appflowy_flutter/lib/plugins/document/presentation/plugins/parsers@gunjan-l commented on GitHub (Mar 18, 2023):
Hi @LucasXu0 , I tried to find the new parsers but I am not able to find could to suggest some.
@LucasXu0 commented on GitHub (Mar 20, 2023):
Hey, @glunkad. You can refer to this file. For example, you can implement a code block parser.
@gunjan-l commented on GitHub (Mar 27, 2023):
Hi @LucasXu0 , is there any other parser to be implemented?
@LucasXu0 commented on GitHub (Mar 28, 2023):
@glunkad Sure. For example, callout, and some built-in markdown syntaxes. You can import a markdown file to AppFlowy, and then export it via the share button, and check the diff between them.
@gunjan-l commented on GitHub (Apr 12, 2023):
Hi @LucasXu0, callout markdown is already present. Can you suggest other markdown ? I tried your work around you suggested but did not find anything.
@LucasXu0 commented on GitHub (Apr 12, 2023):
@glunkad I think you could optimize the underline logic, as shown in the screenshots below. Currently, we haven't implemented the parser for ....
How to reproduce
@gunjan-l commented on GitHub (Apr 18, 2023):
Hey @LucasXu0 ,
can you please let me know in which file we are supposed to add it or create a new file.
@xiamaocheng commented on GitHub (Jun 14, 2023):
Thank you very much for your hard work
------------------ 原始邮件 ------------------
发件人: @.>;
发送时间: 2023年6月13日(星期二) 下午3:58
收件人: @.>;
抄送: @.>; @.>;
主题: Re: [AppFlowy-IO/AppFlowy] [FR] supports markdown code format (Issue #1834)
Closed #1834 as completed.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>
@dandv commented on GitHub (Dec 10, 2024):
Typing
|at the beginning of a paragraph/block, should quote it. Any chance to implement this @LucasXu0 ?