Commit Graph

33 Commits

Author SHA1 Message Date
Tinmarino
69ead3bf3c Fix: VimwikiTOC is broken against headers with link (Issue #182)
Problem: VimwikiTOC and follow_link do not support header (anchor) with
link in their body

Solution:
- VimwikiTOC (easy): Create function base.vim s:clean_header_text that
converts [DESC](URL) -> DESC
- follow_link (hard):
-- [[URL]]: was already working due to punctuation removal.
-- [DESC](URL): Search for a potential `]([^)]*)` after every character
2020-08-05 22:26:05 -04:00
Tinmarino
2332dc1514 Refactor: Test & Doc: Remove test/vader_include and move DesignNotes to doc
- vader_include is declareing functions -> faster to load (parse) once in
vimrc
- DesignNotes is doc so goes to doc
2020-07-29 23:29:03 -04: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
Rane Brown
ca28174dcc Add shell command to install helptags #836 2020-03-23 05:53:15 -06:00
Rane Brown
53301fdf4d Add install notes when using vim packages.
Closes #836
2020-03-23 05:30:13 -06:00
Rane Brown
8ccfeb4fdb Add min Vim version, add missing header 2020-01-03 15:34:29 -07:00
Rane Brown
7c892e2516 Add link to Vimwikiwiki and more info on contributing.
Adds note that only the default syntax has a built in HTML converter.
Also incorporates a few stylistic changes.
2019-12-20 20:40:55 -07:00
Shaedil
28d78b0d39 Update grammar and Pathogen link in readme. 2019-08-19 21:59:08 -07:00
Michael F. Schönitzer
0c561e5341 Add note about Telegram group 2019-07-28 15:34:19 +02:00
AresMegaGlobal
b1c009c1df
VimWiki2HTML -> lowercase 'w' in readme 2019-05-15 23:08:46 -04:00
Steve Dondley
1e5c93ea91 Improve documentation of key bindings in README (#687) 2019-04-25 08:18:41 -06:00
Monkin
3d076f01c8
New Logo and Screenshots
Update CSS Styles

Add Splash Image

Compress PNG

Remove header

Change headings sizes

Add background colors to code blocks and use HEX

Update fonts and put back old screenshots

Change font-size in code blocks
2019-04-19 21:01:02 +02:00
Monkin
308e2056f6 Update and format README.md 2019-04-01 11:02:27 -07:00
Michael F. Schönitzer
ae365a8b8f Merge branch 'master' into dev 2019-03-21 23:21:32 +01:00
Michael F. Schönitzer
5ab8f8672e
Add call for help and note about Riot 2019-03-09 14:49:01 +01:00
CUI Hao (Lab)
41199e6e3b Update Chinese readme & add links to each readme 2019-02-01 17:43:05 +01:00
EinfachToll
ea13b0e848 Make master the recommended branch to use
Discussed in #505
2019-02-01 17:43:05 +01:00
Ben
28675698ad Added syntax documentation to README.md
Currently, there is no easy way for a new user of this plugin to discover how to change the syntax. Markdown is favored by many in the community because it is more widely used than Vimwiki's default syntax and is therefore a more portable option. This configuration should be presented much more openly.
2019-01-20 19:55:14 +01:00
CUI Hao (Lab)
7ffc295094 Update Chinese readme & add links to each readme 2018-10-12 23:44:36 +02:00
EinfachToll
f60923eaa3 Make master the recommended branch to use
Discussed in #505
2018-06-06 21:27:25 +02:00
Michael F. Schönitzer
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
EinfachToll
c5b39a12b4 Add a help section to the readme
Ref #490
2018-05-17 20:18:53 +02:00
EinfachToll
ca95b3fc73 Add some remarks about nested syntaxes to the doc
Ref #329
2017-04-15 10:09:24 +02:00
sqlwwx
dd4b9e1276 doc install by Vim packages 2017-03-27 20:47:48 +08:00
Bradley Cicenas
690936ec97 add vundle install steps to readme 2016-12-18 06:23:14 -06:00
EinfachToll
82c435c1e4 Some cosmetic changes to the readme 2015-11-17 15:58:01 +01:00
EinfachToll
aeaa994fb6 Merge remote-tracking branch 'dan/master' into dev
Ref #56
2014-07-01 09:29:00 +02:00
Dan Bernier
bd1fb39f6c Update README.md
Fix typos in README: "folow" -> "follow"
2014-06-25 14:01:03 -04:00
EinfachToll
c0ead893b4 Merge remote-tracking branch 'af/patch-1' into dev
Fix #51
2014-06-10 09:14:33 +02:00
Aaron Franks
d33c64f791 Fix <leader>ww text in README 2014-06-07 21:21:25 -07:00
EinfachToll
2c03d82a0e Small updates to README.md 2014-02-21 14:19:55 +01:00
Larry Hynes
5038b319a2 Added ` around <leader> to make it visible, added l to folow. 2013-10-24 17:21:50 +01:00
mwcz
aea5b41f44 update README to markdown format 2013-04-21 13:19:46 -04:00