Files
06-Note/.obsidian/plugins/markdown-prettifier/manifest.json

11 lines
313 B
JSON
Raw Normal View History

2023-06-20 09:22:53 +08:00
{
"id": "markdown-prettifier",
"name": "Markdown prettifier",
"description": "Tries to fix and reformat ugly Markdown and adds things like 'modified date' etc.",
"isDesktopOnly": false,
"author": "Cristian",
"authorUrl": "https://github.com/cristianvasquez",
"js": "main.js",
"version": "0.1.3"
}