onlyworlds_obsidian-plugin/Commands
Titus a5cf498ed7 2.3.0: OnlyWorlds v2 API transport + smoke-hardened sync + Delete Element
- All sync paths on /api/v2: Download World = /changes cursor walk (incremental
  re-downloads, rewind detection, honest delete reporting); Upload World =
  create/update sweep via /bulk + PATCH (server-only elements never deleted);
  Save/auto-sync via shared V2Client. Legacy worldsync routes fully retired.
- Filename sanitization: Windows-illegal chars (':' etc.) no longer mangle
  notes into NTFS streams; wikilinks use sanitized targets, names stay exact.
- Link safety: unresolvable links skip the whole field (server values kept,
  surfaced in a toast); uuid-shaped wikilinks pass through as ids.
- Delete Element command: typed-name confirm -> server DELETE -> note to trash.
- Progress toasts for download/upload; README rewritten (v2 semantics +
  ecosystem section).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 18:22:24 +02:00
..
CopyWorldCommand.ts fix HTML-entity escaping of names (apostrophes) in note write + read paths (2.2.2) 2026-07-12 16:43:24 +02:00
CreateCategoryFoldersCommand.ts paste world fixes, duplicate world and char name fixes 2025-07-08 19:05:37 +02:00
CreateCoreFilesCommand.ts handlebar API fetch and use 2024-10-08 20:33:14 +02:00
CreateElementCommand.ts Enhance NoteLinker and CreateElementCommand with manifest integration; add CreateElementFromLinkModal for element creation. Update ElementSelectionModal to support new element creation and refresh functionality. 2025-07-09 09:47:30 +02:00
CreateHandlebarsCommand.ts 2.2.0: Download World restored, round-trip link integrity, key-format sweep 2026-07-12 13:56:56 +02:00
CreateReadmeCommand.ts notice fixes 2024-10-08 21:24:02 +02:00
CreateSettingsCommand.ts email setting 2025-07-08 12:19:39 +02:00
CreateTemplatesCommand.ts 2.0.0: SDK, auto-sync, native settings, modernized build 2026-05-11 12:51:28 +02:00
CreateWorldCommand.ts fix HTML-entity escaping of names (apostrophes) in note write + read paths (2.2.2) 2026-07-12 16:43:24 +02:00
DeleteElementCommand.ts 2.3.0: OnlyWorlds v2 API transport + smoke-hardened sync + Delete Element 2026-07-13 18:22:24 +02:00
DownloadWorldCommand.ts 2.3.0: OnlyWorlds v2 API transport + smoke-hardened sync + Delete Element 2026-07-13 18:22:24 +02:00
ExportWorldCommand.ts 2.3.0: OnlyWorlds v2 API transport + smoke-hardened sync + Delete Element 2026-07-13 18:22:24 +02:00
PasteWorldCommand.ts fix HTML-entity escaping of names (apostrophes) in note write + read paths (2.2.2) 2026-07-12 16:43:24 +02:00
RenameWorldCommand.ts fix wrong-world writes + false-success rename toast (2.2.1) 2026-07-12 14:52:40 +02:00
SaveElementCommand.ts 2.3.0: OnlyWorlds v2 API transport + smoke-hardened sync + Delete Element 2026-07-13 18:22:24 +02:00
UpdateCategoryCountsCommand.ts paste world fixes, duplicate world and char name fixes 2025-07-08 19:05:37 +02:00
ValidateWorldCommand.ts update import world with pin logic; fix multi id csv->json 2025-03-15 18:43:40 +01:00