Commit Graph

  • 5375e30bda fix(tables): don't skip escaped \| in cell scan — match the server main gffranco 2026-07-02 16:43:02 +00:00
  • 51e857f3c6 chore(release): 0.5.2 v0.5.2 gitea-actions 2026-07-02 12:02:20 +00:00
  • 4c187fee3c fix(tables): don't split a cell on a | inside a link/code/escape gffranco 2026-07-02 11:56:59 +00:00
  • cd173f000c chore(release): 0.5.1 v0.5.1 gitea-actions 2026-06-29 11:38:14 +00:00
  • 4bee216c05 refactor(client): self-review cleanup — dead code, dedup, parity, stale comments gffranco 2026-06-28 13:59:52 +00:00
  • 82444f5013 refactor(viml): extract shared heading_level/is_table_row/wiki_cfg; fix cap + spaceless gffranco 2026-06-28 12:38:04 +00:00
  • a9208db2e4 fix(lua): recognize spaceless headings (==Heading==) in client helpers gffranco 2026-06-28 12:28:37 +00:00
  • ac1db1af1d refactor(lua): extract shared heading_level/is_table_row; dedup wiki_list in search gffranco 2026-06-28 12:19:21 +00:00
  • 101cb1cea9 ci(release): automate plugin releases via workflow_dispatch gffranco 2026-06-24 16:26:28 +00:00
  • 3859d3b0e7 chore(release): 0.5.0 — first plugin-only release v0.5.0 gffranco 2026-06-24 16:20:41 +00:00
  • 1c299f4ae5 Merge pull request 'Remove Rust code, delegate LSP server to nuwiki-rs' (#8) from rust-removal into main gffranco 2026-06-24 16:13:48 +00:00
  • 4e4f39dbf2 docs(readme): prominent callout that the Rust server lives in nuwiki-rs #8 gffranco 2026-06-24 15:51:22 +00:00
  • 62a3d49649 docs(onboarding): drop stale release.yaml from tree, note manual plugin release gffranco 2026-06-24 15:42:27 +00:00
  • 71b47393af Fix CI: remove Rust-only jobs, replace with editor test suite gffranco 2026-06-24 13:16:10 +00:00
  • cb11889e72 Remove Rust code, delegate server to nuwiki-rs repo gffranco 2026-06-24 12:57:15 +00:00
  • 0df72e52ea chore(release): 0.4.2 gitea-actions 2026-06-24 01:16:07 +00:00
  • 4a717bcb31 fix(parser): accept spaceless headings (==Heading==) like vimwiki (#7) gffranco 2026-06-24 01:09:32 +00:00
  • f1494dd2fc chore(release): 0.4.1 gitea-actions 2026-06-24 00:10:33 +00:00
  • a653903dba fix(html): keyword-in-heading badge + brackets in wikilink descriptions gffranco 2026-06-23 23:59:35 +00:00
  • e0f806d307 style: rustfmt the issue #6 parity changes gffranco 2026-06-23 15:29:46 +00:00
  • 5dd02e7b9e chore(release): 0.4.0 gitea-actions 2026-06-23 14:10:16 +00:00
  • 8fdfa9e256 fix(html): match vimwiki export output for headings, code fences, tags, anchors (#6) gffranco 2026-06-23 14:04:14 +00:00
  • 59494e9a86 ci(release): stamp the version in-pipeline from a dispatch input gffranco 2026-06-07 15:06:33 +00:00
  • e1d734a434 chore(release): 0.3.0 gffranco 2026-06-07 14:35:09 +00:00
  • fcce5621a0 fix(lsp): resolve links from anywhere in the link, including the title gffranco 2026-06-07 14:29:41 +00:00
  • 3e8c534859 feat(calendar): diary into the current wiki, not always the first gffranco 2026-06-06 02:07:11 +00:00
  • 0d1a73a3ba feat(config): bridge setup({wikis}) to g:nuwiki_wikis for VimL plugins gffranco 2026-06-06 01:34:24 +00:00
  • e6f400b370 feat(config): read g:vimwiki_list on Neovim too (lazy.nvim drop-in) gffranco 2026-06-06 01:15:43 +00:00
  • 96d53dddf3 fix(install): guard download_bin.vim against 'compatible' mode (dein build) gffranco 2026-06-05 02:05:56 +00:00
  • c144cbbb55 fix(install): simplify to the direct /releases/download/latest/ URL gffranco 2026-06-05 01:46:18 +00:00
  • 3c1ed48a2f fix(install): resolve release asset via Gitea API (download was always 404) gffranco 2026-06-05 01:41:21 +00:00
  • 34a0607e7a chore(release): bump version to 0.2.0 gffranco 2026-06-05 01:29:29 +00:00
  • daee0f1902 feat(links): wire up nuwiki.links.generateForPath (scoped GenerateLinks) gffranco 2026-06-05 01:23:42 +00:00
  • f0c51fbfcc feat(generate): insert links/tags sections at the cursor line too gffranco 2026-06-05 01:07:18 +00:00
  • 94cb58064d feat(toc): insert a fresh TOC at the cursor line gffranco 2026-06-05 00:51:40 +00:00
  • 9d6d28a1b6 fix(vim): buffer commands honour g:vimwiki_list (<Leader>ww opened ~/vimwiki) gffranco 2026-06-05 00:40:48 +00:00
  • 346e8b0de6 dev: NUWIKI_DEV_VIMWIKI mode to dogfood the g:vimwiki_* drop-in gffranco 2026-06-05 00:26:11 +00:00
  • ac14cdd838 feat(coc): auto-register the language server with coc.nvim gffranco 2026-06-05 00:07:50 +00:00
  • a4643bdacb dev: exercise toc_header_level + html numbering in the dev launchers gffranco 2026-06-04 23:50:40 +00:00
  • 9d89e01ed8 feat(config): vimwiki drop-in config + global per-wiki defaults gffranco 2026-06-04 23:37:10 +00:00
  • fc0d74bfbe fix(toc): honour toc_header/level in single-wiki config + div.toc on export gffranco 2026-06-04 22:56:17 +00:00
  • f3d8af5f23 fix: TOC header class, numbering config, and Lua defaults gffranco 2026-06-04 00:37:07 -03:00
  • bd729d513d fix: include release notes in Gitea API payload gffranco 2026-06-03 22:43:53 -03:00
  • 5a936e4f96 fix: add checkout step to release job for git commands gffranco 2026-06-03 22:33:08 -03:00
  • 32cf4508de fix: use artifact v3 for GHES compatibility gffranco 2026-06-03 22:16:40 -03:00
  • 7e757c6a7f release: fix restore-keys pipe syntax for Gitea gffranco 2026-06-03 20:46:26 -03:00
  • a5a07768d6 ci: fix restore-keys to use pipe syntax (Gitea doesn't support YAML list) gffranco 2026-06-03 20:45:36 -03:00
  • 08ebdc6f9b ci: remove concurrency key (not supported by Gitea Actions) gffranco 2026-06-03 20:42:37 -03:00
  • b77f4b1ced ci: improve workflows with stricter checks, caching, and idempotency gffranco 2026-06-03 20:11:03 -03:00
  • f6a543320e fix: use artifact v3 for GHES compatibility ci-improvements gffranco 2026-06-03 22:16:40 -03:00
  • c9d75aeb1f Ci improvements (#5) gffranco 2026-06-04 01:06:53 +00:00
  • 678d62ac14 fix: use stable asset names without version in release workflow #5 gffranco 2026-06-03 21:56:28 -03:00
  • d93637bb48 release: fix restore-keys pipe syntax for Gitea gffranco 2026-06-03 20:46:26 -03:00
  • 01b936fffc ci: fix restore-keys to use pipe syntax (Gitea doesn't support YAML list) gffranco 2026-06-03 20:45:36 -03:00
  • 5d3ce2fe0b ci: remove concurrency key (not supported by Gitea Actions) gffranco 2026-06-03 20:42:37 -03:00
  • d188b09fde ci: improve workflows with stricter checks, caching, and idempotency gffranco 2026-06-03 20:11:03 -03:00
  • cd4bfffef9 Ci improvements (#4) gffranco 2026-06-03 23:52:46 +00:00
  • 0de2bd9d68 revert e530b3d623 gffranco 2026-06-03 23:36:11 +00:00
  • e530b3d623 Ci improvements (#3) gffranco 2026-06-03 23:35:10 +00:00
  • a2ca49a64c docs: fix README.md stale documentation and incorrect mappings gffranco 2026-06-03 19:51:27 -03:00
  • 5090ab1be0 docs: retire development/vimwiki-gap.md gffranco 2026-06-03 15:31:29 +00:00
  • 68f10971f7 fix(html): emit heading id anchors so exported #links resolve gffranco 2026-06-03 15:09:33 +00:00
  • ddb9d0b916 fix(vars): E121 in get_wikilocal no-index path; add regression test gffranco 2026-06-03 14:57:14 +00:00
  • 255e24d1e0 docs(known-issues): make it the single source of truth gffranco 2026-06-03 14:27:00 +00:00
  • 38fed6dd9e docs: add known-issues.md gathering vimwiki divergences gffranco 2026-06-03 14:23:51 +00:00
  • 30cccd88bd fix(vars): resolve wiki by index in the vimwiki compat shim (R15) gffranco 2026-06-03 14:20:14 +00:00
  • 3b92b11948 fix(review): close all 2026-06-03 codebase-review findings (R1-R18) gffranco 2026-06-03 14:13:55 +00:00
  • e319b4a935 docs(gap): record 2026-06-03 codebase-review findings (R1-R18) gffranco 2026-06-03 13:40:31 +00:00
  • e6e3f70dd2 feat(render): list_ignore_newline / text_ignore_newline = false → <br> gffranco 2026-06-03 13:06:38 +00:00
  • 1246c99c3c fix(config): address P3 config-batch audit findings gffranco 2026-06-03 12:48:25 +00:00
  • f5420bd1da docs(gap): close the P3 Config section + record divergences/deferrals gffranco 2026-06-03 12:41:03 +00:00
  • a63d3dd7cf feat(config): P3 config batch — group 7 (user_htmls pruning) gffranco 2026-06-03 12:37:38 +00:00
  • 5cc47b0a42 test(rss): fix commands_coverage assertion for the new <rss xmlns:atom> tag gffranco 2026-06-03 12:34:58 +00:00
  • 4a19f180f2 feat(config): P3 config batch — group 6 (RSS fidelity + rss_name/rss_max_items) gffranco 2026-06-03 12:34:32 +00:00
  • 5d1ac09245 feat(config): P3 config batch — group 4 (valid_html_tags, emoji, color_tag_template) gffranco 2026-06-03 12:30:38 +00:00
  • dcb5d89c0c feat(config): P3 config batch — group 3 (cycle_bullets) gffranco 2026-06-03 12:22:42 +00:00
  • 87d14310fc feat(config): P3 config batch — group 2 (create_link, dir_link, auto_header) gffranco 2026-06-03 12:19:37 +00:00
  • b2f2fc88bd feat(config): P3 config batch — group 1 (clean config + plumbing) gffranco 2026-06-03 12:04:36 +00:00
  • 03005d0931 fix(insert): pumvisible() guard on smart_return/smart_shift_return (audit follow-up) gffranco 2026-06-03 11:10:07 +00:00
  • 724712121d feat(parity): close the entire P3 Mappings section gffranco 2026-06-03 11:04:56 +00:00
  • 305324c6e9 Merge remote-tracking branch 'origin/calendar-support' into feature-gap gffranco 2026-06-03 01:46:07 +00:00
  • 6deba47106 fix(search): graceful no-match + NuwikiSearch alias (re-audit follow-up) gffranco 2026-06-03 01:28:44 +00:00
  • a11b742fc1 feat(parity): close the entire P3 Commands section gffranco 2026-06-03 01:23:07 +00:00
  • 3865b8bf0e fix(parity): fifth-pass re-audit — VimwikiGoto nargs, autowriteall, table_auto_fmt gffranco 2026-06-03 00:59:33 +00:00
  • c161f9d21a feat(parity): P3 quick-wins — ShowVersion, gLH/gLL/gLR, Search/Align nargs gffranco 2026-06-03 00:28:51 +00:00
  • 9441fe918c fix(parity): close the 2026-06-02 re-audit config/command findings gffranco 2026-06-02 10:50:38 +00:00
  • 079e7246ac fix(lists): VimwikiToggleRejectedListItem -range parity (P3) gffranco 2026-06-02 01:02:48 +00:00
  • d8d1e9e39e docs(gap): check off html_header_numbering gffranco 2026-06-02 00:37:37 +00:00
  • 79b502fa5c feat(html): html_header_numbering section numbering for HTML export gffranco 2026-06-02 00:33:01 +00:00
  • 21f583beef docs(calendar): fix stale comments and integration docs calendar-support gffranco 2026-05-31 21:58:06 -03:00
  • 87ba4c1764 test(calendar): add Vim + Neovim integration harnesses gffranco 2026-05-31 21:45:50 -03:00
  • 7a3e11cfeb feat(calendar): integrate calendar-vim with wiki diary paths gffranco 2026-05-31 21:34:41 -03:00
  • 88114a65a4 test: land the vim diary -count cases + dedup the lua one (follow-up to 2da2168) gffranco 2026-05-31 22:35:41 +00:00
  • 2da2168d88 fix(diary): complete the -count wiki selector (repair 874bdd0) gffranco 2026-05-31 22:25:08 +00:00
  • 874bdd0c02 feat(diary): -count wiki selector for diary-note + index commands (P3) gffranco 2026-05-31 22:16:03 +00:00
  • f0c07f0c28 feat(commands): ChangeSymbolTo -range, GenerateLinks path filter, NuwikiGenerateTags gffranco 2026-05-31 21:54:35 +00:00
  • f616915581 feat(commands): ChangeSymbolTo -range, GenerateLinks path filter, NuwikiGenerateTags gffranco 2026-05-31 21:48:31 +00:00
  • 773bbdb6a6 docs(gap): record re-audit findings (3 new command gaps + 3 refinements) gffranco 2026-05-31 21:34:24 +00:00
  • 23f5a74086 test: add the Neovim *Link wrap cases referenced by 2b3bc48 gffranco 2026-05-31 21:06:26 +00:00
  • 2b3bc48b75 fix(commands): route Neovim *Link Ex-commands through follow_link_or_create gffranco 2026-05-31 21:04:31 +00:00