|
|
|
|
|
by Philipp__
2932 days ago
|
|
Org-mode. I won’t be wasting any words at it since I think it is well known thing here. Besides that I use Apple Notes. They sync and work flawlessly between iOS and Mac devices. And lastly, pen and paper. I like writing things down. |
|
- edit
- organize (heck, you can even search!)
But I'm a maths student and I never came across anything where I can efficiently write equations and formulas, before Emacs + Org-mode.
I have now been using Emacs + Org-mode + Yasnippet for a year, and it's bloody amazing. When it comes to efficiently including latex-expressions in my org-notes, Yasnippet is an absolute must.
And because this is Org-mode, I can export all my notes to HTML, PDF, etc. Adding a bit of customization, you get something like this http://www.retiredparkingguard.com/notes/. If you go to one of the note-pages with a bit of maths on it, e.g. mathematics/geometry.html, you should see a bar on the right displaying the notation used in each section. This requires javascript.
I also make heavy use of customized named blocks in my note-taking, e.g.
#+name: def:schrodinger-equation
#+begin_definition
...
#+end_definition
And then, using org-ref, I can do a `M-x org-ref-insert-ref-link` anywhere in the document and I can search through all these definitions, theorems, etc.
These blocks, when exported to HTML, are also given CSS classes, hence you can easily give these styling, making the reading experience into whatever you want.
Finally, I would also suggest org-ref by John Kitchin (https://github.com/jkitchin/org-ref); it makes organizing papers and the corresponding notes so incredibly easy.
All together this makes note-taking such a breeze and lowers the barrier for me to re-read and edit my notes significantly, compared to handwritten notes.