feat: bookmarklet to blog stuff easily

This commit is contained in:
2026-02-22 17:49:11 +01:00
parent 6e45936fc9
commit 509afa4c85
17 changed files with 613 additions and 5 deletions

View File

@@ -133,6 +133,9 @@
"settings.toast.credentialsCleared": "{type} credentials cleared",
"settings.toast.projectSaved": "Project settings saved",
"settings.toast.projectSaveFailed": "Failed to save project settings",
"settings.toast.blogmarkBookmarkletCopied": "Blogmark bookmarklet copied to clipboard",
"settings.toast.blogmarkBookmarkletCopyFailed": "Failed to copy blogmark bookmarklet",
"settings.toast.blogmarkBookmarkletGenerateFailed": "Failed to generate blogmark bookmarklet",
"settings.toast.categoryAdded": "Category \"{category}\" added",
"settings.toast.categoryAddFailed": "Failed to add category",
"settings.toast.categoryExists": "Category already exists",
@@ -435,6 +438,11 @@
"settings.project.defaultAuthorPlaceholder": "Author Name",
"settings.project.maxPostsPerPageLabel": "Max Posts Per Page",
"settings.project.maxPostsPerPageDescription": "Maximum number of posts shown per preview route page.",
"settings.project.blogmarkCategoryLabel": "Blogmark Category",
"settings.project.blogmarkCategoryDescription": "Category assigned to posts created via bookmarklet deep links.",
"settings.project.blogmarkBookmarkletLabel": "Browser Bookmarklet",
"settings.project.blogmarkBookmarkletDescription": "Copy a bookmarklet you can paste into your browser bookmarks bar to send page links into bDS.",
"settings.project.blogmarkBookmarkletCopyButton": "Copy Blogmark Bookmarklet",
"settings.project.saveButton": "Save Project Settings",
"editor.loadingPost": "Loading post...",
"editor.unsavedChanges": "Unsaved changes (auto-saves on switch)",