Gabriel Fróes Franco gffranco
gffranco commented on issue gffranco/nuwiki#7 2026-06-24 01:12:33 +00:00
Spaceless headings (==Heading==) are not parsed as headings (vimwiki accepts them)

Confirmed and fixed on main (commit 4a717bc) — will ship in the next release.

The heading lexer required a space after the opening =s, so ==Heading== fell through to a literal `

==Heading…

gffranco pushed to main at gffranco/nuwiki 2026-06-24 01:09:49 +00:00
4a717bcb31 fix(parser): accept spaceless headings (==Heading==) like vimwiki (#7)
gffranco released nuwiki-rs 0.4.1 at gffranco/nuwiki-rs 2026-06-24 01:03:32 +00:00
gffranco pushed tag v0.4.1 to gffranco/nuwiki-rs 2026-06-24 01:02:43 +00:00
gffranco pushed to main at gffranco/nuwiki-rs 2026-06-24 01:01:56 +00:00
22a6bcb815 fix(clippy): resolve lints for Rust 1.96 (io_other_error, derivable_impls, manual_contains, unnecessary_sort_by, while_let_loop)
gffranco opened issue gffranco/nuwiki#7 2026-06-24 00:52:48 +00:00
Spaceless headings (==Heading==) are not parsed as headings (vimwiki accepts them)
gffranco pushed to main at gffranco/nuwiki-rs 2026-06-24 00:37:56 +00:00
96970405a0 sync: bring Rust crates in line with nuwiki main (v0.4.1)
gffranco pushed to main at gffranco/nuwiki-rs 2026-06-24 00:35:55 +00:00
93312d4a23 sync: bring Rust crates in line with nuwiki main (v0.4.0+release bumps)
gffranco pushed to main at gffranco/nuwiki-rs 2026-06-24 00:27:03 +00:00
5a102013bb fix(html): keyword-in-heading badge + brackets in wikilink descriptions
gffranco pushed to main at gffranco/nuwiki-rs 2026-06-24 00:17:01 +00:00
cdd85a4cc1 chore: add scripts/set-version.sh for release versioning
gffranco closed issue gffranco/nuwiki#6 2026-06-24 00:15:10 +00:00
HTML export diverges from upstream vimwiki :VimwikiAll2HTML output (headings, code fences, tag ids)
gffranco commented on issue gffranco/nuwiki#6 2026-06-24 00:15:10 +00:00
HTML export diverges from upstream vimwiki :VimwikiAll2HTML output (headings, code fences, tag ids)

Two follow-up rendering bugs found while reviewing the exported pages are now fixed in v0.4.1 (commit a653903):

  • Keyword headings — a header whose text is a keyword (== TODO ==) was…
gffranco released v0.4.1 at gffranco/nuwiki 2026-06-24 00:13:16 +00:00
gffranco pushed tag v0.4.1 to gffranco/nuwiki 2026-06-24 00:10:36 +00:00
gffranco pushed to main at gffranco/nuwiki 2026-06-24 00:10:35 +00:00
f1494dd2fc chore(release): 0.4.1
gffranco pushed to main at gffranco/nuwiki-rs 2026-06-24 00:08:36 +00:00
cfc8075e06 ci: remove vim/neovim plugin stages, fix release yaml
gffranco pushed to main at gffranco/nuwiki-rs 2026-06-24 00:02:10 +00:00
29a4efb6bc feat: initial nuwiki Rust workspace (core, lsp, ls)
gffranco created branch main in gffranco/nuwiki-rs 2026-06-24 00:02:10 +00:00
gffranco created repository gffranco/nuwiki-rs 2026-06-23 23:59:45 +00:00
gffranco pushed to main at gffranco/nuwiki 2026-06-23 23:59:40 +00:00
a653903dba fix(html): keyword-in-heading badge + brackets in wikilink descriptions