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.markdown
if it is present.
API improvements
- wq/app.js:
- Allow wq/store.js to be configured directly via app’s
config
object - 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
defaults
option to simplify specifying field defaults innew
views 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
bash
highlighting 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.