← Home ← Back to /g/

Thread 105958336

17 posts 2 images /g/
Anonymous No.105958336 >>105958606 >>105958613 >>105958758 >>105958892 >>105959860 >>105959890 >>105960098 >>105961693 >>105962052
Note-taking general
Hi! I recently switched from obsidian.md to nvim. I'm using treesitter, render-markdown, telescope, nvim-tree and zenmode a1s my main plugins. Other than that I have some scriptts that create new file (or navigate to) when Enter is pressed on a [link](link.md) and b to go to a previous buffer. Any ideas to improve this setup? I'm using nixos (with flakes and home-manager) btw. I wont share my dotfiles as they're pushed to a github repo in an account that I'm using for work (I don't want to doxx myself)

Also: note-taking general
Anonymous No.105958459
static notes, not very helpful in my experience
Anonymous No.105958468
does this actually gets the job done? how is it different from just plain .txt.
Anonymous No.105958530
you're looking for emacs and org-mode.
Anonymous No.105958606 >>105959871 >>105960295
>>105958336 (OP)
How about you use ropehanger, you fucking nigger?
Anonymous No.105958613
>>105958336 (OP)
If you do anything other than vim ~/notes.txt or vim ~/notes-2025-07.txt you're overthinking it
Anonymous No.105958758
>>105958336 (OP)
google keep for day to day stuff
standard notes for password protected stuff
tried moving to one note, didn't like it
Anonymous No.105958892
>>105958336 (OP)
pen and paper, nothing ever comes close to cheap reliable bic cristal and random notebooks i have stashed around the house
Anonymous No.105959860
>>105958336 (OP)
i can't into org-mode but i would use that. instead i'm using logseq because i hate keyboard-driven environments.
also i only use it for projects. fuck maintaining a second brain for absolutely everything.
Anonymous No.105959871
>>105958606
fpbp
Anonymous No.105959890
>>105958336 (OP)
nvim-orgmode is really solid if you're willing to learn it
Anonymous No.105960098
>>105958336 (OP)
I use nano for some notes and all coding
Most of my notes are on random pieces of paper I hold in a physical folder
Anonymous No.105960295
>>105958606
/thread
Anonymous No.105960303
mooooooOOOOoom the vimtrannies are reinventing org again
Anonymous No.105961693 >>105961792
>>105958336 (OP)
What is that colorscheme? It looks really nice.
Anonymous No.105961792
>>105961693
I think I found it, kanagawa.nvim
Anonymous No.105962052
>>105958336 (OP)
What’s important for your notes?
Personally I just want to have a personal wiki that can at least handle:
1. (todo) lists like dynalist/workflowy
2. tables, sortable too like wikipedia
3. internal (within file) links
4. external (between files) links
5. easy conversion/export to obsidian, github-flavored markdown, html static sites, ebooks
Turns out none can actually do this. The closest is probably orgmode or a local install of mediawiki. Perhaps tiddlywiki?
Or you can use obsidian, (n)vim with a bunch of garbage plugins and scripts.

Btw I don’t recommend writing your own note-taking software/text editor/plugin. That’s literally yak shaving. Just use what’s available, or at worst write simple shell scripts with linux command line tools to manipulate the texts.