forked from nyfelix/wikimindmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Currently parsing seems to be done by means of regexes --> bad thing!
Instead, we should use a proper parser. Alternatives found so far:
- parser used for Visual editor of Wikimedia
- works in NodeJS
- TODO does it work in browser?
- mainly parses to HTML
- works both in NodeJS and browser
- according to the author creates proper json structure, while Parsoid doesn't
- new official PHP parser, replaces old one called Tidy
Maybe we could use WTF to get structured json so to have an easy structure for mindmaps , while we could use Parsoid for creating HTML to display in tooltips
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels