Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* Upstream changelog: https://github.com/vimwiki/vimwiki/releases/tag/v2.5
|
|
* No need for pkgrel bump (package already installed for most users)
|
|
|
|
* Remove unused python2 dependency
* Source licence directly, now from explicit file upstream
* Remove old, old licence (not used in previous version; from older PKGBUILD)
|
|
Upstream changelog:
* Minor bugfix release
* Fixes:
* Fix VimwikiShowVersion function.
* strikethrough ~ characters were not hidden within tables
* Update and format README.md and update screen shots
|
|
Upstream changelog:
New
Add the option g:vimwiki_text_ignore_newline.
g:vimwiki_listsyms can have fewer or more than 5 symbols.
glx on a list item marks a checkbox as won't do, see :h vimwiki_glx.
Add the option g:vimwiki_listsym_rejected to set the character used for won't-do list items.
gln and glp change the "done" status of a checkbox, see vimwiki_gln.
:VimwikiSplitLink and :VimwikiVSplitLink can now reuse an existing split window and not move the cursor.
Add 'aH' and 'iH' text objects, see vimwiki-text-objects.
Add the keys vimwiki_[[, vimwiki_]], vimwiki_[=, vimwiki_]= and vimwiki_]u for navigating between headers.
Add the command :VimwikiMakeTomorrowDiaryNote.
g:vimwiki_folding has a new option 'custom'.
Add the ':quick' option for faster folding, see g:vimwiki_folding.
Add the %date placeholder, see vimwiki-date.
Add the option vimwiki-option-custom_wiki2html_args.
Add support for HTML-style comments when using markdown syntax.
Made headings link to themselves in HTML output.
Add :VimwikiShowVersion to check the version
Removed
Remove the undocumented and buggy command :VimwikiReadLocalOptions which allowed to store Vimwiki related settings in a local file.
Remove the undocumented command :VimwikiPrintWikiState.
For complicated reasons, Vimwiki doesn't clean up its settings anymore if you change the filetype of a wiki buffer.
Fixed
Make vimwiki-option-automatic_nested_syntaxes work also for markdown.
Issue #236: Highlight math blocks as TeX math, not TeX.
Issue #264: Don't overwrite mappings to i_ from other plugins.
Fix an error where sometimes didn't work under Windows.
Issue #302: :VimwikiDiaryGenerateLinks had issues with markdown.
Issue #445: Better handling of 'autowriteall' and 'hidden'.
Improve 'ah' and 'ih' text objects, see vimwiki-text-objects.
Allow opening of links using Powershell.
Allow any visual mode to be used with vimwiki_+.
Markdown syntax for vimwiki-toc is used, when appropriate.
Wikis can now be in subfolders of other wikis.
Issue #482: :VimwikiMakeDiaryNote now uses the diary of the current wiki.
Opening the diary and wikis from the menu works correctly now.
Issue #497: Make :VimwikiMakeDiaryNote work outside a wiki buffer.
Use markdown syntax in the diary when appropriate.
Improve handling of errors on opening files.
Update links when renaming a page with :VimwikiRenameLink.
Fix losing the highlighting in various situations.
Improved link normalisation.
Various other minor fixes.
|
|
* Post-transaction hooks for vim help tags now provided by pacman 5.0 and vim 8.0.0055-1
|
|
|
|
New
Add :VimwikiMakeYesterdayDiaryNote command
Issue #128: add option vimwiki-option-automatic_nested_syntaxes
Issue #192: Sort links in the list generated by :VimwikiGenerateTags
Fixed
Issue #176: Fix issue when the wiki path contains spaces
Also look for tags in wiki files in subdirectories
Locate the .tags file correctly on Windows
Issue #183: Fix HTML conversion of headers containing links
Issue #64: create correct Markdown links when pressing CR on a word
Issue #191: ignore headers inside preformatted text when creating the TOC
Create the standard CSS file also if only one file is converted to HTML
Fix #188: vimwiki_+ on a raw url surrounds it with brackets
various minor fixes
|
|
* Removed convert_links scripts (previous vimwiki was from four years
ago) and .gitignore
* Update pkgdesc, url and source
* Correct licence, and extract from vim's help
* Use sha256sums
* Minor style cleanups
|
|
|
|
Only ":" is prohibited in the part of the word preceding the page name
(and separated by a separator).
":" ist still to exclude urls.
The script now has problems with substring length when we don't use
unicode().
We use the preferred encoding to guess the encoding of the files,
which should be fine.
|
|
Unicode letters directly before page names should now still
make the page name a substring so it is not linked.
Unfortunately, also digits are now considered "letters"
since there is only \w that works with unicode and that is alphanumeric.
|
|
Now we should not convert page names that are only prefixes of words.
|
|
|