aboutsummaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2026-03-17chore: update readme/docsmoxie
2026-03-17chore: update readme/docsmoxie
2026-03-16feat: add todo listmoxie
2026-03-16chore: update readme/docsMoxie
2026-03-15chore: update readme/docmoxie
2026-03-15chore: update readme/docsmoxie
2026-03-15chore: update readmemoxie
2026-03-15fix: properly handle file:// URLs in open_with_menumoxie
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-14chore: update readme/docsmoxie
2026-03-14chore: update readme/docsmoxie
2026-03-13chore: update readme/docsmoxie
2026-03-13chore: initmoxie