mirror of
https://github.com/marty-oehme/scripts.git
synced 2024-12-22 16:08:09 +00:00
8 lines
381 B
JSON
8 lines
381 B
JSON
{
|
|
"name": "Paste Latex Image",
|
|
"identifier": "paste-latex-image",
|
|
"script": "paste-latex-image.qml",
|
|
"version": "0.0.1",
|
|
"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>."
|
|
}
|