netajam_obsidian_note_uid_g.../manifest.json
Netajam 70d82e700b Update README with NanoID, ULID, and duplicate detection docs (v1.2.1)
Document the three generator algorithms (UUID, NanoID, ULID),
NanoID configuration options, and the duplicate detection feature.
Update plugin descriptions in manifest.json and package.json.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 21:02:23 +01:00

11 lines
414 B
JSON

{
"id": "note_uid_generator",
"name": "Note UID Generator",
"version": "1.2.1",
"minAppVersion": "0.15.0",
"description": "Automatically or manually generates Unique IDs (UUID, NanoID, or ULID) for notes and registers them in metadata (frontmatter).",
"author": "Valentin Pelletier",
"authorUrl": "https://github.com/Netajam",
"fundingUrl": "https://github.com/sponsors/Netajam",
"isDesktopOnly": false
}