mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Update README.
This commit is contained in:
parent
14b151bb6a
commit
74a4d9a0e1
26
README.md
26
README.md
@ -14,12 +14,18 @@ Memex has two modes:
|
||||
Memex supports:
|
||||
|
||||
- filtering
|
||||
- links
|
||||
- tags
|
||||
- images
|
||||
- notes
|
||||
- quotes
|
||||
- terms
|
||||
- tags
|
||||
- links
|
||||
- author
|
||||
- files
|
||||
- projects
|
||||
- [themes](https://github.com/hundredrabbits/Themes)
|
||||
|
||||
To change theme simply drag a theme svg file onto the Memex app/webpage. Theme files and more information can be found [here](https://github.com/hundredrabbits/Themes).
|
||||
|
||||
#### Data
|
||||
|
||||
@ -27,7 +33,16 @@ Stored in a human-readable, flat-file database called [Indental](https://wiki.xx
|
||||
|
||||
- [docs/content/data.ndtl](docs/content/data.ndtl)
|
||||
|
||||
#### Development
|
||||
#### Web Development
|
||||
```
|
||||
git clone git@github.com:kormyen/memex.git
|
||||
cd memex
|
||||
open Memex\docs\index.html in browser
|
||||
```
|
||||
|
||||
The web content is isolated in a folder to seperate it from app/Electron content. The folder is called 'docs' so that the 'Github Pages' feature can host it, another folder name doesn't seem supported.
|
||||
|
||||
#### App Development
|
||||
```
|
||||
git clone git@github.com:kormyen/memex.git
|
||||
cd memex
|
||||
@ -41,8 +56,11 @@ npm start
|
||||
- Database parser: [Indental](https://wiki.xxiivv.com/#indental)
|
||||
- Template parser: [Runic](https://wiki.xxiivv.com/#runic)
|
||||
- Grid layout: [Masonry](https://masonry.desandro.com/)
|
||||
- Theming: [Themes](https://github.com/hundredrabbits/Themes)
|
||||
|
||||
Thanks to Devine Lu Linvega ([Oscean](https://github.com/XXIIVV/Oscean)), Josh Avanier ([Log](https://github.com/joshavanier/log)), Rekka Bell ([kokorobot](https://github.com/rekkabell/kokorobot)), Alexey Botkov ([Legacy](https://github.com/nomand/Legacy)), Seena Burns ([Isolate](https://github.com/seenaburns/isolate))
|
||||
#### Thanks
|
||||
|
||||
Thanks to Devine Lu Linvega ([Oscean](https://github.com/XXIIVV/Oscean)), Josh Avanier ([Log](https://github.com/joshavanier/log)), Rekka Bell ([kokorobot](https://github.com/rekkabell/kokorobot)), Alexey Botkov ([Legacy](https://github.com/nomand/Legacy)), Seena Burns ([Isolate](https://github.com/seenaburns/isolate)), Hundred Rabbits ([Ecosystem](https://github.com/hundredrabbits))
|
||||
|
||||
---
|
||||
|
||||
|
@ -2538,6 +2538,7 @@ EXOCORTEX
|
||||
> Exocortex: "An exocortex is a hypothetical artificial external information processing system that would augment a brain's biological high-level cognitive processes.
|
||||
& An individual's exocortex would be composed of external memory modules, processors, IO devices and software systems that would interact with, and augment, a person's biological brain. Typically this interaction is described as being conducted through a direct brain–computer interface, making these extensions functionally part of the individual's mind.
|
||||
& Individuals with significant exocortices could be classified as cyborgs or posthumans."
|
||||
PROJ : Memex
|
||||
|
||||
V OS LOG
|
||||
AUTH : Victor Ivanov
|
||||
|
Loading…
Reference in New Issue
Block a user