memex/README.md

34 lines
910 B
Markdown
Raw Normal View History

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
## 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:23:06 +00:00
- Database parser: [Indental](https://wiki.xxiivv.com/#indental).
- Template parser: [Runic](https://wiki.xxiivv.com/#runic).
2018-07-20 18:59:02 +00:00
- Grid layout: [Masonry](https://masonry.desandro.com/).