Tinmarino
4431caf7ff
Fix: Vars.vim error in parsing: key not present (Issue #980 )
2020-08-12 10:35:40 -04:00
Tinmarino
7144df6b96
Test: Refactor: Normalize names and behavior
2020-08-09 16:13:53 -04:00
Tinmarino
dd239c58fb
Comment: tipo (for faster grep)
2020-08-07 12:27: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
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
Tinmarino
4672deb44e
Config: make vimwiki_markdown_link_ext wikilocal
2020-07-26 23:46:18 -04:00
Tinmarino
ac38bb2f09
Refactor: normalize_link_v, creating u#get_selection ( Fix #382 )
...
* Less hacky selection handling: nomal command hack -> vimscript code
* Some prettifying, antipattern removal
2020-07-24 17:59:54 -04:00
Rajdeep
e3e841f335
Feature: Add handling of absolute path to vimwiki #811 from @justrajdeep
...
- update vimwiki link handling so that if using env variables it is resolved
- add [[//absolute_path]] to handle absolute path
- updated doc to reflect the changes
2020-07-22 00:25:58 -04:00
Tinmarino
068a26acec
Fix link extension removed
2020-07-21 19:36:14 -04:00
Rane Brown
0c145c7604
Move helper files so they don't get run with test/*
2019-07-20 22:12:07 -06:00
Rane Brown
e68592b8ef
Create a function fo reload the plugin. Fix setting of mediwiki syntax.
...
Also adds a few additional link creation tests.
2019-07-17 07:13:36 -06:00
Rane Brown
d536fa1117
Basic tests for creating links
2019-07-14 21:50:22 -06:00