Releases: Offerel/roundcube_primitivenotes
Releases · Offerel/roundcube_primitivenotes
Small Fixes
Paste fix
Re-Write for RC 1.6-rc
- Rewrite of some parts
- Added markdown linebreak in YAML
- set JSON response headers
- Empty start note
- Added empty line between YAML and body
- EasyMDE 2.16.1 (https://github.com/Ionaru/easy-markdown-editor)
- Highlight.js 11.5.1 (https://highlightjs.org/)
- Tagify 4.13.1 (https://github.com/yairEO/tagify)
- Turndown 7.1.1 (https://github.com/mixmark-io/turndown)
Simplified path configuration
- Added contextmenu
- Updated easyMDE to v2.14.0
- Updated tagify to v3.22.3
- Fixed tag tooltips
- Fixed error message with empty noteslist
- Removed fontawesome
- Simplified path configuration
Attention!
There were a lot of requests and confusion about the configuration of the Notes path. I have therefore simplified the configuration for the path. In the context of this, the corresponding configuration parameters have changed and need to be adjusted.
$config['notes_basepath']
and $config['notes_folder']
must now be replaced by the parameter $config['notes_path']
.
YAML changes
- Added function to change YAML metadata
- YAML holds now date(created) and updated dates
- Updated tagify to v3.22.2
v2.0.4: Merge pull request #50 from Offerel/dev
- Fix pasting markdown and html
- Add pasting of images (with autoupload)
v2.0.3: Merge pull request #49 from Offerel/dev
- Fixed an issue, where links are converted wrong
Autofill/AutoConvert
- Added option button to jump directly to plugin options (thanks to Aleksander Machniak)
- Added function to paste selected text from browser, converted automatically to Markdown with Turndown
- Added support for Markdownload Browser Extension
- YAML header autofills all supported fields (title, author, date, source and more)
v2.0.1: Merge pull request #47 from Offerel/dev
- Remove ToC button in edit mode
- Fix for creating new notes
v2.0.0
- Added loader animation
- Added option to remove media
- Added Option to disable displayed formats
- Added automatic ToC creation
- Replaced tag library with tagify v3.22.1
- Removed HTML Format
- Reduced http requests to speed up
- Fixed empty response when delete a note