refactor: remove "cleanUrl" related code for now

that should be part of a later PR
This commit is contained in:
Panagiotis Papadopoulos
2025-04-25 08:38:48 +02:00
parent f4b5ed73ad
commit 0ae9a29e0d

View File

@@ -1919,8 +1919,6 @@
"share_root_not_found": "No note with #shareRoot label found",
"share_root_not_shared": "Note '{{noteTitle}}' has #shareRoot label but is not Shared",
"share_root_multiple_found": "Found multiple shared notes with a #shareRoot label: {{- foundNoteTitles}}. The note {{- activeNoteTitle}} will be used as shared root note.",
"use_clean_urls": "Use clean URLs for shared notes",
"use_clean_urls_description": "When enabled, shared note URLs will be simplified from /share/STi3RCMhUvG6 to /STi3RCMhUvG6",
"share_path": "Share path",
"share_path_description": "The url prefix for shared notes (e.g. '/share' --> '/share/noteId' and '/' --> '/noteId')",
"share_path_placeholder": "/share or / for root",