Enhance documentation and add new spell details

- Updated community-plugins.json to include 'dataview' for enhanced data visualization.
- Modified types.json to introduce a new 'multitext' type for better data handling.
- Expanded workspace.json with new tab configurations and improved organization.
- Added multiple markdown files detailing new spells, their effects, and additional descriptions, enhancing the overall spell documentation.
This commit is contained in:
Redsandy
2026-01-19 02:59:26 +03:00
parent a97a102c55
commit e9f726ea0c
42 changed files with 21405 additions and 97 deletions

View File

@@ -0,0 +1,11 @@
{
"id": "dataview",
"name": "Dataview",
"version": "0.5.68",
"minAppVersion": "0.13.11",
"description": "Complex data views for the data-obsessed.",
"author": "Michael Brenan <blacksmithgu@gmail.com>",
"authorUrl": "https://github.com/blacksmithgu",
"helpUrl": "https://blacksmithgu.github.io/obsidian-dataview/",
"isDesktopOnly": false
}