Releases: srid/neuron
Releases · srid/neuron
1.9.35.0
1.0.1.0
1.0.0.0
Blog 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 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) - Markdown:
- Inline tags (#189)
- support for fancy lists (#335)
- Fix hard line breaks to actually work (#354)
- Allow dot in Zettel ID (#369)
- Drop support for legacy date IDs (#368)
- Add
bracked_spans
extension (#406)
- Wiki-style links: instead of
- CLI
- Faster querying: add
--cached
option toneuron query
, to run faster using the cache. To keep the cache up to date, make sure thatneuron rib
is running. - Add
--id
and--search
options toopen
command to open given zettel ID or search page respectively (#317) - Use current directory as the default value for
-d
(a la. git) (#389) - Adapt
neuron new
for title IDs (#408) neuron search
: fail if org is enabled, unless --full-text is used. (#420)
- Faster querying: add
- Static binaries
- Unicode-aware in filenames and links (#424)
0.6.0.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
- CLI:
- Bug fixes
- Others
- Reduce install size (#240)
- Nightly docker releases
- Automatic publishing through neuron-template
0.4.0.0
- Notable changes
- 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.
- Its default,
- The output directory is now moved to
.neuron/output
neuron ... rib serve
is nowneuron rib -wS
.
- Zettelkasten directory is now provided via the
- CLI changes:
- 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 JSON-LD breadcrumbs (#147)
- Add query to display tag tree (#121)
- Custom alias redirects
- Tags are restyled and positioned below
- Produce compact CSS in HTML head
- #24: zquery is displayed in HTML view.
- #100: Tables are styled nicely using Semantic UI
- Bug fixes
- Fix regression in neuron library use
- #130: Handle links inside blockquotes