mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
1.4 KiB
1.4 KiB
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) and Alexey Botkov (Legacy)
Hamish MacDonald