Update from obsidian - thinkpad

Affected files:
.obsidian/community-plugins.json
.obsidian/plugins/obsidian-plugin-toc/main.js
.obsidian/plugins/obsidian-plugin-toc/manifest.json
notes/utils/Crear una nueva funcionalidad.md
This commit is contained in:
Alexander Navarro 2023-09-19 17:20:32 -03:00
parent 48ffd10e81
commit 4a0abffa61
4 changed files with 43 additions and 12 deletions

View file

@ -6,5 +6,6 @@
"obsidian-kanban",
"editor-width-slider",
"dbfolder",
"dataview"
"dataview",
"obsidian-plugin-toc"
]

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1,10 @@
{
"id": "obsidian-plugin-toc",
"name": "Table of Contents",
"author": "Andrew Lisowski",
"authorUrl": "https://twitter.com/hipstersmoothie",
"description": "Create a table of contents for a note.",
"isDesktopOnly": false,
"minAppVersion": "0.10.12",
"version": "0.2.0"
}