Mercurial > libervia-backend
log sat/plugins/plugin_misc_text_syntaxes.py @ 3309:71761e9fb984
age | author | description |
---|---|---|
2020-01-29 | Goffi | fixed shebangs |
2020-01-29 | Goffi | dates update |
2019-11-18 | Goffi | plugin text syntaxes: don't use anymore deprecated cgi.escape |
2019-09-25 | Goffi | jp: jp asyncio port: |
2019-08-13 | Goffi | Python 3 port: |
2019-03-25 | Goffi | plugin text syntaxes: activated useful markdown extensions: |
2019-03-25 | Goffi | plugin text syntaxes: disable raw HTML parsing in mardown by default |
2019-03-25 | Goffi | plugin text syntaxes: fixed default syntax |
2019-01-19 | Goffi | plugin text syntaxes: handle empty content in cleanXHTML + don't use self-closing tags for non-void elements. |
2019-01-19 | Goffi | core (XMLUI): new XHTMLBox widget: |
2019-01-19 | Goffi | plugin text syntaxes: cleanStyle is an independent method, cleanXHTML is now blocking (no need to launch thread for that) |
2019-01-19 | Goffi | plugin text syntaxes: changed import name to TEXT_SYNTAX (better with underscore for autocompletion) |
2019-01-12 | Goffi | date update |
2018-06-27 | Goffi | code style reformatting using black |