memex/README.md

35 lines
952 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
2018-07-22 20:08:04 +00:00
- [docs/content/database.ndtl](docs/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/)
- Database parser: [Indental](https://wiki.xxiivv.com/#indental)
- Template parser: [Runic](https://wiki.xxiivv.com/#runic)
- Grid layout: [Masonry](https://masonry.desandro.com/)