Butterfly icon indicating copy to clipboard operation
Butterfly copied to clipboard

[Feature request]: Add markdown

Open CodeDoctorDE opened this issue 3 years ago • 7 comments
trafficstars

CodeDoctorDE avatar Mar 23 '22 11:03 CodeDoctorDE

This one is a must.

Shahin-rmz avatar Apr 17 '22 11:04 Shahin-rmz

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.

RokeJulianLockhart avatar Aug 03 '22 17:08 RokeJulianLockhart

Yeah I want to add three options: simple, markdown and rich text

CodeDoctorDE avatar Aug 03 '22 18:08 CodeDoctorDE

@CodeDoctorDE, which format shall “rich text” utilize?

RokeJulianLockhart avatar Aug 05 '22 15:08 RokeJulianLockhart

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

CodeDoctorDE avatar Aug 05 '22 15:08 CodeDoctorDE

I split the rich text support in a new issue #247. These are two different features to develop.

CodeDoctorDE avatar Aug 11 '22 06:08 CodeDoctorDE

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.

CodeDoctorDE avatar Aug 11 '22 19:08 CodeDoctorDE

I will implement an own renderer in 2.0

CodeDoctorDE avatar Nov 04 '22 07:11 CodeDoctorDE

would latex/katex support also be included?

MrRulf avatar Dec 15 '22 00:12 MrRulf

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 ```

CodeDoctorDE avatar Dec 15 '22 06:12 CodeDoctorDE

Basic markdown system is implemented. Advanced features like math rendering will be added later.

CodeDoctorDE avatar May 15 '23 11:05 CodeDoctorDE

Added in 2.0.0-alpha.4

CodeDoctorDE avatar May 15 '23 13:05 CodeDoctorDE