2018-07-13 15:56:09 +00:00
|
|
|
# Memex
|
|
|
|
|
2018-07-21 11:23:06 +00:00
|
|
|
Memex is a simple open-source bookmarks and notes application to help with storage and overview
|
2018-07-13 15:56:09 +00:00
|
|
|
|
2018-07-21 11:23:06 +00:00
|
|
|
[Live web version here](https://kormyen.github.io/memex/)
|
|
|
|
|
|
|
|
<img src='https://raw.githubusercontent.com/kormyen/memex/master/PREVIEW.jpg' width="600"/>
|
|
|
|
|
|
|
|
Memex has two modes:
|
|
|
|
|
|
|
|
- standalone application for bookmark and note cataloging
|
|
|
|
- read-only static 'sever-less' website for sharing with sorting/filtering
|
|
|
|
|
|
|
|
Memex supports:
|
|
|
|
|
|
|
|
- links
|
|
|
|
- images
|
|
|
|
- notes
|
|
|
|
- quotes
|
|
|
|
- terms
|
|
|
|
- tagging
|
|
|
|
- type filting
|
2018-07-17 21:04:33 +00:00
|
|
|
|
2018-07-18 06:36:36 +00:00
|
|
|
## Data
|
|
|
|
|
2018-07-21 11:23:06 +00:00
|
|
|
Data is stored in a flat-file, human-readable database format called [Indental](https://wiki.xxiivv.com/#indental) by Devine Lu Linvega
|
|
|
|
|
|
|
|
- [sources/content/database.ndtl](sources/content/database.ndtl)
|
2018-07-13 15:56:09 +00:00
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
2018-07-21 11:39:40 +00:00
|
|
|
- App builder: [Electron](https://electronjs.org/)
|
2018-07-21 14:35:55 +00:00
|
|
|
- Database parser: [Indental](https://wiki.xxiivv.com/#indental)
|
|
|
|
- Template parser: [Runic](https://wiki.xxiivv.com/#runic)
|
|
|
|
- Grid layout: [Masonry](https://masonry.desandro.com/)
|