diff options
| author | martial.simon <martial.simon@epita.fr> | 2025-04-13 19:54:19 +0200 |
|---|---|---|
| committer | martial.simon <martial.simon@epita.fr> | 2025-04-13 19:54:19 +0200 |
| commit | 66c3bbfa94d8a41e58adf154be25e6d86fee8e30 (patch) | |
| tree | 9c5e998f324f2f60c1717759144da3f996c5ae1a /.obsidian/plugins/ink/manifest.json | |
init: initial commit
Diffstat (limited to '.obsidian/plugins/ink/manifest.json')
| -rwxr-xr-x | .obsidian/plugins/ink/manifest.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.obsidian/plugins/ink/manifest.json b/.obsidian/plugins/ink/manifest.json new file mode 100755 index 0000000..fe63491 --- /dev/null +++ b/.obsidian/plugins/ink/manifest.json @@ -0,0 +1,11 @@ +{ + "id": "ink", + "name": "Ink", + "author": "Dale de Silva", + "description": "Hand write or draw directly between paragraphs in your notes using a digital pen, stylus, or Apple pencil. Useful for handwriting, sketches, scribbles, or even math equations and scientific notation. Runs on the tldraw framework and drawing provides an infinite canvas.", + "version": "0.3.4", + "minAppVersion": "1.00.0", + "authorUrl": "https://designdebt.club", + "fundingUrl": "https://ko-fi.com/daledesilva", + "isDesktopOnly": false +} |
