- 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.
12 lines
357 B
JSON
12 lines
357 B
JSON
{
|
|
"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
|
|
}
|