Go to file
2018-07-22 05:46:18 +12:00
docs Fix layout issues with images loading. 2018-07-22 05:46:18 +12:00
.gitattributes Refactor to utilize Electron. 2018-07-21 23:23:06 +12:00
.gitignore Fix structure to allow Github pages to serve web view. 2018-07-21 23:33:08 +12:00
icon.icns Refactor to utilize Electron. 2018-07-21 23:23:06 +12:00
icon.ico Refactor to utilize Electron. 2018-07-21 23:23:06 +12:00
icon.png Refactor to utilize Electron. 2018-07-21 23:23:06 +12:00
main.js Fix structure to allow Github pages to serve web view. 2018-07-21 23:33:08 +12:00
package-lock.json Refactor to utilize Electron. 2018-07-21 23:23:06 +12:00
package.json Refactor to utilize Electron. 2018-07-21 23:23:06 +12:00
PREVIEW.jpg Refactor to utilize Electron. 2018-07-21 23:23:06 +12:00
README.md Refactor folder structure and file naming. 2018-07-22 02:35:55 +12:00

Memex

Memex is a simple open-source bookmarks and notes application to help with storage and overview

Live web version here

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 by Devine Lu Linvega

Dependencies