mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-10-31 23:38:08 +00:00
9 lines
411 B
JSON
9 lines
411 B
JSON
{
|
|
"name": "Paste Latex Image",
|
|
"identifier": "paste-latex-image",
|
|
"script": "paste-latex-image.qml",
|
|
"version": "0.0.1",
|
|
"minAppVersion": "17.05.6",
|
|
"authors": ["@pbek"],
|
|
"description" : "This script creates a menu item and a button that generates and pastes an image from Latex code in the clipboard.\n\nIt uses the webservice <a href='http://latex.codecogs.com'>Codecogs Equation Editor</a>."
|
|
}
|