Builditluc / wiki-tui

A simple and easy to use Wikipedia Text User Interface
https://wiki-tui.net/
MIT License
395 stars 14 forks source link

Simplify wiki::Article #218

Closed Builditluc closed 8 months ago

Builditluc commented 11 months ago

Linked to #216

This issue describes the changes already outlined in #216 for simplifying the Article struct. The decoupling from the Cursive library is being done when rewriting the parser because the article gets the parsed elements from the parser. The following things would need to be done:

Another major point would be to document all of the structs properly and with references to the mediawiki api documentation