joplin-plugin-table-of-to-dos
Version:
**Note**: Only headings up to level 4 are included in the TOT generation (by default), higher levels are currently ignored. This option can be tweaked in the settings.
59 lines • 1.69 kB
JSON
{
"manifest_version": 1,
"id": "com.scrayil.table_of_todos",
"app_min_version": "3.1",
"version": "1.2.3",
"name": "Table Of To-Dos",
"description": "This plugin allows generating the table of contents related to a specific note, where each item has a checkbox. Especially useful for students, as it helps to keep track of topics and distinguish those learned from those not yet learned.",
"author": "Mattia Bennati (Scrayil)",
"homepage_url": "https://github.com/Scrayil",
"repository_url": "https://github.com/Scrayil/joplin-plugin-table-of-to-dos",
"keywords": [
"joplin-plugin",
"note-taking",
"productivity",
"study",
"school",
"lesson",
"shortcuts",
"toc",
"tot",
"table of contents",
"table of to-dos",
"todo",
"checklist"
],
"categories": [
"productivity",
"integrations",
"viewer",
"editor",
"personal knowledge management"
],
"screenshots": [
{
"src": "assets/screenshots/editor_context_menu.png",
"label": "Context menu option to create a TOT note"
},
{
"src": "assets/screenshots/note_toolbar_menu.png",
"label": "Toolbar button to create a TOT note"
},
{
"src": "assets/screenshots/generated_tot.png",
"label": "Visual appearance of a TOT note"
}
],
"icons": {
"16": "assets/logo/16x16.png",
"32": "assets/logo/32x32.png",
"48": "assets/logo/48x48.png",
"128": "assets/logo/128x128.png",
"256": "assets/logo/256x256.png",
"512": "assets/logo/512x512.png",
"1024": "assets/logo/1024x1024.png"
},
"promo_tile": {},
"_publish_hash": "sha256:b8e01c3348d2561c602a898fe9a875bf5f75d4c5842d20647f17793a7c163c82",
"_publish_commit": "main:d23471dac53deb89a19bf052d32f457a35ba96f7"
}