Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f-aguzzi/vannevar
A digital Memex implementation, with the aim to unite Vannevar Bush's ideas with the more modern concept of zettelkasten
https://github.com/f-aguzzi/vannevar
Last synced: 1 day ago
JSON representation
A digital Memex implementation, with the aim to unite Vannevar Bush's ideas with the more modern concept of zettelkasten
- Host: GitHub
- URL: https://github.com/f-aguzzi/vannevar
- Owner: f-aguzzi
- Created: 2023-09-18T21:09:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T16:16:45.000Z (11 months ago)
- Last Synced: 2024-10-11T18:17:35.597Z (26 days ago)
- Language: Rust
- Size: 31.9 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Vannevar
An attempt to build the simplest possible, text-based, *Memex* implementation.
The memex is an imaginary machine introduced by Vannevar Bush in his 1945
essay *As We May Think*.The concept is very similar to that of *zettelkasten*, but with the added
feature of *trails*, linear collections of connected notes, useful for making
drafts for longer texts by trailing multiple atomic notes.## Usage
## Known issues
- On some operating systems, journals and trails might fail to be saved to
disk unless their `journal` and `trails` subfolders already exist. If this
is the case, create the subfolders manually.
- The text editing mode doesn't support newlines. When you press return, it's
displayed as a space. The newlines will be displayed correctly in the view
mode.
- Trails aren't fully implemented yet.
- Some options in the main menu don't actually lead to any page, the software
just hangs.