neuron version history
6 releases tracked, newest first.
1.9.35.0
Aug 11, 2021- Development snapshot release for 2021-08-11
- Includes self-contained Linux executable
0 downloads
1.0.1.0
Oct 9, 2020- Fix broken `neuron search` in static binary (#429)
1 download
1.0.0.0
Oct 8, 2020Blog post: https://www.srid.ca/neuron-v1.html
- Updates
- Bump commonmark, commonmark-extensions (0.2)
- Skylighting 0.9 (pure Haskell syntax highlighting)
- Web Interface
- Styling fixes
- Fix incorrect body font (esp. on Windows)
- Fix task list checkbox styling (#233)
- Use superscript for folgezettel link suffix (#346)
- Fix missing clusters in z-index on some cyclic graphs (#357)
- Update Fomantic UI to 2.8.7
- Allow custom HTML snippet in `<head>` (#385)
- Group orphan zettels in z-index (#380)
- Fix footnote alignment on Firefox (#398)
- Hide footnote refs from search result preview (#326)
- Backlinks improvements
- Backlinks panel now displays all kinds of backlinks (includig uplinks) for sake of completion.
- Zettel format
- Wiki-style links: instead of `<foo>` you can now use `[[[foo]]]`; and instead of `<foo?cf>`, you can use `[[foo]]`. (#351)
- Support regular markdown links (#366)
- Allow title as Zettel IDs (#399)
- Drop support for legacy links (#366)
- Allow specifying time in the `date` metadata propery (#343)
- Add `unlisted` metadata property to hide a zettel from z-index (#318)
- Markdow
1 download
0.6.0.0
Jul 24, 2020- Markdown: switch to Pandoc, and commonmark (with [extensions](https://github.com/jgm/commonmark-hs/tree/master/commonmark-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](https
0 downloads
0.4.0.0
May 9, 2020- Notable changes
- More convenient links; `<foobar>` instead of `[foobar](z:/)` (#59)
- Hierarchical tags, with tag pattern in zquery (#115)
- Change default ID generation to use random hash (#151)
- Add `date` field to Markdown metadata
- Added `neuron query` to query the Zettelkasten and get JSON output (#42)
- CLI argument parsing revamp
- Zettelkasten directory is now provided via the `-d` argument.
- Its default, `~/zettelkasten`, is used when not specified.
- This directory must exist, otherwise neuron will error out.
- The output directory is now moved to `.neuron/output`
- `neuron ... rib serve` is now `neuron rib -wS`.
- CLI changes:
- Full text search: `neuron search --full-text`
- #43: Add `neuron search -e` to open the matching zettel in $EDITOR
- Allow customizing output directory
- Added `neuron open` to open the locally generated Zettelkasten site.
- #107: Add full path to the zettel in `neuron query` JSON
- Web interface:
- Custom themes for web interface
- Display all backlinks to a zettel (even those not in category tree) (#34)
- Simplified link style (#151)
- Client-side web search (#90)
- Add
0 downloads
0.2.0.0
Apr 8, 2020Initial public release
0 downloads