kota's memex

This is the essential feature of the memex. The process of tying two items together is the most important part. - Vannevar Bush

Memex is a hypothetical invention described in Vannevar Bush's 1945 article "As We May Think". Bush envisioned the memex as a device in which individuals would compress and store all of their books, records, and communications, "mechanized so that it may be consulted with exceeding speed and flexibility".

https://encyclopedia.marginalia.nu/wiki/Memex

Currently I use wiki.vim to manage my memex. Many other notetaking tools would probably work. The key detail is being able to quickly links files together, full text search all files, and have a light weight markup format to assist with document structure. I wrote a program gemgen with the goal of being able to port my wiki from markdown to gemtext. Later, I created a second program simply called "memex" which ports it to html.

goals

inspiration

https://wiki.xxiivv.com/site/home.html

useful vim settings

Set <leader>ww for wiki.vim
nmap <leader>ww <plug>(wiki-index)\|:cd ~/docs/memex<cr>