1
0
Fork 0
mirror of https://github.com/marty-oehme/scripts.git synced 2025-12-10 05:52:46 +00:00

added preview-styling script

This commit is contained in:
Patrizio Bekerle 2017-05-19 18:11:05 +02:00
parent 16624c41a5
commit c502d6d759
No known key found for this signature in database
GPG key ID: 2E9FFD770DABE838
3 changed files with 46 additions and 1 deletions

View file

@ -0,0 +1,9 @@
{
"name": "Custom note preview styling",
"identifier": "preview-styling",
"script": "preview-styling.qml",
"authors": ["@pbek"],
"version": "0.0.1",
"minAppVersion": "17.05.7",
"description" : "With this script you can add custom stylesheets to the note preview. Please refer to the <a href='http://doc.qt.io/qt-5/richtext-html-subset.html'>Supported HTML Subset</a> documentation for a list of all supported css styles. "
}