#
vimwiki
Here are 49 public repositories matching this topic...
This plugin adds 3 kind of horizontal highlights for text filetypes, like `markdown`, `vimwiki` and `orgmode`
-
Updated
Apr 26, 2022 - Lua
Neovim plugin that evaluates code blocks inside documents
-
Updated
Jun 3, 2022 - Lua
chipsenkbeil
commented
Oct 9, 2020
For times where we are creating a new Vec via Vec::new(), I believe there are a couple of places where we would know the capacity needed ahead of time. Swapping to Vec::with_capacity() will give a small boost as we can avoid new allocations.
This is a guide and tutorial, with tools and 'out of the box' examples, for integrating Vimwiki with Gollum Wiki on Linux systems.
-
Updated
Jun 27, 2019 - Shell
HTML Templates for VimWiki Plugin for Vim
-
Updated
Apr 6, 2020 - CSS
Pandoc filter to support vimwiki-special markup
-
Updated
Feb 17, 2021 - Haskell
markdown
learning
wiki
personal-website
knowledge-base
vimwiki
personal-knowledge-base
knowledge-management
digital-garden
learning-in-public
second-brain
personal-knowledge-management
-
Updated
Mar 21, 2021 - Shell
Simple periodical review extension for vimwiki(https://github.com/vimwiki/vimwiki).
-
Updated
May 7, 2022 - Lua
Supercharge Micro with wiki links, tabbed navigation, and more vimwiki features
-
Updated
May 25, 2020 - Lua
Little snippets of knowledge that are auto published to my TIL website. Powered by vimwiki + Hugo + Github Actions
-
Updated
Nov 10, 2021
Improve this page
Add a description, image, and links to the vimwiki topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vimwiki topic, visit your repo's landing page and select "manage topics."
The comment in code directly says it: "... Or it would hang the system if wiki file was created in $HOME or C:/ dirs".
I am trying to create wiki from the directory that contains (among other things) clones of repositories I am working on. The reason being that I want to avoid having two mirrored directory structures: one that has notes and another one that has code. So I am trying to make th