Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the library Parse Wiki Text #15

Closed
ghost opened this issue Nov 1, 2018 · 2 comments
Closed

Use the library Parse Wiki Text #15

ghost opened this issue Nov 1, 2018 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ghost
Copy link

ghost commented Nov 1, 2018

Taizen currently parses wiki text in a naive way using regular expressions. Wiki text cannot be correctly parsed with regular expressions. I propose using Parse Wiki Text (crates.io, Github) to parse wiki text into a tree, and then formatting the output simply by walking the tree. See the readme of Parse Wiki Text for a description of the challenges of correctly parsing wiki text.

@nerdypepper
Copy link
Owner

Parse Wiki Text is a lifesaver!
I will definitely get to work on this as soon as possible!

Thanks!

@nerdypepper nerdypepper added enhancement New feature or request help wanted Extra attention is needed labels Nov 5, 2018
@ChristopherBilg ChristopherBilg self-assigned this May 30, 2023
@ChristopherBilg
Copy link
Collaborator

After taking ownership of this issue, I see that parse_wiki_text was last released ~4 years ago. I don't think that bringing on more technical debt that is ~4 years old as a dependency is the best route forward at the moment. Currently looking into alternatives.

@ChristopherBilg ChristopherBilg closed this as not planned Won't fix, can't repro, duplicate, stale May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants