Skip to content

ZeroDoctor/html-importer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-importer

Note: This repo uses c++17

Gets the job done but with a naive "parser"

Fixes

  • create a list of void elements
  • check if potential tags match a void element
  • continue until '>' is found even on the next line or if another '<' occurs

TODO not set in stone

  • In include tag, insert json labeled values to target template
    • Parse json content in include tags
    • Parse and look for "{#x}" in target template
    • Add values from include tags to desired target template
  • Insert/Replace includes with desired template into a build folder
  • Allow multiple json elements in include tag
  • Seperate "engine" from set template rules
  • Correctly ignore non-html files
  • Add option to dynamically change dom if id doesn't exists

About

html-importer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages