Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-01-23 | 1.3 kB | |
v2024.01.22 source code.tar.gz | 2024-01-23 | 1.8 MB | |
v2024.01.22 source code.zip | 2024-01-23 | 1.8 MB | |
Totals: 3 Items | 3.6 MB | 0 |
2024.01.22
This is something of a catchup release, bundling in changes since April (!) of last year, mostly bugfixes.
New
- Issue [#1279]: Fix/Improvement: When re-wrap a long line in a definition by
gq
it should insert::
at the new line - Issue [#1211]: Support angle bracket escaped markdown urls
- Make auto_tags preserve existing tag section structure
- Issue [#1315]: GTD-style token highlighting
- Issue [#1279]: gqq autowrap leading :: definition as &l:comments
- Issue [#1332]: message URLs on Mac
- Util: add
vimwiki#vars#set_syntaxlocal
function for consistency
Fixed:
- Issue [#1365]: Fix: count ignored when looking up diary frequency Issue
- Issue [#1323]: Folding code blocks using markdown syntax folds the entire rest of the file
- Issue [#1365]: Jumping to nested anchor with markdown
- Issue [#1297]: Handle multibyte chars properly in table separators
- Issue [#1311]: Newlines in HTML conversion of codeblocks
- Issue [#1326]: Duplicate tag generation
- Issue [#1324]: File name prompt fixes
- Fix
vimwiki#diary#calendar_sign
wheng:vimwiki_list
is not set - Use
fnameescape()
instead of escape() in edit_file() - Admit trailing spaces for YAML delimiters
- Minor documentation fixes and CI improvements