Butterfly
Butterfly copied to clipboard
[Feature request]: Add markdown
This one is a must.
This is a brilliant addition, but solely if it is possible to disable. I do not want all of my notes to be interpreted as Markdown.
Yeah I want to add three options: simple, markdown and rich text
@CodeDoctorDE, which format shall “rich text” utilize?
I'm not very sure, maybe I will create my own rich text format to have a better support in my app. But I don't think it will be ever possible to import docs files. The format is very heavy to support. There is already a pdf import for that
I split the rich text support in a new issue #247. These are two different features to develop.
Related to https://github.com/flutter/flutter/issues/109373. We need to wait until the issue was closed. I will look to add basic rich text support with #247.
I will implement an own renderer in 2.0
would latex/katex support also be included?
Latex is not markdown. Maybe adding an extra text type in https://github.com/LinwoodCloud/Butterfly/issues/97? Or we can add it as a code block ```katex abc ```
Basic markdown system is implemented. Advanced features like math rendering will be added later.
Added in 2.0.0-alpha.4