Obsidian Safe Filenames plugin

This commit is contained in:
xenofem 2025-01-18 12:52:59 -05:00
parent ee04e2f81f
commit 0647b948c5
4 changed files with 18 additions and 148 deletions

View file

@ -1,11 +1,10 @@
{
"id": "sample-plugin",
"name": "Sample Plugin",
"id": "safe-filenames",
"name": "Safe Filenames",
"version": "1.0.0",
"minAppVersion": "0.15.0",
"description": "Demonstrates some of the capabilities of the Obsidian API.",
"author": "Obsidian",
"authorUrl": "https://obsidian.md",
"fundingUrl": "https://obsidian.md/pricing",
"description": "Prevents renaming files with characters that can't be synced cross-platform.",
"author": "xenofem",
"authorUrl": "https://xeno.science",
"isDesktopOnly": false
}