chemicalcain / FeatherWiki

A lightweight quine for simple, self-contained wikis [MIRROR]
https://codeberg.org/Alamantus/FeatherWiki
GNU Affero General Public License v3.0
0 stars 0 forks source link

Separate editors into plugin files #2

Open chemicalcain opened 1 year ago

chemicalcain commented 1 year ago

FeatherWiki has the ability to switch between a rich text editor and a Markdown editor in its core source. This seems unnecessarily bulky to me, since extra code is needed to parse the rich text into the saved text. Markdown seems to largely be saved as markdown, but rich text is saved as html, which takes many more characters. If lightweight is the goal, then here's my recommendation:

This would shrink the core of FeatherWiki and allow users more flexibility.

chemicalcain commented 1 year ago

Image upload will need to be managed elsewhere if rich text is to be removed. See #3