vimwiki/autoload/vimwiki
Tinmarino d9d14cc3f7 Feature: Config: Normalize link so that user can choose [[]] or []() (Issue #892)
Main change:
        Create function: normalize_syntax_settings(syntax)

Problem:
        Some user prefer [[]] links more than []().
        As vimwiki know both of them, they should be able to choose
        without regex mastery and with tests

Solution:
        let g:vimwiki_syntax_variables.markdown.Link1 = vimwiki#vars#get_global('WikiLinkTemplate1')
2020-07-26 23:46:35 -04:00
..
base.vim Feature: Config: Normalize link so that user can choose [[]] or []() (Issue #892) 2020-07-26 23:46:35 -04:00
customwiki2html.sh Fix relative paths for VimwikiRenameLink. Merge PR #787. 2020-01-04 21:21:52 -07:00
default.tpl Generate RSS feed for diary entries 2020-07-22 10:06:30 -04:00
diary.vim Generate RSS feed for diary entries 2020-07-22 10:06:30 -04:00
html.vim Fix: html conversion error from markdown (#951) 2020-07-24 00:14:28 -04:00
lst.vim Travis: Fix vint error propagation 2020-06-16 14:48:15 -04:00
markdown_base.vim Feature: Config: Normalize link so that user can choose [[]] or []() (Issue #892) 2020-07-26 23:46:35 -04:00
path.vim Refractor: Path Add utility unixify #478 2020-07-25 03:51:02 -04:00
style.css New Logo and Screenshots 2019-04-19 21:01:02 +02:00
tags.vim Feature: Config: Normalize link so that user can choose [[]] or []() (Issue #892) 2020-07-26 23:46:35 -04:00
tbl.vim Prettify tbl.vim 2020-07-21 15:15:56 -04:00
u.vim Refractor: Path Add utility unixify #478 2020-07-25 03:51:02 -04:00
vars.vim Feature: Config: Normalize link so that user can choose [[]] or []() (Issue #892) 2020-07-26 23:46:35 -04:00