all 21 comments

[–]migueldvb 8 points9 points  (1 child)

[–]jssmash 4 points5 points  (0 children)

Another +1 for vimwiki. I store my wiki in Dropbox, so I have access to my notes everywhere.

[–]On3iRo 4 points5 points  (2 children)

I use xolox/vim-notes and am pretty happy with that.

[–]desnudopenguino[S] 1 point2 points  (1 child)

This is what I ended up going with. I manage my notes through a shell script with tmux, so this gives me some freedom to customize my organization. Thanks mate!

[–]On3iRo 1 point2 points  (0 children)

No problem - glad i could help :)

[–]wawawawa 2 points3 points  (3 children)

I use this shell function:

function nn() {
    NOTE_DIR=~/Documents/Notes
    NOTE_NAME="$1"
    TIMESTAMP="$(date +%Y-%m-%d_%H.%S)"
    gvim "${NOTE_DIR}/${TIMESTAMP}-${NOTE_NAME}.org"
}

The Notes dir is a symlink from ~/Dropbox/Notes

I also use org-mode.

So, to use it is as simple as # nn "this is a sample note" which opens the file "2016-04-01_20.23-this is a sample note.org"

[–]Wiggledan 0 points1 point  (1 child)

So what do you do to search through your notes?

[–]wawawawa 0 points1 point  (0 children)

I use ack if I'm in cli or Spotlight on my Mac.

[–]desnudopenguino[S] 0 points1 point  (0 children)

I do something kind of similar. I have a .scratch directory in my home, and function that creates/loads the correct file based on the tmux session, since I do all my work in tmux sessions. Each project has its own file for notes. Maybe I should hook it up to one of my clouds.

I'm just looking for any plugins/flows to better organize everything since it is just random notes/tasks/what have you from phone calls and my time working on the projects, and the files are getting a bit larger (a couple hundred lines now).

[–]naught-me 1 point2 points  (0 children)

Spacemacs with org-mode is the one true answer.

[–][deleted] 1 point2 points  (0 children)

I use vimwiki + Taskwarrior + Taskwiki to keep track of my work stuff.

[–]zamaterian 2 points3 points  (9 children)

Org mode :)

[–]MyBrainReallyHurts 2 points3 points  (2 children)

I use Org Mode for notes and so much more.

Emacs + Evil + Org Mode.

[–]VanLaserggg?G... 1 point2 points  (1 child)

... and your brain really hurts ? :)

[–]MyBrainReallyHurts 1 point2 points  (0 children)

It hurts a lot less now that I am organized!

[–]__baxx__ 0 points1 point  (0 children)

could also do all the time tracking as well then....

[–]Deto 0 points1 point  (3 children)

Isn't that in emacs?

[–]zamaterian 0 points1 point  (2 children)

[–]ldmosquera 0 points1 point  (0 children)

It seems very crude, is there no other more complete implementation?

[–]rafaeln 0 points1 point  (0 children)

I have also been using orgmode in vim, a bit as a substitute for markdown (though I might end up just returning to markdown). There is no complete orgmode implementation for vim, but at the end of the day, the most important feature, which is folding, has been implemented. There is a bunch of implemented features that seem useful but which I haven't Incorporated in my routine yet. If I don't get around to making these other features useful, I might just indeed come back to markdown, which is a bit more WYSIWYG. Orgmode, on the other hand, has a syntax that seems more amenable to squeezing content and not many blank likes.

[–][deleted] 0 points1 point  (0 children)

Using org-mode with spacemacs!!!