<feed xmlns='http://www.w3.org/2005/Atom'>
<title>muwiki.nvim/lua/muwiki/template.lua, branch master</title>
<subtitle>A lightweight wiki plugin for Neovim using standard markdown syntax.
</subtitle>
<id>https://git.3kgcat.fi/muwiki.nvim/atom?h=master</id>
<link rel='self' href='https://git.3kgcat.fi/muwiki.nvim/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.3kgcat.fi/muwiki.nvim/'/>
<updated>2026-03-15T08:05:06Z</updated>
<entry>
<title>refactor: move template/mkdir features to user-configured autocmds</title>
<updated>2026-03-15T08:05:06Z</updated>
<author>
<name>moxie</name>
<email>moxie@3kgcat.fi</email>
</author>
<published>2026-03-15T04:41:37Z</published>
<link rel='alternate' type='text/html' href='https://git.3kgcat.fi/muwiki.nvim/commit/?id=49c1e9d1fc3d6bf8748756a8543d8c1b7287940f'/>
<id>urn:sha1:49c1e9d1fc3d6bf8748756a8543d8c1b7287940f</id>
<content type='text'>
- Remove auto-mkdir autocmd from init.lua (now user-configured)
- Remove template system entirely (now user-configured)
- Rename io.lua -&gt; 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.
</content>
</entry>
<entry>
<title>refactor: consolidate modules and improve structure</title>
<updated>2026-03-14T08:29:54Z</updated>
<author>
<name>moxie</name>
<email>moxie@3kgcat.fi</email>
</author>
<published>2026-03-14T08:28:08Z</published>
<link rel='alternate' type='text/html' href='https://git.3kgcat.fi/muwiki.nvim/commit/?id=c8dc1635f8a921269f714117f414bbc7ba24f9fd'/>
<id>urn:sha1:c8dc1635f8a921269f714117f414bbc7ba24f9fd</id>
<content type='text'>
</content>
</entry>
</feed>
