mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-10-31 23:38:08 +00:00
9 lines
291 B
JSON
9 lines
291 B
JSON
{
|
|
"name": "Favorite note",
|
|
"identifier": "favorite-note",
|
|
"script": "favorite-note.qml",
|
|
"version": "0.0.1",
|
|
"minAppVersion": "17.05.6",
|
|
"authors": ["@pbek"],
|
|
"description" : "This script creates a menu item and a button that adds a <i>favorite</i> tag to the current note."
|
|
}
|