aboutsummaryrefslogtreecommitdiff
path: root/lua/muwiki
AgeCommit message (Collapse)Author
2026-03-16feat: add todo listmoxie
2026-03-16test: export get_link_type for local testingmoxie
2026-03-16fix: case-insensitive protocol matching for linksmoxie
2026-03-16feat: add xdg-open dependency checkmoxie
2026-03-16refactor: normalize text_extensions at config timemoxie
2026-03-16chore: add LuaCATS type annotationsmoxie
2026-03-16refactor: simplify resolve()moxie
2026-03-15chore: update readme/docmoxie
2026-03-15fix: normalize text_extensions to support both "ext" and ".ext" formatsmoxie
2026-03-15feat: add text_extensions configmoxie
2026-03-15fix(utils): resolve relative paths correctlymoxie
2026-03-15refactor(links): simplify get_wiki_root function namemoxie
2026-03-15chore: update readme/docsmoxie
2026-03-15fix: properly handle file:// URLs in open_with_menumoxie
2026-03-15refactor: update treesitter checks and add markdown_inline parsermoxie
2026-03-15refactor: simplify codebase and fix FileType autocommandsmoxie
2026-03-15refactor: move template/mkdir features to user-configured autocmdsmoxie
- Remove auto-mkdir autocmd from init.lua (now user-configured) - Remove template system entirely (now user-configured) - Rename io.lua -> utils.lua - Inline single-use functions (handle_web_link, handle_file_link, etc.) - Remove security warnings for external files - Remove unused config options: use_template, template, date_fmt - Simplify utils.resolve() without wiki root validation - Update all documentation examples BREAKING CHANGE: Users must now add their own autocmds for: - Auto-creating directories on save (BufWritePre) - Applying templates to new files (BufNewFile) See README.md for updated configuration examples.
2026-03-14refactor: consolidate modules and improve structuremoxie
2026-03-14refactor: remove redundant wiki_buffer guardsmoxie
2026-03-14chore: update readme/docsmoxie
2026-03-14refactor: simplify wiki discovery functionsmoxie
2026-03-13fix: add nullable type annotation for link_nodemoxie
2026-03-13chore: initmoxie