wq.app 0.4.2
New Modules
- wq/markdown.js: Simplifies Markdown (marked) integration for wq/template.js by providing an `` template default that will render
context.markdownif it is present.
API improvements
- wq/app.js:
- Allow wq/store.js to be configured directly via app’s
configobject - Make it possible to return to a different page after saving an item (#9)
- Fix issue with dropdown menus not showing selected item (#7)
- wq configuration object: add a
defaultsoption to simplify specifying field defaults innewviews for pages
- Allow wq/store.js to be configured directly via app’s
- wq/store.js:
- Fix issues with
find()indexes (#10)
- Fix issues with
Other
- Added
bashhighlighting support to bundled highlight.js - Various minor bug fixes
- JSHint and other syntax improvements
You may also be interested in tawq, a presentation builder based on wq.app.