MyNoVi/README.md

47 lines
963 B
Markdown
Raw Normal View History

2020-10-08 17:00:12 +02:00
# Welcome to MyNoVi
2020-10-08 12:37:04 +02:00
2020-10-08 17:00:12 +02:00
MyNovi | My Notes Viewer is simple markdown viewer made for my usage.
## Features
- No configuration
- Easy install
- Auto ToC (Table of Content)
2020-10-14 12:28:56 +02:00
- Browser lazy loading in image
2020-10-08 17:00:12 +02:00
- KISS
2020-10-14 12:28:56 +02:00
### Limitations
MyNovi only work with one level dir (for moment).
2020-10-08 17:00:12 +02:00
---
## Setup
Clone this Mynovi using git
`git clone https://forge.leslibres.org/Knah-Tsaeb/MyNoVi.git`
2020-10-14 12:28:56 +02:00
Use composer to install external lib (Parsedown and Parsedown-toc)
2020-10-08 17:00:12 +02:00
`cd MyNoVi`
`composer install`
---
## Usage
Put your markdown file in 'content' dir via FTP OR SSH.
That's all.
2020-10-14 12:28:56 +02:00
You can personalize the default page by creating file **content/index.md**.
2020-10-08 17:00:12 +02:00
### Advanced usage
Use synchronisation tools like NextCloud. Sync 'content' dir with your desktop.
Now just edit your local file and when you save file, after synchro your file is online.
---
## License
This project is licensed under the terms of the **[AGPLv3](https://www.gnu.org/licenses/agpl-3.0.txt)** license.