Live data from Hacker News

Personal Wiki for Vim

github.com

31–40 of 84 posts

Re: Personal Wiki for Vim

#31
After originally using vim-wiki, and then slowly progressing through a dozen or so personal wiki software tools ( all FOSS ), about a year ago I settled on Tiddlywiki.

It's also all self-contained within one folder, but I can stick it behind a server and access the files from wherever. Without having to rely on syncing tools like nextcloud.

Tiddlywiki is actively developed and has a healthy amount of plugins, including a mindmap like plugin.

Re: Personal Wiki for Vim

#32
post #12

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/

Have you tried one that's controlled by keyboard? I haven't used Vim since I think rich text formats provide more value, but I like to control as much as possible by keyboard if possible. There are certain applications where you really need a mouse (like image editing), but I feel like the keyboard is under appreciated.

I've been working on the new user interface for Emvi [1] for the past three months or so and once you have build the muscle memory, you can use it blindly. You can read about it here [2] if you like and find current screenshots/gifs on Twitter [3].

One thing that might have turned people away from learning keyboard controls is that they get overwhelmed by a ton of different shortcuts. We (hopefully) solved this issue by using commands (words) you can type out instead of remembering two or more keys.

[1] https://emvi.com/

[2] https://emvi.com/blog/a-new-experimental-user-interface-QMZg...

[3] https://twitter.com/emvi

Re: Personal Wiki for Vim

#33
post #12

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.

Sorry if I misunderstood, but does changing the window size solves the problem? I never maximize it, so I was not aware.

Re: Personal Wiki for Vim

#35
post #5

With all the posts on HN about paid personal knowledge bases like Roam I'm excited to see a free and open one leveraging my favorite editor.

Check out org-roam. It does have the emacs string attached but I've been using doom emacs with it (for vim keybindings) and the learning curve is 100% worth it. 3 weeks in and I haven't looked back here.

Thank you! I have been looking for an open source Roam alternative. Do you have any tips to getting started?

Re: Personal Wiki for Vim

#36
post #31

After originally using vim-wiki, and then slowly progressing through a dozen or so personal wiki software tools ( all FOSS ), about a year ago I settled on Tiddlywiki. It's also all self-contained within one folder, but I can stick it behind a server and access the files from wherever. Without having to rely on syncing tools like nextcloud. Tiddlywiki is actively developed and has a healthy amount of plugins, includi…

Thanks, this is exactly what I was looking for

Re: Personal Wiki for Vim

#37
post #12

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/

Want to clarify for the OP that there is still a Windows port available and it is feature complete. The new 0.7 line is the one where more work is required to build an installer.

Re: Personal Wiki for Vim

#38
I’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 use vim keybindings to switch between panes but I hope they’ll address that at some point.

Re: Personal Wiki for Vim

#39
post #23
post #12

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/

I just started a project to get 0.70 running for windows on my own machine. If I’m successful, I will share with the community.

I'd love to help out but my programming experience is limited. Use zim-wiki all the time on both Linux and Windows. It's one of the best note taking programs out there.

Re: Personal Wiki for Vim

#40

I’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)?
Post reply on HN