mirror of
https://github.com/cberane/obsidian-material-symbols.git
synced 2026-07-22 07:20:26 +00:00
- configured manifest.json - changed README.md to give relevant information about the basic usage - added webfont to styles.css with additional classes
10 lines
322 B
JSON
10 lines
322 B
JSON
{
|
|
"id": "obsidian-material-symbols",
|
|
"name": "Material Symbols",
|
|
"version": "0.1.0",
|
|
"minAppVersion": "0.15.0",
|
|
"description": "This plugin adds the material symbols (outlined) to obsidian",
|
|
"author": "Cristoph Berane",
|
|
"authorUrl": "https://github.com/cberane/obsidian-material-symbols",
|
|
"isDesktopOnly": false
|
|
}
|