colorful rat Ratfactor.com > Dave's Repos

vviki

An AsciiDoc-flavored wiki plugin for Vim
git clone http://ratfactor.com/repos/vviki/vviki.git

Commit history

commit 1105c93ee52a2ac7e9a253045c5a531ac5745100
Author: Florian Wehner 
Date:   Fri Jan 12 23:21:24 2024 -0500

    Changed behaviour of VVVisualEnter. More reliable
    
    Now not pasting from unnamed register but rather deleting the original
    text and inserting the new. For some reason it did not work otherwise.

commit d17710cf694945938f507a95a0270e58788c1007
Author: Florian Wehner 
Date:   Fri Jan 12 22:06:56 2024 -0500

    Added g:vviki_custom_uri_function for file naming
    
    Enables to create custom new file links that are not just the
    highlighted word as the new filename.
    
    See example for timestamps in the documentation.

commit 9b280345d155bd407e61987b40ab9d1e5753b308
Author: Florian Wehner 
Date:   Fri Jan 12 20:33:01 2024 -0500

    Added VVFindPreviousLink to jump back with 

commit e4a952fc6f4a6ec475076d060706ff34e386fd9e
Author: Dave Gauer 
Date:   Wed Nov 15 18:50:22 2023 -0500

    Converted adoc README to md

commit 3ffb1b8804940943ab645e6b6ebc8e07f168dfdd
Author: Dave Gauer 
Date:   Tue Dec 29 19:53:09 2020 -0500

    Added test script(s), updated documentation

commit a8fbc67cf1f344d254558252b06cf416df5dd860
Author: Dave Gauer 
Date:   Tue Dec 29 19:14:58 2020 -0500

    Add option for links with file extension (#5)
    
    Links may now include extension (foo.adoc instead of just foo) when
    the new option is turned on.

commit 51d3bfb874fa212891e42a481856de463fcbdce4
Author: Dave Gauer 
Date:   Thu Dec 24 19:03:27 2020 -0500

    Add visual selection link creation (for issue #2)
    
      * Allows multi-word links to be created from visual selection.
      * Also fixes lack of escaping for opening multi-word link pages.

commit 864282ef35efccb4cfc058fc6c73b4ea0a76ae86
Author: Dave Gauer 
Date:   Thu Dec 24 17:45:05 2020 -0500

    Add vviki_page_link_syntax option (#4)

commit 27089f92258a91158989296aefee01a837a1fbce
Author: Dave Gauer 
Date:   Wed Jun 10 22:29:20 2020 -0400

    Added Tab navigation - cursor to next link

commit fa33be97382e31d26a776cf5d5071e77e2397c7a
Author: Dave Gauer 
Date:   Wed Jun 10 19:19:13 2020 -0400

    Create links with word rather than WORD - issue #1
    
    Avoids creating links with surrounding punctuation and other special
    non-word characters accepted by Vim's WORD.
        Before: (cheese) -> link:(cheese)[(cheese)]
        After:  (cheese) -> (link:cheese[cheese])

commit a764897c0865202b00a6958bf930e4adab0a415f
Author: Dave Gauer 
Date:   Tue Jun 9 21:11:09 2020 -0400

    Added option to turn off link syntax concealing
    
    Also completed help documentation.

commit 6eecbbc2759c14fc8826a9b5107c7e2eedf558ca
Author: Dave Gauer 
Date:   Mon Jun 8 20:58:30 2020 -0400

    Update README with TODO.txt contents

commit 0672e86412491bc4e8479a5753f3e646f312e13f
Author: Dave Gauer 
Date:   Mon Jun 8 20:53:35 2020 -0400

    Added default "index" files for dir/ paths

commit d8b9a3dce3e77140af4477742e31d3e5c6aea0bd
Author: Dave Gauer 
Date:   Tue Feb 18 20:44:44 2020 -0500

    Using syn-match for link conceal, added to help doc

commit 8a6cb986178461335d0e934986ac360c6d3e24dd
Author: Dave Gauer 
Date:   Mon Feb 17 20:08:24 2020 -0500

    Added conceal for links, started help doc

commit 3d3fd3fbe8b0fa5b6aa7524b23d4e758260c49f6
Author: Dave Gauer 
Date:   Sun Feb 16 14:15:24 2020 -0500

    Proper AsciiDoc link macro parsing

commit 17983bbc1b28883ba44540c6bbbb241607bc661c
Author: Dave Gauer 
Date:   Sun Feb 16 08:47:13 2020 -0500

    Renamed project to VViki
    
    And updated README

commit aaf7a512781a8d793d85d7f0d39945c467cfac66
Author: Dave Gauer 
Date:   Tue Feb 4 20:06:22 2020 -0500

    Moved into plugin dir

commit b81fae8e9e7c218b1fd4c3280af182c316cfd93d
Author: Dave Gauer 
Date:   Mon Feb 3 20:22:45 2020 -0500

    Added license to readme

commit 99b284701d0c94a6042847390f4ebe433a3de501
Author: Dave Gauer 
Date:   Mon Feb 3 20:19:03 2020 -0500

    Added LICENSE

commit e47d107d8b709455923edf73ef4033efd750a62b
Author: Dave Gauer 
Date:   Mon Feb 3 20:13:14 2020 -0500

    Added relative/absolute link paths, updated readme

commit cd6ecee8e9421984c62e60ac807d9d697cf08f55
Author: Dave Gauer 
Date:   Sun Feb 2 09:38:23 2020 -0500

    Added .gitignore

commit 03b2c1ccf3158a2cc80848cda6ea343acf0bdbe6
Author: Dave Gauer 
Date:   Sat Feb 1 21:59:12 2020 -0500

    initial commit