mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Bookmarks & notes.
https://tangentfoxy.github.io/memex/
docs | ||
.gitattributes | ||
.gitignore | ||
icon.icns | ||
icon.ico | ||
icon.png | ||
main.js | ||
package-lock.json | ||
package.json | ||
PREVIEW.jpg | ||
README.md |
Memex is a simple open-source bookmarks and notes application to help with storage and overview
Memex has two modes:
- standalone application for bookmark and note cataloging
- read-only static 'sever-less' website for sharing with sorting and filtering
Memex supports:
- links
- images
- notes
- quotes
- terms
- tags
- filtering
Data
Data is stored in a human-readable, flat-file database called Indental which is made by Devine Lu Linvega
Development
git clone git@github.com:kormyen/memex.git
cd memex
npm install
npm start
Dependencies
Thanks to Devine Lu Linvega (Oscean), Josh Avanier (Log), Rekka Bell (kokorobot), Alexey Botkov (Legacy), Seena Burns (Isolate)
Hamish MacDonald