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

Extract ALL text out of html\js #12

Open
vsubhuman opened this issue May 31, 2018 · 0 comments
Open

Extract ALL text out of html\js #12

vsubhuman opened this issue May 31, 2018 · 0 comments
Assignees
Labels
epic Epic issues describing big tasks and including smaller issues must Obligatory feature
Milestone

Comments

@vsubhuman
Copy link
Member

For now - all text is "hardcoded" inside HTML layout or inside JS. This sucks big time, since any change to text is painful and there's no chance for i18n.

In order to make world a better place, we need to extract all text into external files. Some files would look more like "articles" to cover stuff like the formula explanation, the FAQ, etc. Other files would look more like properties where phrases are assigned by keys. Might also have to look into template-engines to insert all the text into page.

  1. Support markdown: Add markdown render for long pages #3
  2. Support text injection into HTML (templates?): todo
  3. Extract all text according to supported format: todo
@vsubhuman vsubhuman added must Obligatory feature epic Epic issues describing big tasks and including smaller issues labels May 31, 2018
@vsubhuman vsubhuman added this to the v0.2 milestone May 31, 2018
@vsubhuman vsubhuman self-assigned this May 31, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic Epic issues describing big tasks and including smaller issues must Obligatory feature
Projects
None yet
Development

No branches or pull requests

1 participant