Update README
This commit is contained in:
parent
d3974b59cb
commit
0b0e23d0da
2 changed files with 16 additions and 2 deletions
|
@ -6,8 +6,13 @@ MyNovi | My Notes Viewer is simple markdown viewer made for my usage.
|
||||||
- No configuration
|
- No configuration
|
||||||
- Easy install
|
- Easy install
|
||||||
- Auto ToC (Table of Content)
|
- Auto ToC (Table of Content)
|
||||||
|
- Browser lazy loading in image
|
||||||
- KISS
|
- KISS
|
||||||
|
|
||||||
|
### Limitations
|
||||||
|
|
||||||
|
MyNovi only work with one level dir (for moment).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
@ -15,7 +20,7 @@ Clone this Mynovi using git
|
||||||
|
|
||||||
`git clone https://forge.leslibres.org/Knah-Tsaeb/MyNoVi.git`
|
`git clone https://forge.leslibres.org/Knah-Tsaeb/MyNoVi.git`
|
||||||
|
|
||||||
Use composer to install external lib
|
Use composer to install external lib (Parsedown and Parsedown-toc)
|
||||||
|
|
||||||
`cd MyNoVi`
|
`cd MyNoVi`
|
||||||
|
|
||||||
|
@ -28,6 +33,8 @@ Put your markdown file in 'content' dir via FTP OR SSH.
|
||||||
|
|
||||||
That's all.
|
That's all.
|
||||||
|
|
||||||
|
You can personalize the default page by creating file **content/index.md**.
|
||||||
|
|
||||||
### Advanced usage
|
### Advanced usage
|
||||||
|
|
||||||
Use synchronisation tools like NextCloud. Sync 'content' dir with your desktop.
|
Use synchronisation tools like NextCloud. Sync 'content' dir with your desktop.
|
||||||
|
|
|
@ -6,8 +6,13 @@ MyNovi | My Notes Viewer is simple markdown viewer made for my usage.
|
||||||
- No configuration
|
- No configuration
|
||||||
- Easy install
|
- Easy install
|
||||||
- Auto ToC (Table of Content)
|
- Auto ToC (Table of Content)
|
||||||
|
- Browser lazy loading in image
|
||||||
- KISS
|
- KISS
|
||||||
|
|
||||||
|
### Limitations
|
||||||
|
|
||||||
|
MyNovi only work with one level dir (for moment).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
@ -15,7 +20,7 @@ Clone this Mynovi using git
|
||||||
|
|
||||||
`git clone https://forge.leslibres.org/Knah-Tsaeb/MyNoVi.git`
|
`git clone https://forge.leslibres.org/Knah-Tsaeb/MyNoVi.git`
|
||||||
|
|
||||||
Use composer to install external lib
|
Use composer to install external lib (Parsedown and Parsedown-toc)
|
||||||
|
|
||||||
`cd MyNoVi`
|
`cd MyNoVi`
|
||||||
|
|
||||||
|
@ -28,6 +33,8 @@ Put your markdown file in 'content' dir via FTP OR SSH.
|
||||||
|
|
||||||
That's all.
|
That's all.
|
||||||
|
|
||||||
|
You can personalize the default page by creating file **content/index.md**.
|
||||||
|
|
||||||
### Advanced usage
|
### Advanced usage
|
||||||
|
|
||||||
Use synchronisation tools like NextCloud. Sync 'content' dir with your desktop.
|
Use synchronisation tools like NextCloud. Sync 'content' dir with your desktop.
|
||||||
|
|
Loading…
Reference in a new issue