Note-taking in vim/neovim

a year ago by daskye to c/neovim

I use Obsidian for Zettelkasten note-taking. Anybody have a system in (Neo)Vim that they use?

load all comments
JustJack23 11 points a year ago

I have been preparing for this question.

https://nvim-orgmode.github.io/ is very good and very customisable while keeping consistent and open file file format that allows your notes to be easily stored and read by other apps.

For longer form notes https://github.com/... can also help while maintaining all the benefits mentioned above.

There is also https://github.com/nvim-neorg/neorg that is trying to create new file format and ecosystem around it. Seems cool, but a bit new imo.

path: 0 16704364, hotness: undefined, score: 11, children: 4
daskye 1 point a year ago

I wonder if I can just straight up import my obsidian vault and have it work

path: 0 16704364 16704688, hotness: undefined, score: 1, children: 2
JustJack23 2 points a year ago

Not very easy but not very hard either. Obsidian works with .md files they have close syntaxes to .org files that orgmode works with, but you will have to convert them.

I would also suggest searching for some neovim plugins working with .md files. That will allow you to directly import your files. Something like this maybe?

path: 0 16704364 16704688 16705507, hotness: undefined, score: 2, children: 0
ertai 1 point a year ago

You can convert all your markdown files to org in one go using pandoc.

path: 0 16704364 16704688 16827675, hotness: undefined, score: 1, children: 0
neovim
neovim

@programming.dev

login for more options
2865
223
25

go to feed...