aoloe / scribus-plugin-gettext-markdown

Text importer for loading Markdown text into Scribus files.
21 stars 2 forks source link

Resource Links for Robust Markdown Support #6

Open gitjeff2 opened 8 years ago

gitjeff2 commented 8 years ago

It would be handy to be able to import Markdown-formatted text into a Scribus document. Markdown is lightweight and well supported by several libraries.

There are several different variations to Markdown. For maximum compatibility Scribus would ideally support:

The above commonly used Markdown extensions should cover a lot of use cases.

aoloe commented 8 years ago

hi

well, my basic idea is to support only "pure" markdown (no html) and eventually add on top of it some custom formatting which are useful for layouts (like styles).

the first plan however is just to get the greg based barser to work with the leg file (https://github.com/aoloe/scribus-plugin-gettext-markdown/blob/master/src/README.md)

but i'm open for ideas and feedback!