|
|
|
@ -6,8 +6,13 @@ MyNovi | My Notes Viewer is simple markdown viewer made for my usage.
|
|
|
|
|
- No configuration
|
|
|
|
|
- Easy install
|
|
|
|
|
- Auto ToC (Table of Content)
|
|
|
|
|
- Browser lazy loading in image
|
|
|
|
|
- KISS
|
|
|
|
|
|
|
|
|
|
### Limitations
|
|
|
|
|
|
|
|
|
|
MyNovi only work with one level dir (for moment).
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Setup
|
|
|
|
@ -15,7 +20,7 @@ Clone this Mynovi using 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`
|
|
|
|
|
|
|
|
|
@ -28,6 +33,8 @@ Put your markdown file in 'content' dir via FTP OR SSH.
|
|
|
|
|
|
|
|
|
|
That's all.
|
|
|
|
|
|
|
|
|
|
You can personalize the default page by creating file **content/index.md**.
|
|
|
|
|
|
|
|
|
|
### Advanced usage
|
|
|
|
|
|
|
|
|
|
Use synchronisation tools like NextCloud. Sync 'content' dir with your desktop.
|
|
|
|
|