Features
- Notes history: list of the latest notes consulted, to be able to open them quickly, or pin them (28)
![demo_joplin_notes_history](https://user-images.githubusercontent.com/26554495/130871700-a78e54c1-81ff-4373-8b30-06bd826038d8.gif)
- Tabs in notes (not displayed in joplin applications). Syntax [here](https://facelessuser.github.io/pymdown-extensions/extensions/tabbed/).
![image](https://user-images.githubusercontent.com/26554495/130869166-4be37017-450b-4ee4-942a-3936963faaf8.png)
Small ENH
- Login screen "theme" in joplin-vieweb site flavor
- In note edition: when title gets focus: select all.
Upgrade
- [Upgrade procedure](https://github.com/gri38/django-joplin_vieweb/wiki/Joplin-vieweb-setup#upgrade)
**WARNING**:
Don't forget to add the max history depth in settings.py:
python
JOPLIN_NOTES_HISTORY_DEPTH = 10
Bug / ENH fixes
- Fix 51: Tables are now rendered in note view
- Fix 50: empty tag are not added
- Fix 52: support mardown highlight with == syntax ==
- Fix 48: clicking on a header on note TOC scrolls to that header (instead of opening a new window)
- Fix 53: When user confirms checkboxes changes in a note, the note is not reloaded again (avoid blinking effect).
- Fix 55: Same html render in compose preview than in note view
- Fix 56: scroll bars are now also thin in chrome browsers.