XiYang6666 / WrittenBookEditor

基于 PySide6 的 Minecraft 成书编辑器 / Minecraft written book editor based on PySide6
MIT License
18 stars 2 forks source link

Feature Request: Markdown support? #8

Open LiPolymer opened 1 week ago

LiPolymer commented 1 week ago

I guess that Markdown support will be pretty useful.

XiYang6666 commented 1 week ago

Markdown is mostly used for typesetting. Most markdown formats are difficult to implement in Minecraft.I think it is more practical to use MiniMessage to control style for texts in Minecraft.

XiYang6666 commented 1 week ago

https://docs.advntr.dev/minimessage/api.html#getting-started Maybe i can try my best to implement this.

LiPolymer commented 1 week ago

Maybe simple expressions such as italics and bold are also useful for existing documents.

The titles can be replaced directly with plain text.

As for links, they can be made into sth. like command executor and more.

LiPolymer commented 1 week ago

https://docs.advntr.dev/minimessage/api.html#getting-started Maybe i can try my best to implement this.

Thank you for your time and energy on this fantastic project!🙏