jsonme icon indicating copy to clipboard operation
jsonme copied to clipboard

Template Escaping and multiple key handling

Open megawac opened this issue 11 years ago • 0 comments

Changes made:

  • Separation of jsonme resources (snack+Sizzle are compiled together and app.js is key seperate)
  • Data from resume.json is escaped using the method from Handlebars.Utils
  • templates can now support using the same key twice eg (from my code <a class="content" href="${link}">${link}</a> via a simple regexp
  • Remove unused fields (anywhere you don't set the html for a .content)

megawac avatar Jan 17 '14 22:01 megawac