Zavy86 / WikiDocs

📗 Just a databaseless markdown flat-file wiki engine
https://www.wikidocs.it
MIT License
297 stars 43 forks source link

Suggestion: Use EasyMDE and ParsedownExtended #26

Closed ByteSturm closed 2 years ago

ByteSturm commented 2 years ago

Hey, I'm currently playing around with the tool.

I noticed that you are using SimpleMDE and Parsedown to edit and display the md files. I suggest using EasyMDE instead of SimpleMDE as SimpleMDE is not actively developed anymore.

Also I suggest using ParsedownExtended in addition to Parsedown as it comes with many handy features for a wiki / documentation tool and is able to display KaTeX as requested in issue 16 :)

Zavy86 commented 2 years ago

Hi, thank you so much for the tips. As soon as I have a moment I'll try!

Zavy86 commented 2 years ago

Replaced SimpleMDE with EasyMDE in branch /feature/easy-markdown-editor

Zavy86 commented 2 years ago

Replaced Parsedown and add Extra