I want to put in a good word for zim-wiki here. Its a shame the Windows port seems to be on indefinite hiatus for now. Its by far the easiest GUI-based wiki to deal with, easily handles just dropping in files into a hierarchy and simply working with them after a refresh. Sorry but being able to use a mouse to navigate a wiki beats out a keyboard-based wiki any time. https://zim-wiki.org/
Zim has its good points, but the biggest problem I have with it is the inability to wrap lines shorter than the full monitor width. On a 13" laptop, it's usable; on a widescreen desktop monitor it just doesn't work. Other wikis like tiddlywiki, pmwiki, and dokuwiki are able to avoid this.
Personal Wiki for Vim
41–50 of 84 posts
Re: Personal Wiki for Vim
#42I’ve been using vimwiki for a while now and it seems to fit the way I work the best of all the options out there. But, I recently dumped all my vimwiki markdown files into Obsidian and have really been enjoying that experience. Same local files with an upgraded visual experience and some neat linking features. It has basic vim bindings, unlike roam and others, and that makes all the difference. I just wish I could us…
I'm curious, did you consider org-roam (for instance on emacs-doom)?
Re: Personal Wiki for Vim
#43Also take a look at https://github.com/lervag/wiki.vim which I found to be much simpler and easier to use.
Re: Personal Wiki for Vim
#44Earlier quoted context omitted.
Zim has its good points, but the biggest problem I have with it is the inability to wrap lines shorter than the full monitor width. On a 13" laptop, it's usable; on a widescreen desktop monitor it just doesn't work. Other wikis like tiddlywiki, pmwiki, and dokuwiki are able to avoid this.
Sorry if I misunderstood, but does changing the window size solves the problem? I never maximize it, so I was not aware.
Here's a bug someone filed that hasn't even so much as gotten a response after nearly eight months:
https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues/...
Re: Personal Wiki for Vim
#45Re: Personal Wiki for Vim
#46I adopted vim-wiki a little while ago and have really appreciated its functionality. I like that all files are plain text and located in a single folder. It is easy to reach from anywhere in vim, providing simple means to quickly make a note of todo/diary items during work. Also, I greatly enjoy that it allows for making local references in between your wiki files. A simple link towards another wiki- or diary-entry a…
Re: Personal Wiki for Vim
#47I adopted vim-wiki a little while ago and have really appreciated its functionality. I like that all files are plain text and located in a single folder. It is easy to reach from anywhere in vim, providing simple means to quickly make a note of todo/diary items during work. Also, I greatly enjoy that it allows for making local references in between your wiki files. A simple link towards another wiki- or diary-entry a…
Can you describe what you think vimwiki adds over a bunch of markdown files and `gf` for links?
Or you can be lazy and install a plugin that takes thirty seconds to get the hang of.
Actually writing and staying organized has been challenging due to the fact I don't focus well. Spending time recreating vimwiki is time not spent staying organized. Vimwiki has low friction so I use it.
Re: Personal Wiki for Vim
#48Re: Personal Wiki for Vim
#49I'm looking for something like vim-wiki or org-mode or the like that allows you to both edit and view the content in vim as well as the web, somehow syncing the two. Does this exist?
Re: Personal Wiki for Vim
#50I adopted vim-wiki a little while ago and have really appreciated its functionality. I like that all files are plain text and located in a single folder. It is easy to reach from anywhere in vim, providing simple means to quickly make a note of todo/diary items during work. Also, I greatly enjoy that it allows for making local references in between your wiki files. A simple link towards another wiki- or diary-entry a…
Can you describe what you think vimwiki adds over a bunch of markdown files and `gf` for links?
I suppose that it is not that difficult to recreate the basic behaviour of vimwiki with custom commands and navigating with `gf` between your notes. However, for me vimwiki provided an easy way to get started in an environment where these commands were provided out of the box. Since then, I have gotten used to, and somewhat attached, to vimwiki and have kept using it.