EinfachToll
41b40374f9
Finish doc for absolute/relative link stuff
2015-04-30 13:50:58 +02:00
EinfachToll
77607f635a
slightly change the semantics of file: and local: scheme
2015-04-29 14:59:10 +02:00
Ivan Tishchenko
fd66db5551
Merge remote-tracking branch 'upstream/dev' into upstream/tags
2015-04-15 22:44:58 +03:00
EinfachToll
99494655c2
Support for absolute links when converting to HTML
...
Also, Fix #124
2015-04-09 14:48:26 +02:00
Ivan Tishchenko
7bc2fcb3a7
Merge remote-tracking branch 'vimwiki/dev' into 'vimwiki/tags'
...
Conflicts:
doc/vimwiki.txt
ftplugin/vimwiki.vim
2015-02-12 22:20:16 +03:00
Ivan Tishchenko
be9667cfa6
Documented the fix in ChangeLog
2015-01-24 10:55:22 +03:00
Ivan Tishchenko
0511b51a5f
Implement auto-chdir option
2015-01-24 10:49:20 +03:00
EinfachToll
918b07342d
Add default values to some options like the doc says
...
Fix #102
2015-01-12 09:32:05 +01:00
Ivan Tishchenko
d72ef4dd70
Treat tags as anchors (wikilink completion, jumping to)
2015-01-10 16:39:11 +03:00
Ivan Tishchenko
b99a3dc988
Convert file format to CTAGS. Update docs
2015-01-10 01:44:25 +03:00
Ivan Tishchenko
e6f6fdd359
Mention tags in ChangeLog
2015-01-10 00:06:02 +03:00
Ivan Tishchenko
e44b188a49
:VimwikiGenerateTags
2015-01-10 00:05:58 +03:00
Ivan Tishchenko
a62bebceb2
Implement :VimwikiSearchTags to look up tag instances in a wiki
2015-01-10 00:05:11 +03:00
Ivan Tishchenko
df91772d7e
Implement :VimwikiRebuildTags to rebuild metadata for all pages in current wiki
2015-01-10 00:01:18 +03:00
Ivan Tishchenko
91b73c2aac
Basic documentation
2015-01-10 00:00:26 +03:00
Ivan Tishchenko
37dafcf8c7
Fix misprint in documentation
2015-01-09 23:36:42 +03:00
EinfachToll
931b40ade1
New command :VimwikiCheckLinks
...
while we are at it, refactor the code to search through files
2014-12-04 21:26:19 +01:00
EinfachToll
9fa06803d6
Merge pull request #83 from t7ko/autocompletion
...
Autocompletion for VimwikiGoto command.
2014-11-12 09:11:00 +01:00
EinfachToll
3906294180
Small doc fix
2014-11-11 13:27:19 +01:00
Ivan Tishchenko
6b9edefecc
Fixed misprint in comments; corrected completion to escape filenames properly; add documentation.
2014-11-10 23:04:06 +03:00
Ivan Tishchenko
7d07397a98
Enable customization of <Leader>w prefix for global mappings (allow users choose their own prefix).
2014-11-06 01:12:21 +03:00
EinfachToll
3e480e9e3f
Add a syntax example for windows users to the doc
...
Ref #71
2014-09-11 15:45:59 +02:00
EinfachToll
f109e0e488
Fix regression bug: opening URLs didn't work
...
Fix #68 and #73
2014-09-11 10:36:44 +02:00
EinfachToll
2dd9a153bc
Remove option 2 of 'auto_toc'
...
It doesn't really work for :VimwikiAll2HTML
2014-08-18 09:35:52 +02:00
EinfachToll
502212b58d
process links of the form [[#anchor]] correctly
...
when typing :VimwikiAll2HTML
2014-08-18 09:30:22 +02:00
EinfachToll
77bc1b709b
Remove nonascii bullet symbol because of encoding probs
2014-07-30 21:26:07 +02:00
EinfachToll
8d0e49272b
Add a note about how to integrate Tagbar
2014-06-24 14:19:22 +02:00
EinfachToll
44436f4581
Do some cleaning using vim-vimlint
...
Mostly turning global variables into script variables
2014-02-24 12:16:23 +01:00
EinfachToll
81b7ee0327
Two tags appear two times which produces errors
...
Fix #35
2014-02-18 16:12:04 +01:00
EinfachToll
8f6768d7e6
Update the doc and make some fixes regarding anchors
...
Solve #10
2014-02-18 14:47:42 +01:00
EinfachToll
8097083f46
Add anchors, jumping to anchors, TOC and completion
...
Ref #10
2014-02-13 12:42:24 +01:00
EinfachToll
cec6acd2f0
Rename :VimwikiToggleCheckbox back to :VimwikiToggleListItem
...
the name is a little confusing, since there is also a command
:VimwikiListToggle, but it's backwards compatible
2014-02-04 10:40:14 +01:00
EinfachToll
1e4f4eb39a
Add changelog to the doc
2014-02-04 10:34:19 +01:00
EinfachToll
e6735215ed
Reactivate and fix html.vim to make it work with lists
2014-02-03 11:41:55 +01:00
EinfachToll
b68eb77648
Small additions and fixes to the doc
2014-01-09 09:27:11 +01:00
EinfachToll
976c39140a
Cleanup of the documentation. Mostly superfluous whitespaces
2014-01-06 14:16:37 +01:00
EinfachToll
74c3372c44
Finally introduce commands for all list keys
...
and update the documentation
2014-01-06 14:11:16 +01:00
EinfachToll
9810ff1c55
g:vimwiki_listsyms is a string again, not a list
...
this is to be backwards compatible
we still need to split it into a list internally, because indexing
doesn't work for unicode symbols
2014-01-06 13:49:29 +01:00
EinfachToll
140d32fcdd
Add text objects for list items
...
I put the function in lst.vim, not base.vim because it uses some
functions from lst.vim and because it's list stuff.
2013-10-30 10:53:34 +01:00
EinfachToll
a3a499080b
Further update for the documentation
2013-07-29 10:57:07 +02:00
EinfachToll
79b78dc9ee
Move around and simplify the code for initialization
2013-07-17 15:57:35 +02:00
Maxim Kim
6805438779
Change some list mappings to have prefix <C-L>.
...
Remove <C-B>, <C-S> and <C-A> mappings. Use <C-L><C-M>, <C-L><C-K>,
<C-L><C-J> instead.
2013-07-16 11:27:44 +04:00
Maxim Kim
d873113118
Typo.
2013-07-14 22:19:22 +04:00
Maxim Kim
aa6849082c
Update list mappings.
2013-07-14 22:16:16 +04:00
Maxim Kim
a36bbbb54a
Add some list bindings.
2013-07-11 19:04:18 +04:00
Maxim Kim
2e3883c851
Level decrease binding was wrong.
2013-07-11 18:24:28 +04:00
EinfachToll
8744a31031
support for numbered lists and much other list stuff
2013-07-08 11:37:35 +02:00
mwcz
a0bd07e629
pull in vimwiki 2.1 from vim.org
2013-04-21 13:19:54 -04:00
Maxim Kim
d19cc85a71
Version 2.0.1.stu
...
* Follow (i.e. open target of) markdown reference-style links.
* Bug fixes.
2012-08-08 01:14:35 -05:00
Maxim Kim
d5a6d097da
Version 2.0.stu
...
This release is partly incompatible with 1.2.
You should delete previous version of vimwiki before install.
= Summary =
* Quick page-link creation.
* Redesign of link syntaxes (!)
* No more CamelCase links. Check the ways to convert them http://goo.gl/15ctX
* No more [[link][desc]] links.
* No more [http://link description] links.
* No more plain image links. Use transclusions.
* No more image links identified by extension. Use transclusions.
* Interwiki links.
* Link schemes.
* Transclusions.
* Normalize link command.
* Improved diary organization and generation.
* List manipulation.
* Markdown support.
* Mathjax support.
* Improved handling of special characters and punctuation in filenames and urls.
* Back links command: list links referring to the current page.
* Highlighting nonexisted links are off by default.
* Table syntax change. Row separator uses | instead of +.
* Fold multilined list items.
* Custom wiki to HTML converters.
* Conceal long weblinks.
* Option to disable table mappings.
For detailed information see issues list on
http://code.google.com/p/vimwiki/issues/list
-