Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
0.6.0.0 source code.tar.gz | 2020-07-24 | 85.3 kB | |
0.6.0.0 source code.zip | 2020-07-24 | 139.2 kB | |
README.md | 2020-07-24 | 1.2 kB | |
Totals: 3 Items | 225.7 kB | 0 |
- Markdown: switch to Pandoc, and commonmark (with extensions). [#166]
- Markdown parsing is consequently less strict and more permissive
- With this change, neuron can potentially support other text formats (experimental org support already in)
- Raw HTML support (#191)
- YAML block is now optional; title is also optional, while native Markdown H1 titles are now supported (#230)
- Web Interface
- Introduce new "uplink tree" view, replacing connections pane (#195)
- Allow customizing favicon
- z-index: Allow cycles (#248)
- z-index: display parse and query errors (#220, [#221])
- CLI:
- Resilient error handling (#202, [#215])
- Added
neuron query --graph
to get the entire graph as JSON export- Add backlinks query (#216)
- Add bash/zsh shell completion (#239)
- neuron new: title is optional (#232)
- Bug fixes
- Fix 'neuron new' generating invalid Markdown when title contains special characters (#163)
- Allow custom CLI in $EDITOR (#227)
- Others
- Reduce install size (#240)
- Nightly docker releases
- Automatic publishing through neuron-template