mirror of
https://github.com/joplin-vieweb/joplin-vieweb.git
synced 2025-06-26 04:21:40 +02:00
Update README.md
This commit is contained in:
parent
f34445a12b
commit
65f5f4496e
72
README.md
72
README.md
@ -1,7 +1,61 @@
|
|||||||
# joplin-vieweb
|
# joplin-vieweb
|
||||||
A web viewer for Joplin app
|
A simple web viewer for [Joplin](https://joplinapp.org/) notes.
|
||||||
|
|
||||||
# Please wait until it's ready... it should be quite soon.
|
## Purpose
|
||||||
|
I'm going to use [Joplin](https://joplinapp.org/) as a notes application.
|
||||||
|
It's a long time I wanted for something like Joplin: opensource, not coupled to a web giant, and without infinite storage: storage has a price, we should pay for it.
|
||||||
|
|
||||||
|
Joplin-vieweb purpose is to provide an **online view of my Joplin notes**.
|
||||||
|
It's running on a "Django server", running beside [Joplin terminal app](https://joplinapp.org/terminal/).
|
||||||
|
|
||||||
|
## Screenshot
|
||||||
|

|
||||||
|
|
||||||
|
## Features and not(-yet?) features
|
||||||
|
### Yes it does ❤
|
||||||
|
- Protect joplin-vieweb access by login
|
||||||
|
- Display notebooks, and notes
|
||||||
|
- images
|
||||||
|
- attachments
|
||||||
|
- code syntax highlight
|
||||||
|
- Add a table of content if note contains headers
|
||||||
|
- Display tags, and notes linked.
|
||||||
|
- Joplin sync:
|
||||||
|
- 
|
||||||
|
- Background periodic joplin sync
|
||||||
|
- Manual trigged sync, with notebooks and tag refresh
|
||||||
|
- Public link if note has ***public*** tag
|
||||||
|

|
||||||
|
- Option to number (or not) header in notes:
|
||||||
|

|
||||||
|
- Tag edition: add / remove / create tags in notes:
|
||||||
|

|
||||||
|
Once tags edited, a little reminder not to forget to synchronize Joplin:
|
||||||
|

|
||||||
|
- Checkbox list changes can be saved to notes.
|
||||||
|
- 
|
||||||
|
- Note edition / deletion, with support of image paste, and image / attachment drag&drop.
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
- Note creation
|
||||||
|

|
||||||
|
- Notebook edition: create / rename / delete
|
||||||
|

|
||||||
|
- Notes history: list of the latest notes consulted, to be able to open them quickly, or pin them:
|
||||||
|

|
||||||
|
- Tabs in notes (not displayed in joplin applications). Syntax here.
|
||||||
|

|
||||||
|
- Hyperlink preview in notes, on mouse hover:
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
### No it doesn't (yet?) 💔
|
||||||
|
- Sort notebooks nor notes
|
||||||
|
- Move note or notebook from one notebook to another.
|
||||||
|
- No specific handling for todos.
|
||||||
|
- Search for notes or tags
|
||||||
|
|
||||||
# Installation / configuration instructions
|
# Installation / configuration instructions
|
||||||
```diff
|
```diff
|
||||||
@ -42,6 +96,20 @@ sudo docker-compose up
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
### Users
|
||||||
|
First you must change admin password:
|
||||||
|
* login to https://your_domain.com/admin/ (login: admin / password: admin)
|
||||||
|

|
||||||
|
* Change the admin password:
|
||||||
|

|
||||||
|
* If you want to login to joplin-vieweb with another login than admin: create a user:
|
||||||
|

|
||||||
|
* Now you can logout and visit https://your_domain.com/joplin
|
||||||
|

|
||||||
|
* Login with admin or your newly created user:
|
||||||
|

|
||||||
|
|
||||||
|
### Synchronisation
|
||||||
You should configure a synchronisation to secure your notes:
|
You should configure a synchronisation to secure your notes:
|
||||||
|
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user