Go to file
2018-07-23 08:13:13 +12:00
docs Refactor clean up. 2018-07-23 07:45:04 +12:00
.gitattributes Fix readme and gitattributes. 2018-07-23 08:08:04 +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 Fixed masonry layout. 2018-07-23 05:44:46 +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 Fix readme db link. 2018-07-23 08:13:13 +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 and filtering

Memex supports:

  • links
  • images
  • notes
  • quotes
  • terms
  • tags
  • filting

Data

Data is stored in a human-readable, flat-file database format called Indental which is made by Devine Lu Linvega

Dependencies