mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
Improve README formatting, add live examples.
This commit is contained in:
parent
74a4d9a0e1
commit
471a541370
14
README.md
14
README.md
@ -4,7 +4,7 @@ A bookmarks and notes application to help with storage and overview.
|
||||
|
||||
[Live web version here](https://kormyen.github.io/memex/)
|
||||
|
||||
<img src='https://raw.githubusercontent.com/kormyen/memex/master/PREVIEW.jpg' width="600"/>
|
||||
<img src='https://raw.githubusercontent.com/kormyen/memex/master/PREVIEW.jpg'/>
|
||||
|
||||
Memex has two modes:
|
||||
|
||||
@ -25,7 +25,8 @@ Memex supports:
|
||||
- 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).
|
||||
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
|
||||
|
||||
@ -33,6 +34,12 @@ Stored in a human-readable, flat-file database called [Indental](https://wiki.xx
|
||||
|
||||
- [docs/content/data.ndtl](docs/content/data.ndtl)
|
||||
|
||||
#### Live Examples
|
||||
|
||||
[Kormyen's Memex](https://kormyen.github.io/memex/) - this repo
|
||||
[Shinestrength's Portfolio](http://www.shinestrength.xyz/) - [repo](https://github.com/shinestrength/memex)
|
||||
Dotcli's Memex - [repo](https://github.com/dotcli/memex)
|
||||
|
||||
#### Web Development
|
||||
```
|
||||
git clone git@github.com:kormyen/memex.git
|
||||
@ -40,7 +47,8 @@ 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.
|
||||
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user