vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

User function VimwikiLinkHandler should be called before inner open_link #339

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The new routine should be smth like this:

1. User pressed enter on link
2. VimwikiLinkHandler is called
3. if it returns true, do nothing
4. else run the usual vimwiki code to process a <enter> on a link

Current VimwikiLinkHandler should be renamed to something 'innerlike' 
vimwiki#base#system_open_link

Original issue reported on code.google.com by habamax on 30 May 2012 at 3:10

GoogleCodeExporter commented 8 years ago
Doc update needed!

Original comment by habamax on 30 May 2012 at 5:27

GoogleCodeExporter commented 8 years ago
Please review the docs I wrote ... there's no python test.py for the docs.

Original comment by stu.andrews on 31 May 2012 at 2:32

GoogleCodeExporter commented 8 years ago
So far so good using my custom handler ... 

Original comment by stu.andrews on 31 May 2012 at 2:42

GoogleCodeExporter commented 8 years ago
No wonder, your english is way better then mine :)

Original comment by habamax on 31 May 2012 at 3:49