vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2024-01-25 03:14v2024.01.24: Tweak README.md, update version number and changelog.Brennen Bearnes3+50-19
2024-01-18 14:30docs: describe undocumented key mappingsqadzek1+9-2
2024-01-23 04:04v2024.01.22: update version number and changelogBrennen Bearnes2+27-2
2023-10-31 16:45Support angle bracket escaped markdown urls (#1211)Charles Schimmelpfennig2+4-2
2023-10-31 15:47Fix previous commit testsTinmarino3+9-6
2023-10-31 15:40Fix: Folding code blocks using markdown syntax folds the entire rest of the file (#1323)Tinmarino2+53-2
2023-10-31 15:11prettify smallTinmarino2+7-5
2023-08-28 12:16Fix: count ignored when looking up diary frequencyBence Ferdinandy3+17-9
2023-10-15 22:57Update README.mdJustin McIntyre1+1-1
2023-07-31 09:15Fix wrong example snippet for listsysms option.Aarón Fas1+1-1
2023-07-10 16:19Fix: Jump to nested anchor bugged with markdown (issue #1356)Tinmarino2+151-4
2023-07-04 02:44Make auto_tags preserve existing tag section structureJiaming Chen2+108-40
2023-06-26 23:30CI: add test for tag in codeblock should not be parsed (issue #1034)Tinmarino1+78-0
2023-06-23 16:28CI: Fix previous test for (issue #1279)Tinmarino1+7-0
2023-06-23 16:11Configure default syntax bloquote marker to include :: (issue #1279)Tinmarino2+12-1
2023-06-22 23:33CI: add test for unicode rxTableSep (issue #1297)Tinmarino1+45-0
2023-06-22 23:10Fix: Handle multibyte chars properly in get_cells (#1298) (fixes #1297)Julian Prein2+9-6
2023-06-22 22:57CI: Add test for colored convertion wiki syntax (issue #1311)Tinmarino1+36-0
2023-06-22 22:36Fix: HTML convertion for code is stripping newlines (issue #1311)Tinmarino1+2-2
2023-06-22 16:41CI: Add test for highlight dates (issue #309, pr #1315)Tinmarino3+60-0
2023-06-22 16:43Add basic GTD-style token highlighting (#1315)Alex Claman1+12-0
2023-02-04 23:02docs: add description for disable extension support, to avoid accidently working as wiki for normal docsnolleh77071+6-0
2023-06-21 16:33add jplanisky to contributorsJoe Planisky1+1-0
2023-06-21 16:32add mixed (concatenated & discrete) tags to #1326 testsJoe Planisky1+20-2
2023-06-20 20:58fix duplicate tag issue #1326Joe Planisky1+27-31
2023-06-20 20:57fix cleanup in duplicate tags testJoe Planisky1+2-2
2023-06-20 20:15Add new Vader test for issue 1326 (duplicate tags)Joe Planisky1+47-0
2023-06-16 15:14Syntax: admit space trailing the yaml delimitersTinmarino1+2-2
2023-06-14 18:04Improvement: gqq autowrap leading :: definition as &l:comments (#1279)Tinmarino3+24-0
2023-06-14 17:12Fix previous commit refactoring with: get_globlinks_raw and complete_links_rawTinmarino2+7-7
2023-06-14 17:02Fix: VimwikiGoto completion with file with space (#1229)Tinmarino2+40-5
2023-06-14 16:29Merge pull request #1324 from rddunphy/devTinmarino3+18-15
2023-06-14 15:43Fix: Italics broken with 7a48268 commit (#1331)Tinmarino1+1-1
2023-06-14 15:34Feature: Recognize message:// URLs on Mac #1332Tinmarino1+1-1
2023-06-14 15:34Comment: previous commit typoTinmarino1+1-1
2023-06-14 14:42Doc: Explain how to clear typeface highlight (#1346)Tinmarino1+16-1
2023-06-14 14:42Util: add vimwiki#vars#set_syntaxlocal function for consistencyTinmarino1+23-1
2023-05-12 21:20Fix vimwiki#diary#calendar_sign when g:vimwiki_list is not setLuke Atkinson4+10-3
2023-04-19 17:38Fix commit 72d0220, breaking syntax for bold due to bad punctuation preceded right flank (issue #1325)Tinmarino4+44-16
2023-04-05 02:28update g:vimwiki_version for latest releaseBrennen Bearnes2+2-2
2023-04-05 02:13Doc: Note changes for 2023.04.04Brennen Bearnes1+4-0
2023-04-02 00:32Use fnameescape() instead of escape() in edit_file()R. David Dunphy1+1-1
2023-04-02 00:08Don't escape filenames for goto()R. David Dunphy3+12-14
2023-04-01 23:57Cancel goto() if input was emptyR. David Dunphy1+5-0
2023-03-27 15:37is_diary_file(): use filereadable() to check a single fileBrennen Bearnes2+55-7
2023-03-22 04:22CI: Lint run_test: reorder function in top>downTinmarino1+177-174
2023-03-22 04:17CI: Lint run_test: all in functionTinmarino1+191-151
2023-03-18 04:45Syntax: Fasten highlighting, from 200ms to 20ms for first screen updateTinmarino5+46-56
2023-03-18 01:05Tags: improve VimwikiSearchTags which was not using user configuration (issue #1316) (v2)Tinmarino4+92-2
2023-03-17 22:17Fix: ugly debug echom at start #1317Tinmarino1+0-1
2023-03-17 19:08Markdown typeface: match closer to GFM specification, also add testsTinmarino3+102-30
2023-03-17 16:44Improve typeface specification closer to GFM and testTinmarino4+687-8
2023-03-17 07:51Doc: replace http by httpsTinmarino1+15-15
2023-03-17 06:59Fix: Bug: VimwikiGoto without argument creates empty page (issue #1229)Tinmarino2+5-2
2023-03-17 06:49Doc: add changelog for issue #1261Tinmarino1+2-0
2023-03-17 06:46Feature: Support for <mark> in Markdown (issue #1261)Tinmarino3+46-1
2023-03-17 05:27Feature: permit blockquote automatic continuation (issue #1274) (fixed)Tinmarino6+189-20
2023-03-17 03:07Doc: add #1316 to changelogTinmarino1+1-0
2023-03-17 03:06Doc: Rename most recent release? #1314Tinmarino1+1-1
2023-03-17 03:03Permit tags in heading #1316Tinmarino2+181-1
2023-03-17 02:25CI: Add basic syntax testTinmarino1+21-0
2023-03-15 04:36Fix bad header highlighting with nvim (issue #1291)Tinmarino1+19-18
2023-03-15 05:06Fix VimwikiAddHeaderLevel map (like 3=), borken by previous 5e564bb10dc52, (Issue #1270)Tinmarino3+48-2
2023-03-15 04:03Doc: Add some changelog, release v2022.03.15Tinmarino1+4-0
2023-03-15 03:54Yaml metadata, fix regex (#1287)Tinmarino3+8-16
2023-03-13 23:03CI: Fix former test to match the new equation syntax #150Tinmarino1+6-6
2023-03-13 22:43Fix Math inline border cases (Issue #150)Tinmarino2+44-3
2023-03-13 19:52Syntax: Add highlithing for YAML metadata block (#1287)Tinmarino5+160-7
2023-03-12 04:48Fix VimwikiTabDropLink mistakely removed in previous commit (tk Nudin)Tinmarino1+2-0
2023-03-12 04:18CI small change: add name to workflow to avoid the full path to displayTinmarino1+1-1
2023-03-12 04:15CI: Add Typos check and fix some typoTinmarino15+103-59
2023-03-12 00:44Cechk: add workfloa-diaptch triggerTinmarino1+1-1
2023-03-10 16:55Check: Change .travis CI to GitHub Actions CI (GHA)Tinmarino13+671-337
2023-03-10 16:54Highlight markdown typeface more compliant with Github Flavoured MarkdownTinmarino6+94-41
2022-12-05 04:25housekeeping: remove non-working / deprecated mirror.ymlBrennen Bearnes1+0-17
2022-12-05 02:38housekeeping: update issue template for new workflow, add branch mirroringBrennen Bearnes2+19-3
2022-12-02 21:39switch to calver; add g:vimwiki_version; tidy version hardcodingBrennen Bearnes5+26-21
2022-11-29 03:58version to 2.6.0; rewrite docs for rolling releaseBrennen Bearnes5+78-87
2022-11-29 02:52Merge branch 'master' into release/2.6.0Brennen Bearnes1+1-1
2022-08-19 21:14minor documentation improvementxgpt1+3-0
2022-07-23 05:04resolve_link(): check ext against version with dot (fixes #1256)Brennen Bearnes1+2-1
2022-07-19 02:52vimwiki.txt: include jsn and Vimwiki2HTMLBrowse fixBrennen Bearnes1+2-0
2022-06-10 17:50make vimwiki#html#Wiki2HTML respect 'html_filename_parameterization'dmitry kim1+5-1
2022-07-19 00:08append extension to links containing "." (fixes #950) (#1236)Brennen Bearnes2+4-2
2022-05-23 03:55diary: use :drop for :VimwikiMakeDiaryNoteBrennen Bearnes2+9-2
2022-05-21 23:56follow_link: reuse existing tabs with tab drop (closes #238)Brennen Bearnes3+25-5
2022-07-18 23:44fixed s:get_links so that it finds both link styles when using markdown syntaxBrennen Bearnes2+12-4
2022-07-07 15:47update link to tagbarFelix Wolfsteller1+1-1
2021-12-19 14:46Add vader test for updating generated tag linksPhilipp Oberdiek1+24-0
2021-12-19 12:15Search for already present tag linksPhilipp Oberdiek1+27-2
2021-12-19 12:13Make `collect_headers` a global plugin functionPhilipp Oberdiek1+7-7
2021-12-19 18:09Update tag link captions in tag vader testsPhilipp Oberdiek1+10-10
2021-12-19 18:08Add description key to tag link entriesPhilipp Oberdiek1+12-7
2022-03-10 02:04README.md: point to libera.chat channel (#1167) (#1194)Brennen Bearnes1+6-3
2021-12-19 03:49Doc fix helptags all (#1181)Tinmarino1+2-2
2021-12-18 15:11Make tag links relative to current file #794 (#1162)Philipp Oberdiek3+78-0
2021-12-18 15:08Feature: Add wiki page to buffer list using `badd` (#1185)Jean-Luc Bastarache3+21-0
2021-12-18 14:53VimwikiTOC: update-listing in buffer more lazy (after #1155)Tinmarino1+8-6
2021-07-18 10:39fix(update_listing_in_buffer): don't update listing if there are no changesTobias Mersmann1+6-0
2021-12-18 14:40Addresses issue #621 (#1181)ysftaha3+64-0
2021-12-17 21:34Fix wildcard expansion in `find_autoload_file`Thomas Leyh2+5-2
2021-11-18 14:29Revert breaking changes to customwiki2html.sh fileTulio Brunoro1+1-1
2021-11-23 10:56Fix: Typo VimwikiUmderline → VimwikiUnderline in nested_typefaceTomas Janousek1+1-1
2021-09-17 17:32Replaced references to Freenode IRC with Liberathecliguy1+2-2
2021-08-04 12:59Fix: Links opening in qutebrowser multiple times #763Lily Foster2+3-1
2021-09-01 06:58README.md: point to libera.chat channel (#1167)Brennen Bearnes1+6-3
2021-08-31 06:29Typopetrisch1+1-1
2021-07-29 12:23remove echo usage from VimwikiPasteLinkpaperbenni1+1-1
2021-07-28 09:11Feature: VimwikiPasteLink to get absolute wiki link to the current filepaperbenni3+23-0
2021-06-24 01:06Fix typoStephan T1+2-2
2021-06-11 16:06Fix: forbid `\$` for equation region start or stop #150Tinmarino1+1-1
2021-06-11 15:24Feature: Add thunderlink to schemes_web #435Tinmarino1+1-1
2021-06-11 14:57Fix: Calendar integration if no vinwikilist #290Tinmarino2+8-2
2021-06-11 14:50Feature: Table cells permiting escaped separator (i.e. \|) #281Tinmarino2+63-30
2021-06-11 13:22Test: Demo: Renaming link text in markdown #1138Tinmarino1+25-0
2021-06-10 21:28Test: Fix bad space removedTinmarino1+1-1
2021-06-10 21:17Pretty: Delete trailing spaceTinmarino1+2-2
2021-06-10 21:17Pretty: Delete trailing spaceTinmarino6+12-12
2021-06-10 21:15Fix RenameFile with relative to root (prefix with /) #617Tinmarino2+44-13
2021-06-10 20:13Rename rename_link -> rename_file (corresponding to the exported RenameFile)Tinmarino2+10-10
2021-06-10 20:07Fix: deprecate has been moved from base to uTinmarino2+5-4
2021-06-09 17:03Test: Fix: for Vim <= 7.3 the linkify functionTinmarino1+16-4
2021-06-09 16:42Feature: Syntax: Provide vimwiki language escape sequences -> \token #1044Tinmarino2+78-22
2021-06-09 13:45Test: link creation with dot #924Tinmarino1+26-2
2021-06-09 13:26Feature: vimwiki#base#linkify() with markdown syntax setting #994Tinmarino2+66-41
2021-06-08 21:43Test comment lastTinmarino1+13-13
2021-06-03 00:00Fix self-link for TOC links.Hugo Hörnquist1+8-6
2021-06-08 21:14Test for links_space_char #1132Tinmarino2+18-0
2021-06-03 14:12Update changelogVinny Furia1+1-1
2021-06-02 20:42Updated changelog and added to contributingVinny Furia1+3-0
2021-06-02 20:34Do not substitute spaces in LinkDescriptionVinny Furia1+2-2
2021-05-20 19:50VimwikiGoto: Support wiki pages with spaces (#1128)Steven Stallion4+20-4
2021-05-17 14:27Table: Fix exception if i<Tab> at end of line if next line is bad (Issue #1126)Tinmarino2+29-7
2021-05-13 12:24Add matrix as known URI schemeReiner Herrmann1+1-1
2021-04-21 14:16Add wikilocal option showing description in generated linksStefan Schuhbäck4+73-6
2021-04-07 02:13Added vertical svg logo in doc (#1111)Matthew Toohey2+99-0
2021-04-07 02:09Fix resolution of leading-slash links, add link tests (#1108)Brennen Bearnes17+484-124
2021-04-06 03:07Vimwiki2HTML: remove string concat from variable substitution (#1110)Brennen Bearnes4+18-19
2021-03-15 18:19Doc: Fix trailing closing brace and comma typo when describing the defaults of `g:vimwiki_ext2syntax` (#1106)Fergus Collins1+3-1
2021-02-05 11:58Fix Renaming and HTML Exporting Issue (#1057)Levi Rizki Saputra3+31-11
2021-02-01 21:55Update variable name used to open markdown image linksRane Brown1+1-1
2021-01-13 00:43Restore <C-@> list item toggle on Unix systemsNiklas Söderlund1+7-5
2021-01-12 21:31Default to wiki number 0 if diary is called outside a wiki bufferNiklas Söderlund1+13-2
2021-01-10 19:17Feature VimwikiColorize maps in visual and normal mode #990Tinmarino5+174-20
2021-01-10 16:16Test: Fix error in previous typeface hiTinmarino2+20-17
2021-01-10 16:00Conf: #1060 Get configurable schemes_webTinmarino6+60-30
2021-01-10 15:27Fix: Typeface font highlight VimwikiBoldItalicUnderline was not boldTinmarino6+96-37
2021-01-08 01:06Test: Add option to configure date string format #1073Tinmarino6+49-10
2021-01-04 12:13Test: #1048 <Plug>VimwikiTableNextCellTinmarino1+66-0
2021-01-03 23:07Doc: Indent Docstring inside functionTinmarino15+518-508
2020-12-29 01:30move changelog entry to the endyhu2661+2-2
2020-12-29 01:27Add option to configure date string formatyhu2663+18-2
2020-12-29 14:29Fix: #1074 Key not present in Dictionary: lists_return in g:vimwiki_key_mappingsTinmarino1+4-0
2020-12-19 11:08feat(vimwiki_key_mappings):add a flag lists_returnyuuy1+6-0
2020-12-19 03:12feat(vimwiki_key_mappings):add a flag lists_returnyuuy2+17-14
2020-12-28 21:56Fix: Jenkins: Dockerfile install py3-pipTinmarino1+1-0
2020-10-30 19:06Revise with table column alignment based on work done for vimwiki-serverChip Senkbeil1+12-8
2020-10-30 18:23Revise based on commentsChip Senkbeil1+99-145
2020-10-04 15:36Rename component to elementChip Senkbeil1+40-41
2020-10-04 15:26Fix bad whitespace characters linkChip Senkbeil1+1-1
2020-10-04 15:25Add TODO about preformatted text metadata list separatorsChip Senkbeil1+6-0
2020-10-04 15:23Update header and definition list specs to support inline componentsChip Senkbeil1+9-15
2020-10-01 05:51Correct statement about link with wikiN: needing N to be 1 (should be 0..N-1)Chip Senkbeil1+1-1
2020-09-29 05:02Add vimwiki language specification 0.1.0Chip Senkbeil1+941-0
2020-11-20 14:05Revert "Fix Renaming issue in Windows and ext with two dot (#1051)" (#1056)Levi Rizki Saputra1+2-9
2020-11-20 12:08Fix Renaming issue in Windows and ext with two dot (#1051)Levi Rizki Saputra1+9-2
2020-11-20 12:02configure expression for Todo words (#1053)Amit Beka5+35-5
2020-11-19 12:55Map: Enable changing insert mode table mappings (#1048)Amit Beka2+16-3
2020-11-15 12:21enable strikethrough for Neovim (#1054)Amit Beka2+2-1
2020-11-13 01:22Allow VimwikiToggleListItem mapping to be replaced (#1047)Rajesh Sharma2+5-3
2020-10-24 17:52Fix vint warning introduced by #1039Tomas Janousek1+1-1
2020-10-24 17:09Doc: Fix inconsistent naming of some option help tagsTomas Janousek1+10-10
2020-10-24 16:54Feature: Optionally disable todo propagation to parents/children (Issue #954)Tomas Janousek5+111-4
2020-10-24 13:57Fix some typos in vars.vimTomas Janousek1+5-5
2020-10-22 14:01fix: not throwing error when loading for some languagesDaniel Moura2+4-1
2020-10-20 02:45Doc: Update changelog (@davidsierradz)mtourneb1+1-0
2020-10-20 02:30Allow overwriting insert mode maps (#1030)David Sierra DiazGranados2+3-2
2020-05-26 21:39Update README.mdMichael F. Schönitzer1+8-0
2020-09-22 18:17docs: Fix typo (#1017)Marek Šuppa1+1-1
2020-09-08 13:22Fix bug: g:vimwiki_syntaxlocal_vars not initialized (Issue #1013)mtourneb1+0-1
2020-09-06 07:45886 fix generate links on windows (#1011)Benney Au2+5-3
2020-09-05 20:12Fix: Folding by 'syntax' does nothing with Markdown syntax (Issue #1009)mtourneb8+128-48
2020-09-05 15:45Fix: HTML Conversion: List with wrapped lines (#1008)Ryan Winograd2+54-10
2020-09-04 03:43Feature: Add command VimwikiColorize (Issue #990)mtourneb6+128-3
2020-09-02 00:13[Issue #999] Fix duplicate help tags (#1000)Edward Bassett1+2-2
2020-08-24 04:17Fix: Html convertion: Blockquote: multiline and in number list (Issue #55)Tinmarino10+421-195
2020-08-23 07:42Test: Batchify all && Lint run_test.shTinmarino14+624-724
2020-08-23 05:59Fix: Indentation broken within lists (Issue #991)Tinmarino2+52-6
2020-08-22 16:40Fix: Vimwiki2HTMLBrowse broken when using a custom converter (Issue #992)Tinmarino2+4-4
2020-08-18 02:28Feature: VimwikiVar to list, get and set variablesTinmarino17+814-580
2020-08-17 06:07Fix typo in help filekraem1+2-1
2020-08-14 05:26Feature: Utility function: linkify to extract link title from url (PR #982 from @jeromg)Tinmarino2+89-0
2020-08-13 05:59Prettyfy: Plugin: Comment and one antipatternTinmarino1+36-35
2020-08-13 05:59Feature: Syntax typeface delimiters can end at punctuationTinmarino3+42-19
2020-08-13 01:39Fix: Broken TOC links format when using default syntax (Issue #981)Tinmarino7+111-37
2020-08-12 15:17Doc: rename DesignNotes.md -> design_notes.mdTinmarino3+2-2
2020-08-12 14:35Fix: Vars.vim error in parsing: key not present (Issue #980)Tinmarino7+117-16
2020-08-12 13:12Test: remove vader_setup and vader_teardonTinmarino2+0-4
2020-08-10 02:21Syntax: Stricter typeface and fix preCode (alias inline) nested in boldTinmarino6+107-11
2020-08-10 01:22Syntax: Emoji faster conceal with keywordTinmarino3+11-9
2020-08-08 20:51Syntax: Stricter italic match: match '_that_' not 'a_ that _a'Tinmarino3+33-22
2020-08-09 20:14Feature: Better joining bullet and task lists (set comments)Tinmarino1+14-2
2020-08-09 20:13Test: Refactor: Normalize names and behaviorTinmarino26+1636-1488
2020-08-09 20:06Refactor: Mutualize messaging (echo)Tinmarino8+125-92
2020-08-08 08:02Config: Permit tag configuration for syntax, search and match (Issue #922 #928)Tinmarino11+462-235
2020-08-08 08:01Change: VimwikiCheckLinks work on current wiki or on given rangeTinmarino3+16-4
2020-08-07 17:02Fix: Accessing other filetypes within vimwiki (Issue #979)Tinmarino3+34-8
2020-08-07 16:20Fix: VimwikiGenerateLinks crash with single quote in filename (Issue #886 #881)Tinmarino2+4-1
2020-08-07 15:46Comment: tipo (for faster grep)Tinmarino3+2-3
2020-08-07 14:52Fix: Html convertion regex Bold and Italic (Issue #977)Tinmarino1+7-20
2020-08-07 14:21Fix: Typeface should not be nested in single equation (#977)Tinmarino3+37-28
2020-08-07 06:29Feature: Emoji support conceal and completeTinmarino6+2468-5
2020-08-06 21:02Fix: VimwikiTOC removes next non-empty line (Issue #910)Tinmarino4+41-6
2020-08-06 15:05Fix: follow_link (suffix) and VimwikiGenerateTagLinks (__FileExtension__) (Issue #914)Tinmarino3+74-33
2020-08-06 02:26Fix: VimwikiTOC is broken against headers with link (Issue #182)Tinmarino7+160-24
2020-08-05 16:05Fix: iMap <Cr> Interfere in completion (alias popup-menu, pum) (Issue: #813)Tinmarino3+26-5
2020-08-05 04:39Fix VimwikiRenameLink ruins window layout (Issue #592)Tinmarino3+46-20
2020-08-04 22:44Fix: is_diary_file to support whitespaces (Issue #970)Jerome Gay1+1-1
2020-08-04 22:57Fix: tilde ~ not supported in g:vimwiki_listsym_rejected (Issue #962)Tinmarino1+2-1
2020-08-04 21:44Fix: Highlight borken with done item rided by code (Issue #971)Tinmarino4+86-17
2020-08-04 04:44Feature: Markdown: Support SetExt Heading (Issue #209)Tinmarino8+202-26
2020-08-04 02:16Prettify Syntax: Reduce var name && Move from vars.vim to syntax.vimTinmarino5+57-66
2020-08-03 22:45Refactor: Syntax as region (code, eq, sub, sup, strike) => Fix (Issue #709)Tinmarino10+397-251
2020-08-03 05:00Fix: Typeface: var_with_undersore triggered syntax italicTinmarino3+5-1
2020-08-03 04:42Doc: Update ChangelogTinmarino1+16-0
2020-08-03 03:10Feature: Markdown link: VimwikiTOC supports multiple heading with same name (Issue: #968, 666, #664)Tinmarino2+124-33
2020-08-03 02:05Feature: Markdown anchor normalize and unormalize (Issue #664)Tinmarino4+193-53
2020-08-02 07:51Refactor: Syntax highlighting typeface: match -> region: (Issues #847, #640)Tinmarino9+245-207
2020-08-02 02:28Syntax: Html support nested, concealable tag and fasterTinmarino3+178-28
2020-08-01 05:12Add multiline comment support via %%+ and +%%Chip Senkbeil8+154-7
2020-07-31 04:01Replace VimwikiListChangeLevel references in doc with VimwikiListChangeLvlChip Senkbeil1+7-4
2020-07-30 23:31Fix: wrong html link conversion in windows (PR #945)Aditya Harit2+4-1
2020-07-30 19:49Refactor: Vars: Make vimwiki_list_ignore_newline wiki local (Issue #894)Tinmarino3+61-67
2020-07-30 19:27Refactor: Vars: Make vimwiki_toc_header wiki localTinmarino4+27-16
2020-07-30 22:07Test: Fix vader_setup dep from 946Tinmarino3+19-18
2020-07-30 22:04Feature: Add option g:vimwiki_commentstring to disable vimwiki commentstring (PR #946 from @BirgerNi )BirgerNi3+59-4
2020-07-30 05:10Test: Fix not understood froozeTinmarino1+1-2
2020-07-30 04:45Feature: Follow links: Allow hyphens and case-insensitive (PR #840 from @bratekarate)Tinmarino2+51-0
2020-07-30 03:29Refactor: Test & Doc: Remove test/vader_include and move DesignNotes to docTinmarino26+266-287
2020-07-29 20:36Test for html table convertion with header (Issue #941)Tinmarino1+160-0
2020-07-29 19:36#940: Render header inside thead element if table has header (#941)Gaurang Kher2+7-0
2020-07-29 13:40Fix :VimwikiNextTaskRyan Winograd3+20-1
2020-07-29 04:37Feature: VimwikiRenameFile 1/ to other dir 2/ take argument (completable) (Issue #926)Tinmarino3+173-38
2020-07-29 04:36Test: travis run vint in an other job => fasterTinmarino2+5-2
2020-07-27 18:47Test: VimwikiDiaryGenerateLinks with wiki syntax (Issue: #921)Tinmarino2+122-11
2020-07-27 05:35Fix: update_listing_in_buffer is clearing the buffer (Issue #921)Tinmarino1+12-5
2020-07-27 02:14Feature: Config: Normalize link so that user can choose [[]] or []() (Issue #892)Tinmarino5+53-17
2020-07-26 21:55Config: make vimwiki_markdown_link_ext wikilocalTinmarino4+95-59
2020-07-26 21:55Feature: blockquote (`> `) better joining (`J`) and hard wrapping (Issue #915)Tinmarino4+52-5
2020-07-26 20:50Test: Travis run job in parallelTinmarino2+18-1
2020-07-26 04:51Test: #473 Convert Html Linux [[local:C:/Users/somebody/d/e/f/music.mp3]]Tinmarino1+58-0
2020-07-26 03:26Test: Add local testing (no docker need), working on windowsTinmarino4+146-39
2020-07-25 07:40Refractor: Path Add utility unixify #478Tinmarino5+78-62
2020-07-25 06:05Test: 1/Fix some interdependencies 2/replace -o -> -fTinmarino3+67-36
2020-07-24 21:59Refactor: normalize_link_v, creating u#get_selection (Fix #382)Tinmarino4+184-93
2020-07-24 04:16Test: VimwikiTableMoveColumnLeft and some friendsTinmarino4+101-17
2020-07-24 04:16Fix: Table imap <Tab> (error from new tipo on configurable mapping)Tinmarino1+2-2
2020-07-24 04:14Fix: html conversion error from markdown (#951)Tinmarino1+4-7
2020-07-22 13:33Add Vader tests for RSS feed generationReiner Herrmann6+137-0
2020-07-05 15:54Generate RSS feed for diary entriesReiner Herrmann6+141-3
2020-07-05 15:53Refactor HTML conversion into separate functionReiner Herrmann1+131-114
2020-06-18 03:49Add test for arrow blockquotesRafael Castillo1+71-0
2020-06-18 03:46Fix blockquotes not stripping arrowsRafael Castillo1+2-2
2020-06-14 21:26Fix typoRafael Castillo1+1-1
2020-06-03 04:29Adds email style quotes to signal blockquotesRafael Castillo2+94-4
2020-01-27 01:39Feature: Add handling of absolute path to vimwiki #811 from @justrajdeepRajdeep3+91-10
2020-07-21 23:37PrettifyTinmarino1+16-17
2020-07-21 23:36Fix link extension removedTinmarino2+40-4
2020-07-21 19:15Prettify tbl.vimTinmarino1+40-40
2020-07-21 19:13Fix: #891 Table Pressing <Enter> autosets tw<-0Tinmarino2+5-19
2020-07-21 19:10Test: Table should not change twTinmarino1+18-0
2020-07-21 17:24Lint, diary from last PR: ==? and ''Tinmarino1+8-8
2020-07-21 17:21Add a diary frequency option (#884)Jérémy Caldas4+86-7
2020-07-21 17:12Fix: VimwikiGenerateDiary with unreplaced __FileExtention__Tinmarino1+3-0
2020-07-21 14:20Fix: #913: VimwikiGoto completion aafter <CR> [in input() prompt]Tinmarino3+30-12
2020-07-21 13:06Update Contributing.mdTinmarino1+7-2
2020-06-16 23:43Allow weblinks to end with '<'Yigit Sever1+1-1
2020-06-29 06:35Update spelling mistakeClinton Ryan1+1-1
2020-06-17 03:21Doc: Fix for duplicate helptags: bullet_typesEdward Bassett1+3-1
2020-06-16 21:47Fix: Link substitution of __FileExtension__ #914Tinmarino3+33-16
2020-06-16 18:48Travis: Fix vint error propagationTinmarino2+17-17
2020-06-16 17:46Clean & Fix: cycle_bullets bug not defined key in dic: #911Tinmarino6+219-55
2020-06-08 12:31Functions to remove all todo items that are done (#906)Michael F. Schönitzer4+329-0
2020-06-07 23:03Feature: Add option to automatically cycle bullet chars (#907)Robert Günzler3+78-23
2020-06-04 21:29Test: add issue non-regession and todo listTinmarino3+345-0
2020-06-04 21:29Comment: code and robustifyTinmarino9+256-113
2020-06-04 16:35Darken logo text (#902)Milkey Mouse2+7-7
2020-06-04 16:33 Allow to configure bullet points & status indicators per wiki (#889)Michael F. Schönitzer6+151-67
2020-06-01 23:33Bugfix: file extension for markdown is syntax wide (#895)Michael F. Schönitzer4+35-31
2020-06-01 14:20Update vimwiki.txtTinmarino1+1-1
2020-06-01 14:09Add changelogPtitCaius1+4-1
2020-06-01 08:46Revert version changePtitCaius1+1-1
2020-06-01 08:20Fix conceallevel set globallyMarius Lopez1+1-1
2020-05-26 21:39Bump version number – release 2.5Michael F. Schönitzer1+1-1
2020-05-30 22:06Test: Fix: exit status (was always 0)Tinmarino1+12-4
2020-05-26 21:39Bump version number – release 2.5Michael F. Schönitzer1+1-1
2020-05-26 21:37Merge branch 'dev'Michael F. Schönitzer61+18474-2174
2020-05-26 21:09Prepare for release 2.5Michael F. Schönitzer4+31-12
2020-05-26 18:05Fix: get_wikilinks arguments: add patternTinmarino4+4-3
2020-05-24 21:49Rename three commands, deprecate their old names (#887)Michael F. Schönitzer4+37-18
2020-05-24 21:49Fix grammar in help file (#888)Michael F. Schönitzer1+13-13
2020-05-22 21:44Fix test for mediawiki syntaxMichael F. Schönitzer1+1-1
2020-05-20 18:43Lint tipoTinmarino1+1-1
2020-05-20 18:41Test remove commented nvim from DockerfileTinmarino2+4-1
2020-05-19 01:21Lazy: Link with only '-' do not workTinmarino1+4-2
2020-05-18 14:03Preciser description for VimwikiGenerateLinksMichael F. Schönitzer1+1-1
2020-05-17 18:07Fix: Command [count]o can't repeat in vimwikiTinmarino2+3-2
2020-05-17 18:06Util: count_exeTinmarino1+9-0
2020-05-17 17:14Feature: VimwikiGenerateLink take pattern optional argumentTinmarino3+24-8
2020-05-17 16:31Fix: Link containing only '-'Tinmarino2+6-0
2020-05-14 04:17Doc: g:vimwiki_auto_chdir, emphasis __root__ wiki pathTinmarino1+3-3
2020-05-14 02:43Add: ShowVersion: os and vim version for easyer issue debugTinmarino2+14-0
2020-05-13 15:34Add travis testsTinmarino2+29-1
2020-05-13 15:34Fix: retrocompatibility and VintTinmarino2+6-4
2020-05-13 15:33Test: comment non working -> All tests greenTinmarino3+92-78
2020-05-12 15:42Fix: clean_url removing Chinese characterTinmarino2+6-2
2020-05-12 01:06Fix: renaming tipo: s:get_diary_file -> vimwiki#diary#get_diary_files()Tinmarino1+1-1
2020-02-24 14:39fix base#find_files so that it works for filenames with whitespacesflex1+2-2
2020-04-30 19:04Update MathJax local loading instructions The MathJax.js file doesn't exist anymore in the MathJax repository and the script that should be loaded is tex-chtml.js. This update the helpfile to reflect this change.Hugo1+1-1
2020-05-09 07:35Improve path normalisation with separate substitutionsPatrick Stockwell1+2-1
2020-05-09 04:57Update changelog and contributors listPatrick Stockwell1+2-0
2020-05-09 00:45Generate links when diary & wiki dir are the samePatrick Stockwell3+16-13
2020-04-22 15:21Prettify: Special case in diary not so specialTinmarino1+0-5
2020-01-19 16:04Fix for Issue #807Stefan Lehmann1+1-1
2020-04-20 20:13Moved safe_line_html call after the %plainhtml check so it does not convert essential html characters such as < and > to ampersand form.kaphula1+4-4
2020-04-18 18:10Test: plaintext html magicTinmarino1+59-0
2019-11-24 16:51Added new feature to insert plaintext to the final html conversion file.kaphula2+37-0
2020-04-14 12:20Update changelog and contributorsMauro Morales1+2-0
2020-04-14 12:12Add viewport meta tag to make it responsiveMauro Morales1+1-0
2020-04-15 15:01Comment: tipoTinmarino1+1-1
2020-04-06 14:50Merge pull request #850 from ubitux/remove-extra-echom-idxRane Brown1+0-1
2020-04-06 06:34Remove unnecessary echom idx cruftClément Bœsch1+0-1
2020-04-03 19:31Merge branch 'multi_ft' into devRane Brown6+48-9
2020-03-23 11:53Add shell command to install helptags #836Rane Brown1+4-1
2020-03-23 11:30Add install notes when using vim packages.Rane Brown1+5-0
2020-01-13 04:13Remove extra checkboxRane Brown1+1-1
2020-01-08 13:03Disable syntax for indented code blocks.Rane Brown4+5-24
2020-01-05 04:21Fix relative paths for VimwikiRenameLink. Merge PR #787.Tinmarino12+728-492
2020-01-04 02:51Use checkboxes for templatesRane Brown2+12-19
2020-01-04 02:35Update issue and PR templatesRane Brown2+8-5
2020-01-03 22:34Add min Vim version, add missing headerRane Brown1+7-3
2020-01-03 22:24Ignore verbatim blocks when scanning tags.Rane Brown1+5-2
2020-01-03 22:14Improve detection of code blocksRane Brown1+6-4
2020-01-03 14:10Add markdown syntax support for indented code blocks.Rane Brown4+36-12
2020-01-03 14:08Update call to VimwikiGenerateTagLinksRane Brown1+1-1
2020-01-03 03:53Rename VimwikiGenerateTags -> VimwikiGenerateTagLinksRane Brown2+4-3
2020-01-01 17:58Improve markdown syntax for fenced code blocks. Closes #764Rane Brown4+33-4
2019-12-30 17:25Update changelogRane Brown1+1-0
2019-12-30 17:24Update how tags are written to file.Rane Brown1+10-8
2019-12-30 17:08Allow markdown syntax to have tags at top of file.Rane Brown2+68-45
2019-12-30 17:07Update tags file format. Closes #779.Rane Brown2+13-3
2019-12-30 12:58Add ability to select individual tests to run.Rane Brown1+32-3
2019-12-23 20:35Don't overwrite user setting of list_margin.Rane Brown2+8-3
2019-12-21 16:16Update default list_margin valueRane Brown1+2-1
2019-12-21 16:11Remove ft=conf -> Vader is a ftRane Brown2+2-2
2019-12-21 16:10Add function to print a command output to the bufferRane Brown1+13-1
2019-12-21 16:09Set default list_margin=0 for markdownRane Brown4+163-54
2019-12-21 03:41Update changelogRane Brown1+3-1
2019-12-21 03:41Stylistic changes to pass vint tests.Rane Brown14+712-717
2019-12-21 03:40Add info about testing with vader and vint.Rane Brown1+26-24
2019-12-21 03:40Add link to Vimwikiwiki and more info on contributing.Rane Brown1+48-43
2019-12-21 03:40Pin versions for everythingRane Brown1+14-11
2019-12-21 03:40Cleanup, add link to vim-testbed on DockerHubRane Brown1+5-5
2019-12-16 02:47Merge pull request #785 from tinmarino/merge_goto_nestedRane Brown3+54-13
2019-12-15 22:23VimwikiGoto: Enable VimwikiGoBackLink aftertinmarino1+6-1
2019-12-11 19:27Feature: VimwikiGoto completion works with only part of filenametinmarino3+47-11
2019-12-07 14:32Feature: VimwikiGoto completion get also link of files nested in directoriestinmarino1+1-1
2019-12-15 04:56Merge pull request #780 from rattletat/devRane Brown1+5-1
2019-12-15 04:37Merge tinmarino-dev_vader. Add new vader tests.Rane Brown12+1377-6
2019-12-15 04:08Update changelogRane Brown1+7-2
2019-12-02 19:53Set default ext2syntax values for markdown and mediawiki.Rane Brown2+21-12
2019-12-13 19:55Move notes about vim patches to readme.Rane Brown3+66-59
2019-12-14 02:58Modify how tests are run to improve overall speed.Rane Brown6+83-67
2019-12-13 19:59Add check to generate_tags() to ensure a header is present.Rane Brown1+4-0
2019-12-03 04:59Make generation functions compatible with older vims.Rane Brown3+31-24
2019-11-29 07:03Add better echoing of custom wiki2html scriptMichael Brauweiler1+5-1
2019-11-20 03:50Merge pull request #766 from tinmarino/fix_multiple_link_backRane Brown3+252-14
2019-10-28 18:14Test: Add vader tests for fixing going back links on same filetinmarino1+225-0
2019-10-28 11:05Merge pull request #768 from tessarin/update-mathjax-cdnRane Brown1+3-2
2019-10-25 18:10Update MathJax CDN loading instructionsCesar Tessarin1+3-2
2019-10-07 13:26Fix: VimwikiGoBackLink does not go back to links on the same page #691tinmarino2+19-12
2019-10-07 13:25Clean code: : mutualise bash: is_wiki_link: command not found in a script functiontinmarino1+8-2
2019-10-21 02:54Merge branch 'ratfactor-issue-420' into devRane Brown9+185-12
2019-10-21 02:27Merge branch 'issue-420' of https://github.com/ratfactor/vimwiki into ratfactor-issue-420Rane Brown9+185-12
2019-10-19 16:45Treat math blocks in the same manner as code blocksRane Brown1+4-1
2019-10-17 04:31Exclude code block comments from header folding.Rane Brown2+3-1
2019-10-17 04:27Don't insert marker character with o or O within a code block.Rane Brown2+23-18
2019-10-15 18:15Merge pull request #735 from simias/fix-407Rane Brown3+201-6
2019-10-12 22:31Add error handling to VimwikiSearch per issue #420Dave Gauer9+185-12
2019-08-28 09:50Merge branch 'abhinav-dev' into devRane Brown2+30-28
2019-08-28 09:50Merge abhinav-dev autocmd registration simplificationRane Brown2+30-28
2019-08-28 09:36Merge pull request #744 from defau1t/devRane Brown1+6-4
2019-08-26 18:18Added name to contributors and changelog.defau1t1+2-0
2019-08-26 18:14Fixed typo and paragraph formatting in vimwiki help.defau1t1+4-4
2019-08-25 20:25<leader>ww opens the currently active wiki.Rane Brown2+5-4
2019-08-23 20:42Fix 'VimwikiReturn 3 5' behavior within code blocks.Rane Brown2+77-1
2019-08-22 11:49Add test cases for VimwikiReturn commandRane Brown1+205-0
2019-08-22 11:48Fix the method for changing the Vimwiki syntax for tests.Rane Brown2+16-9
2019-08-11 13:14Properly handle lists with hard wraps. Fixes #443.Rane Brown1+13-4
2019-08-11 13:13Don't use <Plug> definitions for VimwikiReturn mappings.Rane Brown2+32-29
2019-08-18 20:47Register autocmds onceAbhinav Gupta2+29-27
2019-08-12 14:41Update grammar and Pathogen link in readme.Shaedil2+21-19
2019-08-08 11:53Fix syntaxMichael F. Schönitzer1+2-2
2019-08-01 11:19Fix docker build command syntax. Closes #736.Rane Brown1+1-1
2019-07-31 16:47Fix off-by-one error in get_next_line and get_prev_lineLionel Flandrin3+201-6
2019-07-28 13:34Add note about Telegram groupMichael F. Schönitzer1+1-1
2019-07-25 03:57Update test script and documentation.Rane Brown3+45-16
2019-07-21 04:14Use updated key_mappings variable to check if table_mappings is setRane Brown1+1-1
2019-07-21 04:13Support getbufvar for vim < v7.3.831Rane Brown1+2-1
2019-07-21 04:13Use python3, update vim versionsRane Brown1+10-6
2019-07-21 04:12Add script to automate running testsRane Brown1+192-0
2019-07-21 04:12Move helper files so they don't get run with test/*Rane Brown4+4-5
2019-07-17 13:15Remove control characters. Fixes #598Rane Brown2+9-9
2019-07-17 13:13Create a function fo reload the plugin. Fix setting of mediwiki syntax.Rane Brown4+81-12
2019-07-17 13:10Better handling of extensions when normalizing links.Rane Brown1+8-2
2019-07-15 14:11Update documentation for local key mappings.Rane Brown1+258-283
2019-07-15 13:28Update documentation for intro and folding sections.Rane Brown1+63-20
2019-07-15 03:50Fix paths and add some additional settingsRane Brown1+32-5
2019-07-15 03:50Basic tests for creating linksRane Brown3+101-0
2019-07-14 13:33Ignore temp test directoryRane Brown1+1-0
2019-07-14 13:32Add vader tests and docker setupRane Brown5+108-18
2019-07-14 03:50Rename folderRane Brown2+0-0
2019-07-12 19:52Don't reuse variable in s:clean_url (sticky type checking)Rane Brown2+11-9
2019-07-12 12:26Update changelogRane Brown1+2-0
2019-07-11 03:06Make normalized links in diary pages use relative path.Rane Brown2+38-20
2019-06-05 12:04Merge pull request #698 from jpmor/devRane Brown2+11-16
2019-06-05 01:30Remove awa check triggering silent file edits.James Moriarty2+11-16
2019-05-25 02:41Allow buffer local mappings to overwrite existing mappings.Rane Brown2+18-30
2019-05-24 03:59Modify horizontal rule (thematic-breaks) syntax for markdown.Rane Brown2+2-1
2019-05-24 03:47Disable spell check in code and math inline/blocks.Rane Brown2+6-5
2019-05-24 03:23Handle markdown image links '![]()'.Rane Brown4+33-7
2019-05-24 03:22Fix #415, expand iabbrev entries on <CR>.Rane Brown2+8-1
2019-05-22 12:37Merge pull request #711 from gpanders/devRane Brown3+10-5
2019-05-22 12:28Update changelogGreg Anders1+1-0
2019-05-20 14:29Update documentationGreg Anders1+5-1
2019-05-20 14:22Allow forcing VimwikiAll2HTML with !Greg Anders2+4-4
2019-05-17 02:47Convert path to use '\' for windows in backlinks function.Rane Brown1+1-0
2019-05-16 03:35Merge pull request #710Rane Brown1+2-2
2019-05-16 03:08VimWiki2HTML -> lowercase 'w' in readmeAresMegaGlobal1+2-2
2019-05-11 20:01Fix list folding bug (PR #705)Steve Dondley1+3-1
2019-05-11 18:55Improve documentation on global key mappings (#703)Steve Dondley1+64-36
2019-05-09 03:30Allow escaped characters in markdown links.Rane Brown3+13-9
2019-05-09 02:55Modify regex pattern for markdown links.Rane Brown3+8-6
2019-05-04 12:31Print the correct help message for global or wikilocal options.Rane Brown1+10-6
2019-05-04 04:25Update changelogRane Brown1+2-1
2019-05-04 03:19Fixes #237 VimwikiRenameLink now works for markdown syntax.Rane Brown2+18-12
2019-04-30 12:11Exclude '>' from url regex, including tables. Issue #481Rane Brown1+1-1
2019-04-30 05:03Ensure key mappings defined in ftplugin are buffer specific.Rane Brown2+21-13
2019-04-30 04:09Exclude '>' from url regex.Rane Brown1+1-1
2019-04-15 23:35Add :VimwikiGoto key mapingSteven Stallion3+14-3
2019-04-27 03:17New option g:vimwiki_key_mappings to enable/disable key mappings.Rane Brown5+542-424
2019-04-26 17:06Prevent sticky type checking (E706) errors with older Vims (#681)Jonny Bylsma2+4-0
2019-04-26 12:23Change diary_rel_path minimum length to 0 (#689)Alexander Gude2+3-3
2019-04-25 14:18Improve documentation of key bindings in README (#687)Steve Dondley2+15-3
2019-04-22 14:39Speed improvement with folding enabledMarcelo D Montu3+10957-2
2019-04-21 19:05Add wikilocal option to assign a name to each wiki.Rane Brown4+116-18
2019-04-20 15:28Omnicompletion fix for Windows (#660)Rane Brown3+39-6
2019-04-20 15:09Merge pull request #670 from monkinco/devRane Brown8+193-66
2019-04-20 12:13Update matrix-address to new canonical addressMichael F. Schönitzer1+1-1
2019-04-20 12:01Update version number to 2.4.1Michael F. Schönitzer2+9-2
2019-04-20 11:51Add screen shots provided by @monkinco in PR #670Michael F. Schönitzer5+7-0
2019-04-14 16:47New Logo and ScreenshotsMonkin8+193-66
2019-04-15 14:36Ignore .tags filesRane Brown1+1-0
2019-04-13 13:00Add option g:vimwiki_auto_header to automatically generate H1.Rane Brown3+70-5
2019-04-13 12:42Merge pull request #665 from patrickdavey/devRane Brown3+54-4
2019-04-13 02:38Prevent table formatting mappings from overwriting user mappings.Rane Brown1+19-5
2019-03-30 01:34Add html_filename_parameterization option.Patrick Davey3+54-4
2019-04-12 13:42Allow additional filetypes to be registered to vimwiki files.Rane Brown6+49-8
2019-04-12 03:32Merge pull request #663 from padowi/vimwiki_315Rane Brown3+35-18
2019-04-07 15:03Add info to include in help file. Issue #652Rane Brown1+9-1
2019-04-03 14:39Fix VimwikiShowVersion function. Closes #654.Rane Brown1+7-7
2019-04-01 14:13Update and format README.mdMonkin3+177-122
2019-03-22 04:23Fix missing 'T' in syntax definition of VimwikiDelTextTRane Brown1+1-1
2019-04-10 18:06Remove redundant layer of branching in get_cell_aligns_fastHenry Qin1+6-10
2019-04-10 18:02Rename get_cell_fast_aligns --> get_cell_aligns_fastHenry Qin1+2-2
2019-04-10 17:48Merge branch 'dev' of https://github.com/lyokha/vimwiki into lyokha-devHenry Qin1+48-3
2019-04-10 14:00Add changelog entryPatrik Willard1+2-0
2019-04-09 20:31Update with review commentsPatrik Willard2+2-1
2019-04-09 05:34Add option to not conceal one-character markersPatrik Willard3+32-18
2019-04-09 04:18Move variable declaration outside of for loopRane Brown1+3-2
2019-04-09 02:54Don't replace spaces in link description for markdown syntax.Rane Brown1+6-4
2019-04-07 15:04Add v2.5 release info. Issue #652Rane Brown1+59-1
2019-04-07 15:03Add info to include in help file. Issue #652Rane Brown1+9-1
2019-04-06 16:43Fix VimwikiBackLinks on Windows. See Issue #413.Rane1+4-0
2019-04-04 18:34Merge branch 'dev' into devAlexey Radkov0+0-0
2019-04-04 12:05Fast aligns checklyokha1+57-10
2019-04-04 06:16Do not format current table line directly in get_rows()Лёха1+9-7
2019-04-03 18:43Revert "table alignment: break out of loop when separator found"Henry Qin1+8-9
2019-04-03 17:58Use shiftwidth to calculate diary index header indentationRane Brown1+9-1
2019-04-03 16:48Correctly indent diary section links when list_margin is 0Rane Brown1+1-1
2019-04-03 14:39Fix VimwikiShowVersion function. Closes #654.Rane Brown1+7-7
2019-04-01 21:13 Separator line in a table requires special treatment (#651)Alexey Radkov1+1-1
2019-04-01 17:59Add back a newline in s:get_version()Henry Qin1+2-1
2019-04-01 14:13Update and format README.mdMonkin3+177-122
2019-04-01 15:46Change the tagfile name.Rane Brown1+1-1
2019-04-01 03:16Add option to set a character which replaces spaces when creating links.Rane Brown4+20-2
2019-03-31 01:12Fix problems with commands not taking a count and mapping behavior.Rane Brown4+106-81
2019-03-31 19:29Merge pull request #636 to support file exclusion in link generationRane Brown3+23-1
2019-03-31 03:52Don't change conceal behavior of wiki elements with max_urlsave option.Rane Brown2+5-5
2019-03-31 02:10Support file exclusion in link generationSteven Stallion3+23-1
2019-03-31 01:56Merge pull request #635 from sstallion/sstallion/autogenerate-tagsRane Brown6+253-193
2019-03-31 01:41Merge pull request #644 from hq6/hq6_devRane Brown3+20-0
2019-03-31 01:34Merge branch 'dev' of git://github.com/vimwiki/vimwiki into sstallion/autogenerate-tagsSteven Stallion4+55-15
2019-03-30 20:22Add info about bold&italic text to the docW1+2-0
2019-02-28 03:45Add command and map to jump to the next unfinished task.Henry Qin3+20-0
2019-03-29 20:25Add toc_link_format optionMichal Cizmazia3+26-6
2019-03-21 23:11Support automatic generation of links and tagsSteven Stallion6+253-187
2019-03-28 21:49Add an option to conceal preformatted text blocksGreg Anders4+27-3
2019-03-26 17:57Merge pull request #634 from sstallion/sstallion/headersRane Brown5+170-28
2019-03-21 19:31Adjust generated header behavior for TOC, etc.Steven Stallion5+170-28
2019-03-25 14:44Fix spelling per comment in #637Rane Brown1+6-5
2019-03-25 03:40Merge pull request #637 from tinmarino/devRane Brown3+25-0
2019-03-24 14:06Set release date for 2.4Michael F. Schönitzer1+1-1
2019-03-23 14:23Add option : g:vimwiki_table_reduce_last_col. Used to not expand table last cells in order to avoid large, useless wrapstinmarino3+25-0
2019-03-22 04:23Fix missing 'T' in syntax definition of VimwikiDelTextTRane Brown1+1-1
2019-03-21 22:21Merge branch 'master' into devMichael F. Schönitzer4+30-5
2019-03-21 22:09Update version numberMichael F. Schönitzer1+1-1
2019-03-21 22:06Update the changelogMichael F. Schönitzer1+6-0
2019-03-21 20:52Update list of contributorsMichael F. Schönitzer1+16-1
2019-03-21 20:12Merge branch 'master' into rel-2.4-preMichael F. Schönitzer4+30-5
2019-03-20 02:59Added optional extra caption levels to diary index.Eric Langlois3+131-21
2019-03-20 12:24Improverize issue template per #513Rane Brown1+2-2
2019-03-20 03:54Merge pull request #529 from sstallion/sstallion/markdown_link_extRane Brown3+44-9
2016-04-29 11:06Don't override existing mappingsSamir Benmendil1+8-8
2018-07-12 13:47Initial commitSteven Stallion3+44-9
2019-03-18 23:20Merge pull request #629 from gpanders/devRane Brown6+26-9
2019-03-18 20:28Revert implementation of function s:get_cell_aligns()Лёха1+3-3
2019-03-18 21:35Add g:vimwiki_create_link option to prevent link creation.Steven Stallion3+14-1
2019-03-18 18:42Convert DesignNotes to Markdown to fix display in GitHub.Henry Qin2+186-187
2019-03-18 18:33Merge branch 'lyokha-dev' into dev. Closes #47.Henry Qin5+329-76
2019-03-18 14:49the cause of the linear slowing down was fixedlyokha2+25-21
2019-03-18 13:02notes on the newer table formatting algorithmlyokha1+183-0
2019-03-18 10:13Merge remote-tracking branch 'upstream/dev' into devlyokha5+54-10
2019-03-18 04:24Create an issue templateRane Brown1+11-0
2019-03-18 04:06Create a pull request template.Rane Brown1+9-0
2019-03-18 01:14Merge branch 'wiki-path' into 'dev'. Closes #573.Henry Qin2+11-5
2019-03-18 01:05Merge branch 'colorcodes' into 'dev'. Closes PR #616.Henry Qin2+27-1
2019-03-17 21:50Add documentation for colorcodes.Hugo Hörnquist1+6-0
2019-03-17 21:40Better foreground for colorcodes.Hugo Hörnquist1+10-4
2019-03-17 21:22Move location of %wiki_path% documentation.Hugo Hörnquist1+9-13
2019-02-11 22:29Allow AddHeaderLevel and RemoveHeaderLevel to take countsHenry Qin2+11-4
2019-03-17 17:43Add DesignNotes.wiki, a place for internal documentationHenry Qin1+5-0
2019-03-15 13:07updated for the new aligns featurelyokha1+4-1
2019-03-15 12:38Merge branch 'dev' into devAlexey Radkov4+96-35
2019-03-15 12:31faster table format on InsertLeave; faster s:get_rows()lyokha2+9-7
2019-03-15 12:25Merge branch 'md_bold_italics' into devRane3+25-21
2019-03-15 12:12Add description of markdown specific text decoratorsRane1+6-0
2019-03-15 00:32Merge PR #377 from https://github.com/schmeisers/vimwikiHenry Qin2+71-14
2019-03-14 21:21Fix bold_italic and italic_bold markdown syntax.Rane2+9-9
2019-03-14 20:03Fix bold and italic markdown syntaxRane1+10-12
2019-03-13 14:28Allow customization of header level of TOCGreg Anders6+26-9
2019-03-14 11:44added docs about new commands gq1 and gw1lyokha1+6-0
2019-03-14 11:25synced README.md with the remote dev branch (3)lyokha1+1-1
2019-03-14 11:24synced README.md with the remote dev branch (2)lyokha1+0-1
2019-03-14 11:21synced README.md with the remote dev branchlyokha1+10-0
2019-03-14 11:09Merge branch 'dev' into devAlexey Radkov28+6387-4778
2019-03-14 10:36resolved conflicts in tbl.vimlyokha2+162-134
2019-03-11 20:24Update Contributing.mdEinfachToll1+10-1
2019-03-09 13:49Add call for help and note about RiotMichael F. Schönitzer1+7-2
2019-02-19 20:04Alternative where text color is inverse of background.Hugo Hörnquist1+5-1
2019-01-26 09:29Code-blocks auto-color.Hugo Hörnquist1+11-1
2019-02-04 20:48Clarify the description of hl_cb_checked in the docEinfachToll1+5-3
2019-02-01 16:51The recommended branch to use is master, not devEinfachToll1+1-1
2019-02-01 16:48Revert "Initial commit"EinfachToll1+3-3
2019-01-29 18:45doc: Fix spelling for <Leader>Stefan Huber1+1-1
2018-12-15 10:33Patch for issue #585 - implement suggested improvementsNico1+2-5
2018-12-12 17:07Patch for issue #585, fix anchor links for multiple extensionsNicolas Brailovsky1+10-1
2018-10-08 15:12Update Chinese readme & add links to each readmeCUI Hao (Lab)2+87-55
2018-09-17 09:21Don't include trailing period in linkFredrik Arnerup1+2-2
2018-08-31 13:05fixed writing errorDaniel Quomsieh1+1-1
2018-07-12 16:11Initial commitSteven Stallion1+3-3
2018-06-12 18:55Add a command that shows the version or commitMichael F. Schönitzer1+24-0
2018-06-06 19:27Make master the recommended branch to useEinfachToll1+1-1
2019-01-30 20:46Fix a typoEinfachToll1+1-1
2018-10-14 21:31Made headings link to themselves.Hugo Hörnquist2+5-2
2019-01-29 18:45doc: Fix spelling for <Leader>Stefan Huber1+1-1
2019-01-25 15:45Fix: Don't double a ' character in header in TOCEinfachToll1+4-5
2018-10-12 20:20Added syntax documentation to README.mdBen1+13-0
2018-12-15 10:33Patch for issue #585 - implement suggested improvementsNico1+2-5
2018-12-12 17:07Patch for issue #585, fix anchor links for multiple extensionsNicolas Brailovsky1+10-1
2019-01-19 20:05Check all user settings for correct type, range etc.EinfachToll2+209-76
2019-01-17 20:57Revert "Allow to specify additional chars for lists"EinfachToll5+68-92
2019-01-17 20:57Revert "Allow list symbols to be configured per wiki"EinfachToll1+12-12
2019-01-17 20:57Revert "Update documentation"EinfachToll1+3-56
2019-01-17 20:57Revert "Fix bug"EinfachToll1+1-1
2019-01-16 19:56Revert "Update the links when renaming markdown wikis"EinfachToll2+8-24
2019-01-04 00:19Fix bugMichael F. Schönitzer1+1-1
2018-09-13 12:17Update documentationMichael F. Schönitzer1+56-3
2018-09-13 00:16Allow list symbols to be configured per wikiMichael F. Schönitzer1+12-12
2018-09-12 23:35Allow to specify additional chars for listsMichael F. Schönitzer5+92-68
2019-01-03 12:55Fix section number for anchor, closes #597Kasper Socha1+1-1
2018-12-27 09:59Clarify toggling of todo list items in visual modefte10kso1+1-1
2018-07-20 06:54Update the links when renaming markdown wikisRaphael Feng2+24-8
2018-12-21 07:03Fixed updation of links when renaming wiki files in subdirectoriessreejith9941+3-3
2018-12-17 19:27Accept '.foo' and 'foo' as value for the ext optionEinfachToll1+7-2
2018-12-14 20:03Fix error when trying to make a link out of '-'EinfachToll1+3-4
2018-12-08 20:13More reasonable behavior for [-] and [X] list itemsEinfachToll1+48-7
2018-12-08 20:06Remove code duplicateEinfachToll1+0-18
2018-11-30 16:02Don't check a [-] list item when its parent is [X] checkedEinfachToll1+19-8
2018-11-25 16:56HTML converter: trim strings correctlyEinfachToll1+4-3
2018-11-25 16:55Diary: make + in visual mode work correctlyEinfachToll1+7-2
2018-11-19 20:02Make gl* work againEinfachToll1+1-1
2018-11-17 19:07glx on a list item creates a checked checkboxEinfachToll1+9-9
2018-11-17 19:07Remove duplicated codeEinfachToll1+0-14
2018-11-17 19:05Check if there is a TOC header before trying to update itEinfachToll1+20-3
2018-11-12 20:54Don't jump to the TOC on C-o etc.EinfachToll1+6-6
2018-11-07 21:02Use $HOME instead of ~/ in pathsEinfachToll1+2-2
2018-11-05 21:36Fix a few regexesEinfachToll1+4-4
2018-11-01 20:12Make an error message more clearEinfachToll1+1-3
2018-10-28 20:04Fix losing the highlight of headers when switching colorschemesEinfachToll1+1-1
2018-10-26 14:35Fix losing highlighting after VimwikiAll2HTMLEinfachToll1+5-10
2018-10-25 21:39Follow up to 5f76208Michael F. Schönitzer1+2-1
2018-10-25 21:27Merge branch 'dev' of github.com:vimwiki/vimwiki into devMichael F. Schönitzer5+100-25
2018-10-25 21:26Fix bug: change links when renaming pagesMichael F. Schönitzer1+8-7
2018-10-22 18:23Fixed system file handlers for windowsBenjamin Brandtner1+25-15
2018-10-21 18:50Add short documentation for %wiki_path%.Hugo Hörnquist1+8-0
2018-10-16 20:25Better error handling when opening a file of which a swapfile existsEinfachToll1+3-0
2018-10-15 05:36Nicer error message when linking to not registered wikiEinfachToll1+6-1
2018-10-08 15:12Update Chinese readme & add links to each readmeCUI Hao (Lab)2+87-55
2018-10-11 12:25Add %wiki_path% template variable.Hugo Hörnquist1+2-0
2018-10-09 19:54Add CONTRIBUTING.mdEinfachToll2+47-8
2018-07-12 15:58Initial commitSteven Stallion3+17-0
2018-09-17 10:20Clean URLs that don't have slashesFredrik Arnerup1+2-1
2018-09-17 09:21Don't include trailing period in linkFredrik Arnerup1+2-2
2018-08-31 13:05fixed writing errorDaniel Quomsieh1+1-1
2018-08-07 19:39Fix messing up folding when Vim is in diff modeEinfachToll1+19-17
2018-07-27 00:46Fix problem with open swap-fileMichael F. Schönitzer1+12-12
2018-07-12 16:11Initial commitSteven Stallion1+3-3
2018-07-09 17:51table align - catch up to devSteven Schmeiser22+3684-3110
2018-07-09 14:05table alignment: break out of loop when separator foundSteven Schmeiser2+11-9
2018-07-05 12:11Add a note to the doc about setting Vimwiki settingsEinfachToll1+6-0
2018-07-05 12:00Update changelogEinfachToll1+70-7
2018-06-26 19:38Remove the user-mappable function and use commands instead.EinfachToll3+24-39
2018-06-17 14:10Remove all protocols and tlds on URL-cleaningMichael F. Schönitzer1+10-13
2018-06-17 13:31Improve heuristic for cleaning urls in link descr.Michael F. Schönitzer1+6-0
2018-06-12 18:55Add a command that shows the version or commitMichael F. Schönitzer1+24-0
2018-06-06 19:27Make master the recommended branch to useEinfachToll1+1-1
2018-05-30 18:17Add Installation-Guide for Vim-plugMichael F. Schönitzer1+9-0
2018-05-28 19:24Diary links should use markdown syntax when appropriate (#500)Nick Borden1+14-10
2018-05-23 16:28Make VimwikiMakeDiaryNote etc work outside a wiki bufferEinfachToll1+3-0
2018-05-20 13:18Refactoring: simplify and remove some regexesEinfachToll4+31-33
2018-05-17 19:47Fix one-off error when opening a wiki via the menuEinfachToll1+1-1
2018-05-17 18:18Add a help section to the readmeEinfachToll1+8-0
2018-05-17 18:06:VimwikiMakeDiaryNote makes a new note in the current wikiEinfachToll2+20-17
2018-05-16 18:14Add a note to the doc on how to use :VWS case insensitivelyEinfachToll1+5-0
2018-05-15 19:48Do init s:vimwiki_autowriteall_saved, but perhaps with the default valueEinfachToll1+7-0
2018-05-15 19:26Add section to doc about getting help via IRCEinfachToll1+17-12
2018-05-14 08:49Revert "set script variable for autowrite_all"Michael F. Schönitzer1+0-1
2018-05-13 13:43set script variable for autowrite_allHuy Le1+1-0
2018-05-09 20:02Fix bug when creating a temporary wikiEinfachToll1+4-0
2018-05-08 08:54Remove useless statementMichael F. Schönitzer1+0-1
2018-04-27 12:48Allow wikis in subfolders of other wikisMichael F. Schönitzer1+9-4
2018-05-01 19:22Use markdown link syntax for the TOCZhuang Ma1+5-1
2018-04-22 19:25Merge branch 'mMontu-dev' into devEinfachToll2+16-4
2018-04-22 19:24Merge branch 'dev' of https://github.com/mMontu/vimwiki into mMontu-devEinfachToll2+16-4
2018-04-22 18:58Allow any visual mode to be used to create a linkBen Burrill2+6-6
2018-04-20 05:13Make some functions script-localEinfachToll1+8-8
2018-04-20 05:06Remove already deactivated emoticons highlightingEinfachToll2+0-5
2018-04-20 05:03Remove foldmarkers; general reformattingEinfachToll17+1479-1291
2018-04-17 06:53Make ]] work when cursor is above first headerEinfachToll1+3-1
2018-04-17 05:13Small refactoringsEinfachToll3+12-12
2018-04-16 18:40Escape only '"' in linksEinfachToll1+15-17
2018-04-03 23:48Add VimwikiMakeTomorrowDiaryNoteBrian Gianforcaro2+26-0
2018-04-13 09:03fix missing custom_wiki2html_args default keyPetrus2+2-1
2018-04-08 18:41Remove recently introduced code duplicationEinfachToll1+7-28
2016-12-12 22:49Allow Powershell to open links in WindowsJonathan McElroy1+5-1
2018-04-06 19:11Add keys for motions between headersEinfachToll3+146-25
2018-04-06 07:49Update the documentation for header text objectsEinfachToll1+16-6
2018-04-06 05:16Improve header text objectsEinfachToll2+112-37
2018-04-04 15:03Once againMichael F. Schönitzer1+0-4
2018-04-04 14:54Revert previous changesMichael F. Schönitzer2+6-10
2018-04-04 01:31Revert 89d28a7Michael F. Schönitzer1+4-60
2018-04-04 01:00Fix newlineformat (issue #465)Michael F. Schönitzer1+1656-1656
2018-04-04 00:27Merge branch 'beta' into devMichael F. Schönitzer3+1664-1600
2018-04-03 17:45Highlight done and rejected list item the same wayEinfachToll2+12-7
2018-04-02 19:34Fix path resolution of diary notes (#442)blyoa1+6-1
2018-04-01 19:45HTML comments and better TODOSilvio Ricardo Cordeiro3+3-3
2018-03-25 19:51Don't throw errors when the user presses 123\wwEinfachToll1+5-0
2018-03-07 15:59fix diary list, indent according to list_marginbeuerle1+2-2
2018-03-16 20:39Handle all combinations of 'autowriteall' and 'hidden'EinfachToll2+21-13
2018-02-26 06:20Force vimwiki filetypeEinfachToll1+1-1
2018-02-23 16:39Fix: register a default wiki if the user hasn'tEinfachToll1+20-13
2018-02-22 19:55Don't exit if there are no registered wikisEinfachToll1+0-5
2018-02-21 06:11Set 'tw' to 99 in all source files. We're not in the middle ages anymore.EinfachToll15+15-15
2018-02-20 16:42Fix regression: some variables are global, not syntax-localEinfachToll1+2-2
2018-02-19 16:56Merge branch 'refactor-internal-state-handling' into devEinfachToll19+1577-1687
2018-02-19 06:44Cherry-pick the changes from dev -- part8EinfachToll3+55-28
2018-02-19 06:07Cherry-pick the changes from dev -- part7EinfachToll6+110-37
2018-02-17 20:30Cherry-pick the changes from dev -- part6EinfachToll4+47-11
2018-02-17 20:05Cherry-pick the changes from dev -- part5EinfachToll3+99-17
2018-02-16 20:42Cherry-pick the changes from dev -- part4EinfachToll2+18-2
2018-02-16 17:11Cherry-pick the changes from dev -- part3EinfachToll9+85-27
2018-02-16 16:47Cherry-pick the changes from dev -- part2EinfachToll5+102-96
2018-02-16 06:26Cherry-pick the changes from dev -- part 1EinfachToll5+74-42
2018-02-15 17:38Formatting and small refactoringsEinfachToll4+208-130
2018-02-14 05:53Refactor then updating of the known wiki pagesEinfachToll2+6-17
2018-02-10 21:04FormattingEinfachToll2+14-8
2018-02-10 20:41Remove b:undo_ftplugin to speed up buffer loadingEinfachToll1+0-9
2017-12-04 15:24Fix bug: unknown function SafeSubstituteMichael F. Schönitzer1+2-2
2017-11-15 15:37Merge pull request #7 from Nudin/devMichael F. Schönitzer1+3-4
2017-11-15 15:35Merge pull request #6 from vimwiki/devMichael F. Schönitzer13+210-78
2017-11-15 06:57Update argument handling in diary#make_noteKeith Haber1+3-4
2017-11-15 15:32Merge pull request #5 from vimwiki/devMichael F. Schönitzer5+99-37
2017-11-14 05:43Merge pull request #411 from Nudin/safesubstJohn Campbell2+36-22
2017-11-11 20:52Fix more regression bugsEinfachToll5+23-12
2017-11-04 02:26Allow Backtick in LinkMichael F. Schönitzer1+1-1
2017-11-10 21:28Use a safe substitution-function everywhereMichael F. Schönitzer2+36-22
2017-11-07 03:08Give vimwiki#diary#make_note similar functionalityDaniel Etrata1+8-2
2016-12-18 19:02Added the option to open vimwiki in a pane.Daniel1+8-6
2016-12-18 19:02Added the option to open vimwiki in a pane.Daniel1+0-2
2016-12-18 19:02Added the option to open vimwiki in a pane.Daniel1+7-5
2016-12-18 19:02Added the option to open vimwiki in a pane.Daniel1+5-1
2017-11-04 18:23Merge pull request #373 from Nudin/wontdoJohn Campbell9+110-39
2017-08-18 06:53Escape the 'dot' in extension substitutionDrew Hays1+1-1
2017-10-26 23:34Merge pull request #403 from dpc/devJohn Campbell1+1-1
2017-10-15 06:12Fix diary index generation with custom file extensionsDawid Ciężarkiewicz1+1-1
2017-10-25 11:45Unified spelling Licence -> LicenseMichael F. Schönitzer1+1-1
2017-10-25 11:10Update list of contributersMichael F. Schönitzer1+13-0
2017-10-25 00:11Add Copyright-attribution to Daniel SchemalaMichael F. Schönitzer2+2-0
2017-09-17 00:10Add License-FileMichael F. Schönitzer1+21-0
2017-10-24 12:35Update Documentation to reflect EOL of MathJax CDNMichael F. Schönitzer1+8-8
2017-09-16 15:09Merge pull request #3 from Nudin/individualliMichael F. Schönitzer3+18-6
2017-09-16 14:54Merge pull request #2 from Nudin/wontdoMichael F. Schönitzer9+110-39
2017-09-16 14:54Merge pull request #1 from Nudin/individualliMichael F. Schönitzer3+18-6
2017-09-16 14:30Allow to specify additional chars for listsMichael F. Schönitzer3+18-6
2017-09-16 13:36Renamed commandMichael F. Schönitzer2+9-9
2017-08-17 14:08add horizontal alignment to table documentationSteven Schmeiser1+9-0
2017-08-17 13:59add horizontal alignment to tablesSteven Schmeiser1+55-14
2017-08-05 20:18Fix bug with keybindingMichael F. Schönitzer1+4-0
2017-08-05 15:32Add default keybinding glx for toggling disabledMichael F. Schönitzer2+12-1
2017-08-05 00:12Documented VimwikiToggleListItemRejectedMichael F. Schönitzer1+21-0
2017-08-04 22:20Html-export: Add support of rejected Todo-listentryMichael F. Schönitzer2+9-0
2017-08-05 12:50Remove duplicated codeMichael F. Schönitzer1+34-62
2017-07-15 21:35New feature reject a item form todo-listMichael F. Schönitzer6+59-5
2017-07-15 18:27Add notes for gln and glp to the docEinfachToll1+14-1
2017-07-14 16:04Switch to gln/glp as default keybindingsMichael F. Schönitzer1+4-4
2017-07-09 19:27Change key binding vimwiki#lst#increment_cb to gl+Michael F. Schönitzer1+4-4
2017-07-09 19:25Clean up code by reusing codeMichael F. Schönitzer1+37-59
2017-07-09 19:21Add comment & binding for in-/decrease Todo-statusMichael F. Schönitzer2+91-0
2017-07-11 04:37add documentation entry for custom_wiki2html_argss1+14-2
2017-05-15 19:33set additional custom arguments in g:vimwiki_list (custom_wiki2html_args) which will then be passed to the appropriate custom_wiki2html script.s2+9-5
2017-07-09 16:20Merge pull request #326 from salazar/devEinfachToll1+1-1
2017-07-09 12:46Merge pull request #346 from trnila/data-schemeEinfachToll1+1-1
2017-07-08 20:06Fix regexps of placeholdersEinfachToll2+11-11
2017-07-08 20:02Add documentation for the %date placeholderEinfachToll1+14-0
2017-07-08 19:04Added date placeholder. (#360)Yuchen Pei2+25-0
2017-05-11 15:33Link: support data schemeDaniel Trnka1+1-1
2017-04-15 19:22Don't throw an error when typing <count>oEinfachToll1+2-2
2017-04-15 08:49Don't open all diary files when going to next dayEinfachToll1+6-6
2017-04-15 08:09Add some remarks about nested syntaxes to the docEinfachToll2+10-3
2017-04-13 18:33Add a clarifying note to the docEinfachToll1+6-4
2017-04-04 23:17fix issue in Markdown visual mode link creationGuilherme Salazar1+1-1
2017-03-31 19:38Add option for enabling local folding settingsEinfachToll2+4-0
2017-03-31 19:11Merge pull request #320 from sqlwwx/devEinfachToll1+5-0
2017-03-27 12:47doc install by Vim packagessqlwwx1+5-0
2017-03-19 09:26Small fix to the docEinfachToll1+3-2
2017-03-19 09:17Add possibility to reuse a split when opening a linkEinfachToll4+90-90
2017-03-01 20:38Fix <BS> under WindowsDaniel Schemala2+10-4
2017-02-21 20:05Merge pull request #270 from priomsrb/patch-1EinfachToll1+1-1
2017-02-21 20:01Merge pull request #266 from NullInfinity/devEinfachToll1+1-1
2017-02-19 20:53Merge branch 'dev' of https://github.com/vimwiki/vimwiki into devEinfachToll8+36-15
2017-02-19 20:50Update folding documentation to match current behaviourEinfachToll1+35-25
2017-02-16 20:54Fix a few regression bugsEinfachToll3+28-25
2017-01-30 19:43Merge pull request #285 from MichaelThessel/devEinfachToll3+19-1
2017-01-22 19:16Allow g:vimwiki_listsyms be larger than 5 elements (Issue #275) (#279)Michael F. Schönitzer7+17-14
2017-01-16 21:09Fix a few regression bugsEinfachToll5+22-41
2017-01-13 15:33Use new access functions for buffer-local variablesEinfachToll3+39-32
2017-01-12 20:45Start refactoring the rest -- part 6EinfachToll6+189-230
2017-01-11 21:12Start refactoring the rest -- part 6EinfachToll8+131-144
2017-01-07 20:51Start refactoring the rest -- part 5EinfachToll12+229-270
2017-01-06 06:01Added config option to allow for newlines in text when exporting to HTMLMichael Thessel3+19-1
2017-01-04 21:10Remove two undocumented and probably buggy featuresEinfachToll2+0-115
2017-01-04 20:53Start refactoring the rest -- part 4EinfachToll4+55-54
2016-12-31 19:47Start refactoring the rest -- part 3EinfachToll3+33-31
2016-12-28 21:17Start refactoring the rest -- part 2EinfachToll9+379-390
2016-12-25 20:35Start refactoring the rest -- part 1EinfachToll3+129-254
2016-12-23 19:05Use new access functions for wiki-local variables -- part 5EinfachToll8+40-33
2016-12-22 20:00Use new access functions for wiki-local variables -- part 4EinfachToll7+29-34
2016-12-22 18:55Use new access functions for wiki-local variables -- part 3EinfachToll8+56-65
2016-12-22 18:12Use new access functions for wiki-local variables -- part 2EinfachToll5+13-20
2016-12-22 17:16Use new access functions for wiki-local variables -- part 1EinfachToll7+43-55
2016-12-21 21:11Use new access functions for global variables -- part 3EinfachToll7+45-53
2016-12-21 20:28Use new access functions for global variables -- part 2EinfachToll9+37-52
2016-12-21 18:43Use new access functions for global variables -- part 1EinfachToll7+41-62
2016-12-21 16:09Add new functions for variable accessEinfachToll1+203-0
2016-12-18 20:43Merge pull request #276 from bcicen/add-vundle-install-stepsEinfachToll1+7-0
2016-12-18 12:23add vundle install steps to readmeBradley Cicenas1+7-0
2016-12-12 23:30Fix example mapping for decreasing list item levelShafqat Bhuiyan1+1-1
2016-12-12 22:20Fix typo in docsAlex Thorne1+1-1
2016-12-06 07:42Merge pull request #264 from christianrondeau/check-before-imap-crEinfachToll1+7-6
2016-12-05 23:17Prevent imap of `<CR>` if already mappedChristian Rondeau1+7-6
2016-11-24 15:46Highlight math not using TeX but TeX mathEinfachToll1+8-0
2016-11-23 20:49Merge pull request #251 from jconroy77/markdown_nested_syntaxEinfachToll1+1-1
2016-10-29 04:58Automatic detection of nested syntaxes in markdownJohn Conroy1+1-1
2016-07-12 14:41Workaround for slow folding methods (issue #225)mMontu2+13-3
2016-05-23 20:02When sorting tags, always match case because Vim expects itEinfachToll1+2-2
2016-05-18 20:07Merge branch 'dev'EinfachToll1+1-1
2016-05-17 18:29Prefer the value of nested_syntaxes over detected syntaxEinfachToll1+1-1
2016-04-25 06:52Merge pull request #201 from irfansharif/patch-1EinfachToll1+1-1
2016-04-24 20:45fix vimwiki.txt intro tagirfan sharif1+1-1
2016-03-31 10:10Update changelogEinfachToll1+12-2
2016-03-21 08:02'+' on a raw url surrounds it with bracketsEinfachToll1+9-0
2016-03-19 21:01Copy CSS file also with :Vimwiki2HTMLEinfachToll1+19-9
2016-03-19 20:29Unify all messages to the userEinfachToll4+32-32
2016-03-19 18:55Some fixes in the docEinfachToll1+57-55
2016-03-18 14:18Skip preformatted and math text while scanning for headersEinfachToll1+17-0
2016-03-18 14:16Simplify some regexesEinfachToll3+21-15
2016-03-01 09:46Merge remote-tracking branch 'optik-aper/master' into devEinfachToll1+1-1
2016-02-29 21:12Escape tilde (~) in path names otherwise regex comparison gets upsetMichael1+1-1
2016-02-22 10:42Merge pull request #186 from lotabout/masterEinfachToll1+6-3
2016-02-22 08:00enhance #64: generate same link type for visual mode and normal modezhang_ji1+1-1
2016-02-19 10:32Sort links in the list generated by VimwikiGenerateTagsEinfachToll1+1-1
2016-01-28 09:52Small cleanup of the merged PREinfachToll2+16-8
2016-01-28 09:29Merge pull request #187 from mMontu/nestedEinfachToll4+30-0
2016-01-27 15:30Option for automatic detection of nested syntaxesmMontu3+19-1
2016-01-27 12:14Dynamically detect nested syntaxes (fix #128)mMontu2+13-1
2016-01-25 12:47Remove superfluous debug messageEinfachToll1+0-1
2016-01-22 12:32Fix HTML conversion of headers containing linksEinfachToll1+2-2
2016-01-21 12:27Update the changelogEinfachToll1+35-21
2016-01-21 12:27Locate the .tags file correctly on windowsEinfachToll2+20-1
2016-01-21 12:25Include subdir in wiki page name when rebuilding tagsEinfachToll1+3-1
2016-01-18 08:51fix #64: markdown style link supportzhang_ji1+6-3
2015-12-14 09:36Fix tags file path when 'path' contains spacesEinfachToll1+1-1
2015-12-11 10:49Merge pull request #165 from Tomsod/devEinfachToll2+29-0
2015-12-10 15:19Update changelogEinfachToll1+10-3
2015-12-10 15:07Remember kids: always use :normal! with the bang in pluginsEinfachToll2+4-2
2015-12-08 13:31Merge pull request #169 from t7ko/bugfix/tags-sorted-in-wrong-orderIvan1+33-1
2015-12-07 11:29Remove g:VimwikiLog and the timing stuffEinfachToll6+1-50
2015-12-07 11:27Remove g:vimwiki_debug, which probably nobody usedEinfachToll7+7-136
2015-12-07 11:25Remove some unreachable codeEinfachToll1+3-10
2015-12-04 11:36Merge pull request #170 from t7ko/bugfix/cursor-moves-on-toc-updateIvan1+32-2
2015-12-04 11:33Fix bug: saving a page would err out trying to open fold if folds are disabled or are configured differently.Ivan Tishchenko1+2-2
2015-12-01 19:41Fix code review notes on 'norm zo':Ivan Tishchenko1+5-3
2015-11-30 12:33Fix regression bug: Normalize paths if settings changed after startupEinfachToll1+1-0
2015-11-30 12:13Add a note to the change logEinfachToll1+2-0
2015-11-27 00:20Prevent scrolling of large folds while filesave updates TOC.Ivan Tishchenko1+4-4
2015-11-27 00:13Preserve fold open/close status of the TOC on save.Ivan Tishchenko1+9-0
2015-11-27 00:05Prevent cursor moving up/down when TOC changes.Ivan Tishchenko1+19-0
2015-11-26 22:50Fix sorting order of tags.Ivan Tishchenko1+33-1
2015-11-26 08:32Merge pull request #168 from hiberabyss/macurlEinfachToll1+1-1
2015-11-26 03:54follow url silently in macHongbo Liu1+1-1
2015-11-25 09:43Clean up the help file (part 4)EinfachToll1+13-11
2015-11-23 12:10Clean up the help file (part 3)EinfachToll3+23-8
2015-11-22 19:30Clean up the help file (part 2)EinfachToll1+143-96
2015-11-21 20:20Restrict the distance of tag to header to two linesEinfachToll2+11-9
2015-11-20 12:51Clean up the help file (part 1)EinfachToll1+229-251
2015-11-20 10:50When doing VimwikiCheckLinks, check if index files existEinfachToll1+26-9
2015-11-17 14:58Some cosmetic changes to the readmeEinfachToll2+115-106
2015-11-17 14:52Add two screenshotsEinfachToll2+0-0
2015-11-13 13:40Fix uneven indentation of list items with checkboxes in HTMLEinfachToll1+0-5
2015-11-12 10:56Merge branch 'tags' into devEinfachToll13+586-112
2015-11-11 12:18Add description of :VimwikiRebuildTags! to the help fileEinfachToll1+4-2
2015-11-11 11:56Don't allow ' in tagsEinfachToll2+3-3
2015-11-11 11:01Allow tags in markdown and mediawiki syntax as wellEinfachToll2+2-0
2015-11-10 13:37add HTML processing for tagsEinfachToll2+23-0
2015-11-09 14:45:VimwikiGenerateTags now updates a potentially existing listingEinfachToll3+104-106
2015-10-28 22:00Add :VimwikiMakeYesterdayDiaryNote commandTomsod M2+29-0
2015-09-14 13:11Detect the OS correctlyEinfachToll2+10-1
2015-07-08 09:54Merge pull request #144 from t7ko/bugfix/fold-shortening-bug-on-utf8EinfachToll1+8-3
2015-07-07 19:54Fix bug with folds shortening on multibyte characters.Ivan Tishchenko1+8-3
2015-07-03 12:20Fix some links in the doc from the latest commitEinfachToll2+2-15
2015-07-03 12:14Merge pull request #142 from JohnKaul/devEinfachToll2+41-6
2015-06-26 18:47vimwiki.txt:John Kaul1+8-5
2015-06-26 18:28.gitignore:John Kaul1+33-1
2015-06-10 20:04A file tag must be at the very top of the fileEinfachToll1+4-4
2015-06-10 20:00Simplify a function callEinfachToll2+11-12
2015-05-15 09:18two small thingsEinfachToll2+2-2
2015-05-15 09:04Make <BS> work also when the user jumped to a tagEinfachToll1+3-0
2015-05-15 09:03When jumping to anchor, tags have highest precedenceEinfachToll1+2-2
2015-05-15 09:01Set the 'tags' option correctlyEinfachToll2+7-6
2015-05-15 08:56:VimwikiRebuildTags! only reads files newer than .tags fileEinfachToll2+84-56
2015-05-13 09:10Clarify use of links to directoriesEinfachToll1+3-1
2015-05-12 13:54Fix regression bug: correctly convert links like [[http:...]]EinfachToll1+3-1
2015-05-06 13:27Merge remote-tracking branch 'upstream/dev' into upstream/tagsIvan Tishchenko5+121-88
2015-04-30 11:53auto complete absolute wiki linksEinfachToll1+1-1
2015-04-30 11:52Fix wrong highlight of directories when maxhi is setEinfachToll1+2-2
2015-04-30 11:50Finish doc for absolute/relative link stuffEinfachToll1+40-12
2015-04-29 12:59slightly change the semantics of file: and local: schemeEinfachToll4+83-78
2015-04-26 19:13Fix bug: tags would not work in subfolders ('tags file not found')Ivan Tishchenko1+1-1
2015-04-15 19:44Merge remote-tracking branch 'upstream/dev' into upstream/tagsIvan Tishchenko4+107-184
2015-04-09 12:48Support for absolute links when converting to HTMLEinfachToll4+101-184
2015-04-09 12:29Fix for #122, don't claim ownership over directoriesEinfachToll1+4-1
2015-03-31 12:31Force wiki files to have filetype=vimwikiEinfachToll1+3-0
2015-03-25 18:44Fixed issue with tags in subfolders not being saved in tags file properly (subdir name lost)Ivan Tishchenko1+1-1
2015-03-25 18:33Merge remote-tracking branch 'upstream/dev' into 'upstream/tags'Ivan Tishchenko16+228-158
2015-03-23 12:25Don't trigger QuickFixCmdPost autocmd unnecessarilyEinfachToll1+2-1
2015-03-19 12:22make VimwikiCheckLinks also find nonexisting directoriesEinfachToll1+11-4
2015-03-19 08:05Make absolute wiki links work with wikiN: schemeEinfachToll1+1-1
2015-03-17 09:33Don't highlight absolute links when 'maxhi' is onEinfachToll3+29-9
2015-03-13 15:31Wiki links starting with / are always relative to the wiki rootEinfachToll4+160-104
2015-02-24 08:39Rename a function, fixes previous commitEinfachToll2+6-6
2015-02-23 11:10Clean up all file headersEinfachToll16+26-40
2015-02-23 10:29Move tags-related functions to extra fileEinfachToll3+281-281
2015-02-16 11:53Fix highlighting of tagsEinfachToll1+1-1
2015-02-12 19:20Merge remote-tracking branch 'vimwiki/dev' into 'vimwiki/tags'Ivan Tishchenko15+254-233
2015-02-10 12:46Add .gitignoreEinfachToll1+3-0
2015-02-09 20:56Fix completion in some circumstancesEinfachToll1+3-3
2015-02-09 20:40col('.') inside the omnicompletion function returns garbageEinfachToll1+10-6
2015-02-09 20:06Remove apparently unused functionEinfachToll1+0-11
2015-02-09 19:47turn all =~ into =~# or =~?; !~ analogicallyEinfachToll7+87-87
2015-02-09 19:24turn all != into !=# or !=? when comparing stringsEinfachToll3+17-17
2015-02-09 19:05turn all == into ==# or ==? when comparing stringsEinfachToll9+62-59
2015-02-09 08:20Small fix for #112EinfachToll1+1-1
2015-02-09 08:18Merge pull request #112 from t7ko/completion-fix-issue111EinfachToll1+14-2
2015-02-07 21:01Unify yes/no questionEinfachToll2+9-8
2015-02-06 22:50Adjust case sensitivity of path comparison depending on the OSIvan Tishchenko1+14-2
2015-02-04 21:05Fix issue with tags completion not working right after the colonIvan Tishchenko1+3-1
2015-02-04 20:58Merge pull request #113 from t7ko/auto-cdIvan3+20-0
2015-02-04 13:36Merge pull request #104 from t7ko/autoload-fixEinfachToll2+21-23
2015-02-03 12:53Remove an option that is written but never readEinfachToll2+3-4
2015-02-03 09:34Use case insensitive path comparison for vimwiki#path#relpath()Ivan Tishchenko1+1-1
2015-02-02 19:07Make VimwikiGetKnownExtensions into script-local function s:vimwiki_get_known_extensionsIvan Tishchenko1+2-2
2015-02-02 09:35Use script local variable instead of buffer localEinfachToll4+7-15
2015-01-29 09:48Encapsulate tag path into a function; expand paths in it to make them absoluteIvan Tishchenko1+8-2
2015-01-24 07:55Documented the fix in ChangeLogIvan Tishchenko1+1-0
2015-01-24 07:49Implement auto-chdir optionIvan Tishchenko3+19-0
2015-01-23 20:13Modify patterns and code -- tag colons must be either at line boundary, or surrounded with white spacesIvan Tishchenko3+30-25
2015-01-23 19:41Move get-known-sytaxes back into base.vimIvan Tishchenko2+18-17
2015-01-14 12:34<CR> to create a link ignores most punctuation characters nowEinfachToll1+5-1
2015-01-12 09:06Merge pull request #106 from t7ko/get_anchors-bugfixEinfachToll1+1-1
2015-01-12 08:34Remove unused function parameterEinfachToll1+2-2
2015-01-12 08:32Add default values to some options like the doc saysEinfachToll2+4-4
2015-01-12 08:09Merge pull request #103 from t7ko/misprint-fixEinfachToll1+1-1
2015-01-10 14:10Update :VimikiGenerateTags -- use tags as anchors in linksIvan Tishchenko1+5-2
2015-01-10 13:39Treat tags as anchors (wikilink completion, jumping to)Ivan Tishchenko3+29-1
2015-01-10 13:12Fix collecting anchors -- bold anchors were added to the list twiceIvan Tishchenko1+1-1
2015-01-09 22:44Convert file format to CTAGS. Update docsIvan Tishchenko3+62-13
2015-01-09 21:51Fix error 'metadata file not found' when tag functions are called first timeIvan Tishchenko1+3-0
2015-01-09 21:23Move two helper functions to plugin file out of autoload. Plugin would have called them at startup anyway, defeating the whole purpose of autoload file.Ivan Tishchenko2+35-38
2015-01-06 20:26Mention tags in ChangeLogIvan Tishchenko1+1-0
2015-01-06 20:13:VimwikiGenerateTagsIvan Tishchenko3+40-0
2015-01-06 19:44Implement :VimwikiSearchTags to look up tag instances in a wikiIvan Tishchenko3+16-1
2015-01-06 19:30Implement :VimwikiRebuildTags to rebuild metadata for all pages in current wikiIvan Tishchenko3+29-14
2015-01-04 22:44Syntax definitionsIvan Tishchenko2+6-0
2015-01-04 22:29Support for omni completion of tagsIvan Tishchenko2+27-1
2015-01-04 21:39Reading metadata file; filtering by page nameIvan Tishchenko1+18-2
2015-01-03 21:24Implement saving metadata to fileIvan Tishchenko1+18-1
2015-01-03 21:03Implemented tags scan function (go over range of lines and compose list of tag entries and their metadataIvan Tishchenko2+79-3
2015-01-02 21:59Added placeholders for tags on-page-save analysisIvan Tishchenko2+62-0
2015-01-02 21:16Default value for auto-tags optionIvan Tishchenko1+2-0
2015-01-02 21:14Basic documentationIvan Tishchenko1+42-0
2015-01-02 21:08Fix misprint in documentationIvan Tishchenko1+1-1
2015-01-09 08:21Merge pull request #98 from mMontu/devEinfachToll3+16-5
2015-01-08 16:14Use backward compatible version of shiftwidth()mMontu3+16-5
2015-01-08 13:20Use shiftwidth() instead of &shiftwidthmMontu2+5-5
2014-12-16 14:52Don't process placeholders inside preformatted textEinfachToll1+26-26
2014-12-14 13:49Suppress an annoying error message when it's not the right timeEinfachToll3+9-8
2014-12-07 10:59:VimwikiBacklinks now considers subdirs and other wikisEinfachToll1+23-5
2014-12-07 10:58Fix and clean resolution of linksEinfachToll2+45-26
2014-12-04 20:27:VimwikiGenerateLinks also generates links for subdirectoriesEinfachToll2+16-36
2014-12-04 20:18New command :VimwikiCheckLinksEinfachToll6+245-103
2014-12-04 20:12Move some file system related functions to path.vimEinfachToll6+153-117
2014-12-04 20:03Remove some pointless commentsEinfachToll1+1-60
2014-12-04 20:00Remove the grammar based HTML converter -- too slowEinfachToll1+0-582
2014-11-27 09:30Merge remote-tracking branch 'Svtter/master' into devEinfachToll1+128-0
2014-11-27 04:45add chinese Readmesvtter1+128-0
2014-11-26 13:35Fix the menu entries which are sometimes not shown correctlyEinfachToll3+37-55
2014-11-12 10:13Disable updating of TOC while in diff modeEinfachToll1+4-0
2014-11-12 08:11Merge pull request #83 from t7ko/autocompletionEinfachToll3+30-3
2014-11-11 20:12Removed unused functions; added a few more commentsIvan Tishchenko1+6-16
2014-11-11 12:52Update the TOC *before* the file is written, not afterEinfachToll1+11-11
2014-11-11 12:43Fix and simplify the collection of anchorsEinfachToll1+19-22
2014-11-11 12:27Small doc fixEinfachToll1+9-8
2014-11-10 20:04Fixed misprint in comments; corrected completion to escape filenames properly; add documentation.Ivan Tishchenko3+20-2
2014-11-10 08:14Merge pull request #77 from lervag/issue66EinfachToll1+54-11
2014-11-06 21:02Support autocompletion of link argument for VimwikiGoto commandIvan Tishchenko2+13-1
2014-11-06 20:52Extract links list generation to an individual functionIvan Tishchenko1+9-2
2014-11-06 19:01Replaced all `¦¦` by `|`Karl Yngve Lervåg1+3-3
2014-11-06 11:12Merge pull request #82 from t7ko/custom-mapEinfachToll3+22-11
2014-11-05 22:12Enable customization of <Leader>w prefix for global mappings (allow users choose their own prefix).Ivan Tishchenko3+22-11
2014-10-23 10:18Vim gets stuck when converting a read-only fileEinfachToll2+6-4
2014-10-16 09:42Merge remote-tracking branch 'patrickdavey/check_for_binary' into devEinfachToll1+5-1
2014-10-14 02:39Checks if custom_wiki2html is executable on PATHPatrick Davey1+5-1
2014-09-17 21:26Fixed more issues.Karl Yngve Lervåg1+10-2
2014-09-17 21:10Solved some minor issuesKarl Yngve Lervåg1+10-8
2014-09-16 08:18Use relative paths in omnicompleteEinfachToll2+42-6
2014-09-15 19:44Improved normalize links in diary (fixes #66)Karl Yngve Lervåg1+44-11
2014-09-12 10:16Merge remote-tracking branch 'chelmertz/dev-doctype-html5' into devEinfachToll1+1-1
2014-09-12 10:09Merge remote-tracking branch 'chelmertz/dev-echo-export-location' into devEinfachToll2+2-1
2014-09-12 09:31HTML5 doctype for HTML outputCarl Helmertz1+1-1
2014-09-12 09:15html export: Let the user know where to find the outputCarl Helmertz2+3-2
2014-09-11 13:45Add a syntax example for windows users to the docEinfachToll1+1-0
2014-09-11 08:36Fix regression bug: opening URLs didn't workEinfachToll2+9-8
2014-08-18 07:38Fix jumping to an anchor in the very first lineEinfachToll1+1-1
2014-08-18 07:35Remove option 2 of 'auto_toc'EinfachToll3+8-16
2014-08-18 07:16process links of the form [[#anchor]] correctlyEinfachToll4+18-9
2014-08-14 11:49Don't break after bold text in HTML outputEinfachToll1+1-1
2014-08-14 11:08Don't interpret autocomplete start string as regexpEinfachToll2+64-57
2014-07-30 19:46Function names must start with s: or capital letterEinfachToll1+2-2
2014-07-30 19:26Remove nonascii bullet symbol because of encoding probsEinfachToll4+23-38
2014-07-04 09:23Disable 'shellslash' on Windows to avoid problemsEinfachToll1+12-1
2014-07-01 07:29Merge remote-tracking branch 'dan/master' into devEinfachToll1+2-2
2014-06-25 18:01Update README.mdDan Bernier1+3-3
2014-06-24 12:19Add a note about how to integrate TagbarEinfachToll1+20-8
2014-06-22 15:43Fix highlight of anchor links when maxhi is onEinfachToll2+4-2
2014-06-22 14:26Fix wrong creation of links caused by previous commitEinfachToll2+115-90
2014-06-19 13:36Recognize markdown links when renaming wiki fileEinfachToll3+43-35
2014-06-10 07:14Merge remote-tracking branch 'af/patch-1' into devEinfachToll1+7-7
2014-06-08 04:21Fix <leader>ww text in READMEAaron Franks1+1-1
2014-06-05 07:42Tables can now be embedded in listsEinfachToll1+8-8
2014-05-09 08:47fixed get_cells() FSM and gqq commandAlexey Radkov2+74-55
2014-05-04 16:46minor stylistic changeAlexey Radkov1+1-1
2014-05-04 14:42small fix in s:get_aligned_rows()Alexey Radkov1+12-10
2014-05-04 13:09fast <Tab> and <S-Tab> in Insert modeAlexey Radkov1+14-2
2014-05-04 11:46further large table optimizationsAlexey Radkov1+48-26
2014-05-04 11:25Merge remote-tracking branch 'upstream/dev' into devAlexey Radkov1+18-13
2014-05-04 11:23Merge remote-tracking branch 'upstream/master' into devAlexey Radkov1+6-6
2014-04-30 10:15Faster formatting of large tablesEinfachToll1+18-13
2014-04-14 11:11Fix jumping to anchor sometimes not workingEinfachToll1+1-1
2014-03-13 15:33Fix appending '#' to linksEinfachToll1+5-2
2014-03-13 12:21Fix unimportant error messageEinfachToll2+12-12
2014-03-10 09:01Don't htmlize stuff inside pre tagsEinfachToll1+1-0
2014-03-03 08:19Fix 424: External links with #, % don't work under LinuxEinfachToll2+8-8
2014-03-03 08:15Fix spontaneous change of list symbolEinfachToll1+4-0
2014-03-03 08:13Fix list item containing only preformatted text behaving not properlyEinfachToll1+4-4
2014-02-25 14:05Restore line deleted in previous commitEinfachToll1+1-0
2014-02-24 11:16Do some cleaning using vim-vimlintEinfachToll8+131-138
2014-02-21 13:19Small updates to README.mdEinfachToll1+6-6
2014-02-18 15:12Two tags appear two times which produces errorsEinfachToll1+3-3
2014-02-18 13:52VimwikiBacklinks finds only links to the current fileEinfachToll1+7-4
2014-02-18 13:47Update the doc and make some fixes regarding anchorsEinfachToll5+124-67
2014-02-13 11:42Add anchors, jumping to anchors, TOC and completionEinfachToll7+508-199
2014-02-04 09:40Rename :VimwikiToggleCheckbox back to :VimwikiToggleListItemEinfachToll2+13-13
2014-02-04 09:34Add changelog to the docEinfachToll2+19-21
2014-02-03 10:41Reactivate and fix html.vim to make it work with listsEinfachToll3+30-43
2014-01-09 08:28Merge branch 'dev' of https://github.com/vimwiki/vimwiki into devEinfachToll1+2-2
2014-01-09 08:27Small additions and fixes to the docEinfachToll1+7-4
2014-01-09 08:06Merge pull request #33 from harciga/devEinfachToll1+2-2
2014-01-09 01:10Fix for visual mode link creationHector Arciga1+2-2
2014-01-06 13:16Cleanup of the documentation. Mostly superfluous whitespacesEinfachToll1+64-57
2014-01-06 13:11Finally introduce commands for all list keysEinfachToll2+460-177
2014-01-06 12:56Fix CR not working in one circumstanceEinfachToll1+2-0
2014-01-06 12:54Some more small cleanupsEinfachToll1+10-10
2014-01-06 12:49g:vimwiki_listsyms is a string again, not a listEinfachToll7+23-21
2014-01-06 12:37When pressing S-Tab, always jump to prev linkEinfachToll1+6-1
2014-01-06 12:32fold also multiline items (folding is still slow)EinfachToll1+12-2
2014-01-06 12:30More functions moved aroundEinfachToll1+427-408
2014-01-06 12:07Fix cursor misplacement after CR in front of spaceEinfachToll1+6-0
2014-01-06 12:06Indent after colon only if at end of lineEinfachToll1+3-3
2014-01-06 12:03clean up lst.vim, move functions aroundEinfachToll1+179-128
2014-01-06 11:54(not complete) integration of peggi for html conversionEinfachToll2+585-3
2013-11-06 12:46Of course, I forgot the a: againEinfachToll1+1-1
2013-11-06 12:34Basic support for remote drectories via netrwEinfachToll2+33-16
2013-10-30 09:53Add text objects for list itemsEinfachToll3+28-1
2013-10-29 12:10Prevent the cursor from jumping around on gl*EinfachToll2+7-7
2013-10-29 12:06Make i_<c-t> work in an empty lineEinfachToll1+6-1
2013-10-29 12:03Insert new item at the right level on <S-CR>EinfachToll1+3-5
2013-10-29 11:58clear a [.] or [o] or [O] item if it has no more children after movingEinfachToll1+13-6
2013-10-25 07:43Merge branch 'larryhynes-patch-1' into devEinfachToll1+2-2
2013-10-24 16:21Added ` around <leader> to make it visible, added l to folow.Larry Hynes1+2-2
2013-10-16 10:20a new list item is inserted at the right levelEinfachToll1+14-1
2013-10-16 10:18Refactor ugly functionsEinfachToll1+46-24
2013-09-08 10:53Merge branch 'new-lists' of github.com:vimwiki/vimwiki into new-listsMaxim Kim12+1552-700
2013-08-17 16:10Issue #13: VimwikiRenameLink don't update links with dot.Maxim Kim1+3-3
2013-08-15 15:21Issue #12: multiple diary with calendarMaxim Kim1+2-2
2013-08-13 07:11Fix a regexp that is matched really slow in Vim 7.4EinfachToll1+1-1
2013-07-30 07:56Fix <CR> in a table leaving insert modeEinfachToll1+1-0
2013-07-29 08:57Further update for the documentationEinfachToll1+66-59
2013-07-29 08:51Fix computation of level of items when using Media syntaxEinfachToll1+7-2
2013-07-29 08:42Fix weird behavior when pressing CR and Spaces followEinfachToll1+18-10
2013-07-29 08:36Fix checkboxes not getting updated in some casesEinfachToll1+2-4
2013-07-24 11:07Never alter a checkbox if it has no children with checkboxesEinfachToll1+11-9
2013-07-24 07:30Code clean upMaxim Kim1+3-69
2013-07-24 07:09Issue 4: List folding doesn't workMaxim Kim2+28-59
2013-07-22 10:54Revert more of my earlier commit in order to fix #6EinfachToll1+2-2
2013-07-22 08:33normal behavior of i_<C-T> and i_<C-D> when not on list itemEinfachToll1+4-1
2013-07-22 08:30Clean up messy function and fix i_<S-CR> sometimes not workingEinfachToll1+56-34
2013-07-22 08:19Simplify detection if two markers have same kindEinfachToll1+32-16
2013-07-18 05:55Do not load whole syntax file for a buffer twice.Maxim Kim6+27-14
2013-07-17 13:57Move around and simplify the code for initializationEinfachToll7+159-130
2013-07-16 07:27Change some list mappings to have prefix <C-L>.Maxim Kim2+9-13
2013-07-14 18:19Typo.Maxim Kim1+1-1
2013-07-14 18:16Update list mappings.Maxim Kim1+66-27
2013-07-14 16:58Issue 2: g:vimwiki_rxListBullet is not definedMaxim Kim6+45-40
2013-07-11 19:23Do not add multiple * on gllMaxim Kim1+0-8
2013-07-11 15:04Add some list bindings.Maxim Kim1+21-12
2013-07-11 14:24Level decrease binding was wrong.Maxim Kim1+4-4
2013-07-09 11:02Fix marker adjustment on gllEinfachToll1+6-7
2013-07-08 09:37support for numbered lists and much other list stuffEinfachToll12+1289-484
2013-06-18 14:43Issue 415: No-folding configuration ignored.Maxim Kim1+3-0
2013-06-17 03:50Add missing helper markdown converter from google code.Maxim Kim1+62-0
2013-04-19 03:46pull in vimwiki 2.1 from vim.orgmwcz10+489-346
2013-04-21 17:19update README to markdown formatmwcz2+129-112
2012-07-07 00:00Version 2.0.1.stuMaxim Kim9+422-99
2012-06-07 00:00Version 2.0.stuMaxim Kim17+4148-1998
2011-06-11 00:00Version 1.2Maxim Kim19+4442-3978
2010-09-03 00:00Version 1.1.1Maxim Kim3+17-6
2010-08-24 00:00Version 1.1Maxim Kim11+782-366
2010-05-12 00:00Version 1.0Maxim Kim11+1204-355
2010-02-23 00:00Version 0.9.9Maxim Kim8+1178-183
2010-01-21 00:00Version 0.9.801: * Issue 39: Not a critical error in doc/vimwiki.txtMaxim Kim1+3-3
2010-01-20 00:00Version 0.9.8Maxim Kim10+4593-4361
2009-12-11 00:00Version 0.9.701Maxim Kim2+4361-4356
2009-12-09 00:00Version 0.9.7Maxim Kim2+4356-4011
2009-10-22 00:00Version 0.9.6Maxim Kim2+4011-3743
2009-09-16 00:00Version 0.9.5Maxim Kim2+3743-3580
2009-07-28 00:00Version 0.9.4Maxim Kim2+3580-3424
2009-06-12 00:00Version 0.9.3Maxim Kim2+3424-3384
2009-05-09 00:00Version 0.9.2c: * FIX: Regression bug. Export to HTML of `[[link|desc]]` is wrong.Maxim Kim2+3384-3376
2009-05-05 00:00Version 0.9.2bMaxim Kim2+3376-3381
2009-05-04 00:00Version 0.9.2a: FIX: Remove dos line endings from some files.Maxim Kim2+3381-3377
2009-05-02 00:00Version 0.9.2Maxim Kim2+3377-3130
2009-04-12 00:00Version 0.9.1Maxim Kim2+3130-3078
2009-03-30 00:00Version 0.9Maxim Kim2+3078-2859
2009-03-19 00:00Version 0.8.3Maxim Kim2+2859-2849
2009-03-14 00:00Version 0.8.2Maxim Kim2+2849-2773
2009-03-11 00:00Version 0.8.1Maxim Kim2+2773-2615
2009-03-05 00:00Version 0.8Maxim Kim2+2615-2447
2009-02-28 00:00Version 0.7.1Maxim Kim2+2447-2424
2009-02-23 00:00Version 0.7Maxim Kim2+2424-2202
2009-02-15 00:00Version 0.6.2Maxim Kim2+2202-2150
2009-02-08 00:00Version 0.6.1Maxim Kim2+2150-2108
2009-02-04 00:00Version 0.6Maxim Kim2+2108-2044
2009-01-20 00:00Version 0.5.3Maxim Kim2+2044-2038
2009-01-19 00:00Version 0.5.2Maxim Kim2+2038-1901
2008-12-03 00:00Version 0.5.1Maxim Kim2+1901-1372
2008-09-15 00:00Version 0.5Maxim Kim5+1372-1189
2008-06-02 00:00Version 0.4Maxim Kim4+964-361
2008-05-26 00:00Version 0.3.4Maxim Kim1+7-2
2008-05-23 00:00Version 0.3.3Maxim Kim3+57-24
2008-05-16 00:00Version 0.3.2Maxim Kim2+31-11
2008-05-16 00:00Version 0.3.1Maxim Kim3+20-7
2008-05-15 00:00Version 0.3Maxim Kim3+376-197
2008-05-07 00:00Version 0.2.2Maxim Kim2+19-12
2008-05-06 00:00Version 0.2.1: install on linux now works.Maxim Kim1+1-1
2008-05-05 00:00Version 0.2Maxim Kim2+82-67
2008-05-04 00:00Version 0.1: Initial uploadMaxim Kim3+426-0