All Versions
7
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Changelog History
-
v1.0.1.0 Changes
- 🛠 Fix broken
neuron search
in static binary (#429)
- 🛠 Fix broken
-
v1.0.0.0 Changes
- ⚡️ 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) - 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)
- ⚡️ Updates
-
v0.6.0.0 Changes
July 24, 2020- 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
- Markdown: switch to Pandoc, and commonmark (with extensions). #166
-
v0.5.0.0 Changes
- 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 (org, reST, etc.)
- Switch to GHC 8.6 (for reflex-dom)
- 👍 Raw HTML support (#191)
- Introduce new "uplink tree" view (#195)
- Resilient error handling (#202, #215)
- ➕ Added
neuron query --graph
to get the entire graph as JSON export - 👍 YAML block is now optional; title is also optional, while native Markdown H1 titles are now supported (#230)
- 🐛 Bug fixes
- Fix 'neuron new' generating invalid Markdown when title contains special characters (#163)
- Markdown: switch to Pandoc, and commonmark (with extensions). #166
-
v0.4.0.0 Changes
May 09, 2020- 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.
- 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
-
v0.3.0.0 Changes
- 🆕 New features
- Short links.
- 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. - Custom themes for web interface
- Custom alias redirects
- #90: Client-side web search
- #107: Add full path to the zettel in
neuron query
JSON - #115: Hierarchical tags, with tag pattern in zquery
- CLI 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
under the Zettelkasten directory. neuron ... rib serve
is nowneuron rib -wS
.
- Zettelkasten directory is now provided via the
- 🐛 Bug fixes
- Fix regression in neuron library use
- #130: Handle links inside blockquotes
- 💻 UI
- 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
- 🆕 New features
-
v0.2.0.0 Changes
April 08, 2020- 🎉 Initial public release