Michael F. Schönitzer and GitHub
ac4d0a1d46
Allow to configure bullet points & status indicators per wiki ( #889 )
...
* Allow the bullet point characters of lists to be configures by the wiki option `bullet_types`. This allows to use other/additional characters for the bullets of lists – including unicode-chars like '→' or '•'. The default values depends on the chooses syntax.
* Allow to configure `vimwiki-listsyms` and `vimwiki-listsym_rejected` on per wiki basis.
* Fix a test for mediawiki syntax
2020-06-04 18:33:12 +02:00
Michael F. Schönitzer and GitHub
afc868929d
Bugfix: file extension for markdown is syntax wide ( #895 )
...
populate_extra_markdown_vars() contained uses of the file-extension via vimwiki#vars#get_wikilocal. Since the first is syntax-wide and the second is wikilocal and no wiki is specified or open at the moment of the call, the file extension of the first markdown wiki will be used for all markdown wikis. Further problems will occur when adding new wikilocal options, that depend on the syntax.
This commit is working towards separating wiki and syntax, which is needed for several feature requests.
2020-06-02 01:33:06 +02:00
Michael F. Schönitzer and Tinmarino
5b17cfc076
Bump version number – release 2.5
2020-06-01 11:24:15 -04:00
Michael F. Schönitzer
96b139253d
Merge branch 'dev'
2020-05-26 23:37:46 +02:00
Michael F. Schönitzer
c9e6afe856
Prepare for release 2.5
...
- Format Changelog
- Update version number in docs
- Update list of Contributers
- Update version number in tests
- Update link in README
2020-05-26 23:09:58 +02:00
Michael F. Schönitzer and GitHub
1eb74dcf2f
Rename three commands, deprecate their old names ( #887 )
...
The following commands have been renamed to better describe their
function and avoid confusion.
:VimwikiDeleteLink → :VimwikiDeletePage
:VimwikiRenameLink → :VimwikiRenamePage
:VimwikiGenerateTags → :VimwikiGenerateTagLinks (was already renamed in 3b5537f )
Calling the old commands still works but displays a warning message.
2020-05-24 23:49:28 +02:00
Michael F. Schönitzer and GitHub
57dc48d686
Fix grammar in help file ( #888 )
2020-05-24 23:49:10 +02:00
Michael F. Schönitzer
306efbcdf3
Fix test for mediawiki syntax
2020-05-23 01:23:28 +02:00
Michael F. Schönitzer and Tinmarino
b4cb7f7ab6
Preciser description for VimwikiGenerateLinks
...
Preciser and easier understandable description for VimwikiGenerateLinks.
2020-05-18 12:10:53 -04:00
Michael F. Schönitzer and GitHub
57d23fa763
Fix syntax
...
It is Vimwiki2HTML with a small w.
2019-08-08 13:53:09 +02:00
Michael F. Schönitzer
0c561e5341
Add note about Telegram group
2019-07-28 15:34:19 +02:00
Michael F. Schönitzer
be793e28be
Update matrix-address to new canonical address
2019-04-20 14:13:17 +02:00
Michael F. Schönitzer
79d6a1a4e2
Update version number to 2.4.1
2019-04-20 14:01:11 +02:00
Michael F. Schönitzer
f105819c48
Add screen shots provided by @monkinco in PR #670
...
I cut the screen shots to only show features of vimwiki.
2019-04-20 13:51:15 +02:00
Michael F. Schönitzer
6766c37ce0
Set release date for 2.4
2019-03-24 15:06:50 +01:00
Michael F. Schönitzer
ae365a8b8f
Merge branch 'master' into dev
2019-03-21 23:21:32 +01:00
Michael F. Schönitzer
5553cef249
Update version number
2019-03-21 23:09:36 +01:00
Michael F. Schönitzer
7fbeea2c1e
Update the changelog
2019-03-21 23:06:01 +01:00
Michael F. Schönitzer
57385b29bb
Update list of contributors
2019-03-21 21:52:59 +01:00
Michael F. Schönitzer
d0e14dd11c
Merge branch 'master' into rel-2.4-pre
2019-03-21 21:12:44 +01:00
Michael F. Schönitzer and GitHub
5ab8f8672e
Add call for help and note about Riot
2019-03-09 14:49:01 +01:00
Michael F. Schönitzer and EinfachToll
394efe4312
Add a command that shows the version or commit
...
Ref #512
2019-02-01 17:43:05 +01:00
Michael F. Schönitzer
2346b7e299
Fix bug
2019-01-04 01:19:26 +01:00
Michael F. Schönitzer
7ea136dd0b
Update documentation
2019-01-03 21:02:21 +01:00
Michael F. Schönitzer
79c295a92f
Allow list symbols to be configured per wiki
2019-01-03 21:02:21 +01:00
Michael F. Schönitzer
75819ca23a
Allow to specify additional chars for lists
...
See also #390 and #479 for earlier attempts
2019-01-03 21:02:21 +01:00
Michael F. Schönitzer
a32a06f3b8
Follow up to 5f76208
2018-10-25 23:39:45 +02:00
Michael F. Schönitzer
a244246641
Merge branch 'dev' of github.com:vimwiki/vimwiki into dev
2018-10-25 23:27:15 +02:00
Michael F. Schönitzer
5f762082d2
Fix bug: change links when renaming pages
2018-10-25 23:26:35 +02:00
Michael F. Schönitzer
2185815b00
Fix problem with open swap-file
2018-07-27 02:49:47 +02:00
Michael F. Schönitzer
50c95f1bef
Remove all protocols and tlds on URL-cleaning
...
Also make removal of protocol, tld and 'www' more robust against
fails-positives by considering the position in the url.
2018-06-17 16:10:44 +02:00
Michael F. Schönitzer
4d4e88bfa2
Improve heuristic for cleaning urls in link descr.
2018-06-17 15:31:57 +02:00
Michael F. Schönitzer and EinfachToll
9f8b0082db
Add a command that shows the version or commit
...
Ref #512
2018-06-12 20:55:56 +02:00
Michael F. Schönitzer and GitHub
7ad365e142
Add Installation-Guide for Vim-plug
...
Installation-note for vim-plug is important since vimplug defaults to master branch. See #503
2018-05-30 20:17:54 +02:00
Michael F. Schönitzer
ed58049dbe
Revert "set script variable for autowrite_all"
...
This reverts commit 818fe930c3 .
2018-05-14 10:50:41 +02:00
Michael F. Schönitzer
d73c1e4ed6
Remove useless statement
2018-05-08 10:56:10 +02:00
Michael F. Schönitzer
b5dcd1ebeb
Allow wikis in subfolders of other wikis
2018-05-08 10:56:10 +02:00
Michael F. Schönitzer
ec516cfdbd
Once again
2018-04-04 17:03:49 +02:00
Michael F. Schönitzer
9b5e4b445a
Revert previous changes
2018-04-04 16:54:41 +02:00
Michael F. Schönitzer
5ad702cce6
Revert 89d28a7
...
This was committed by accident. Since 53745e8 had to be done by machine
this it not a real revert, but a redo of 53745e8 . Due to the matter of
53745e8 it's slightly different.
2018-04-04 03:31:54 +02:00
Michael F. Schönitzer
53745e89e0
Fix newlineformat (issue #465 )
...
The file contained carriage return characters leading to issues on some
systems. Removing them all should solve this.
2018-04-04 03:00:55 +02:00
Michael F. Schönitzer and GitHub
89d28a72c5
Merge branch 'beta' into dev
2018-04-04 02:27:27 +02:00
Michael F. Schönitzer
75fe1d4f00
Fix bug: unknown function SafeSubstitute
2017-12-04 16:26:59 +01:00
Michael F. Schönitzer and GitHub
533c103748
Merge pull request #7 from Nudin/dev
...
Merge from upstream
2017-11-15 16:37:35 +01:00
Michael F. Schönitzer and GitHub
aff1b639df
Merge pull request #6 from vimwiki/dev
...
Merge from upstream
2017-11-15 16:35:28 +01:00
Michael F. Schönitzer and GitHub
0df94e47a8
Merge pull request #5 from vimwiki/dev
...
Merge upstream patches
2017-11-15 16:32:54 +01:00
Michael F. Schönitzer
074d882762
Allow Backtick in Link
2017-11-10 22:47:57 +01:00
Michael F. Schönitzer
91c382a034
Use a safe substitution-function everywhere
2017-11-10 22:32:29 +01:00
Michael F. Schönitzer
cf8e3e7319
Unified spelling Licence -> License
2017-10-25 19:02:12 +02:00
Michael F. Schönitzer
ec3d554c0b
Update list of contributers
2017-10-25 19:02:12 +02:00
Michael F. Schönitzer
742fc99692
Add Copyright-attribution to Daniel Schemala
2017-10-25 19:02:12 +02:00
Michael F. Schönitzer
37e4dfc288
Add License-File
...
Vimwiki currently has not License-File, and the license is only mentioned in the help-file. We should change this.
2017-10-25 19:02:12 +02:00
Michael F. Schönitzer
3cbc505fba
Update Documentation to reflect EOL of MathJax CDN
2017-10-24 14:35:40 +02:00
Michael F. Schönitzer and GitHub
d4240083f7
Merge pull request #3 from Nudin/individualli
...
Allow to specify additional chars for lists
2017-09-16 17:09:41 +02:00
Michael F. Schönitzer and GitHub
0f64032127
Merge pull request #2 from Nudin/wontdo
...
Wontdo
2017-09-16 16:54:59 +02:00
Michael F. Schönitzer and GitHub
bb0bbb8133
Merge pull request #1 from Nudin/individualli
...
Allow to specify additional chars for lists
2017-09-16 16:54:19 +02:00
Michael F. Schönitzer
41e653718e
Allow to specify additional chars for lists
2017-09-16 16:30:22 +02:00
Michael F. Schönitzer
97ae634b9f
Renamed command
...
Common prefix causes serious delays
2017-09-16 15:36:10 +02:00
Michael F. Schönitzer
d772a14d43
Fix bug with keybinding
2017-08-05 22:18:56 +02:00
Michael F. Schönitzer
413b9ca04f
Add default keybinding glx for toggling disabled
2017-08-05 17:32:15 +02:00
Michael F. Schönitzer
0136039306
Documented VimwikiToggleListItemRejected
2017-08-05 16:45:35 +02:00
Michael F. Schönitzer
f917b01998
Html-export: Add support of rejected Todo-listentry
2017-08-05 16:45:35 +02:00
Michael F. Schönitzer
6b9df766bb
Remove duplicated code
2017-08-05 16:45:35 +02:00
Michael F. Schönitzer
f888773767
New feature reject a item form todo-list
...
Based on patches of davidlmontgomery.
2017-08-05 16:45:35 +02:00
Michael F. Schönitzer and EinfachToll
46653f48a9
Switch to gln/glp as default keybindings
2017-07-15 15:48:47 +02:00
Michael F. Schönitzer and EinfachToll
38efe2c2f1
Change key binding vimwiki#lst#increment_cb to gl+
...
As well as gl- for vimwiki#lst#decrement_cb.
2017-07-15 15:48:47 +02:00
Michael F. Schönitzer and EinfachToll
7fe98bd20c
Clean up code by reusing code
2017-07-15 15:48:47 +02:00
Michael F. Schönitzer and EinfachToll
20afe48edd
Add comment & binding for in-/decrease Todo-status
2017-07-15 15:48:47 +02:00
Michael F. Schönitzer and EinfachToll
c857be2f87
Allow g:vimwiki_listsyms be larger than 5 elements (Issue #275 ) ( #279 )
...
* Allow g:vimwiki_listsyms to be of arbitrary size
* Update documentation
* Add support for arbitrary size listsyms to vimwikihtml
2017-01-22 20:16:10 +01:00