mirror of
https://github.com/netajam/obsidian_note_uid_generator.git
synced 2026-07-22 12:30:29 +00:00
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>
11 lines
414 B
JSON
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
|
|
}
|