# Memex Memex is a simple open-source bookmarks and notes application to help with storage and overview [Live web version here](https://kormyen.github.io/memex/) 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 ## Data Data is stored in a flat-file, human-readable database format called [Indental](https://wiki.xxiivv.com/#indental) by Devine Lu Linvega - [docs/content/database.ndtl](docs/content/database.ndtl) ## Dependencies - 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/)