orgnote-api 0.42.8 → 0.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/constants/i18n-keys.d.ts
CHANGED
|
@@ -29,6 +29,9 @@ export declare enum i18n {
|
|
|
29
29
|
EMACS_USE_PACKAGE_CONFIG_COPIED = "Emacs use-package config copied",
|
|
30
30
|
EMACS_USE_PACKAGE_CONFIG_COPIED_DESCRIPTION = "the generated Emacs use-package config was copied to clipboard",
|
|
31
31
|
EMACS_USE_PACKAGE_COPY_CONFIG = "copy Emacs use-package config",
|
|
32
|
+
CLI_INSTALL_DESCRIPTION = "Install orgnote-cli before using local synchronization from terminal.",
|
|
33
|
+
CLI_INSTALL_COMMAND_COPIED = "CLI install command copied",
|
|
34
|
+
CLI_INSTALL_COMMAND_COPIED_DESCRIPTION = "the orgnote-cli install command was copied to clipboard",
|
|
32
35
|
SUBSCRIPTION_KEY = "subscription key",
|
|
33
36
|
ACTIVATE = "activate",
|
|
34
37
|
WANT_SUBSCRIPTION = "want to get a key for synchronization?",
|
|
@@ -224,7 +227,7 @@ export declare enum i18n {
|
|
|
224
227
|
ONBOARDING_AUTH_DESCRIPTION = "Sign in to sync your notes across devices and unlock cloud features.",
|
|
225
228
|
ONBOARDING_AUTH_GITHUB = "Sign in with GitHub",
|
|
226
229
|
ONBOARDING_SYNC_TITLE = "Synchronization setup",
|
|
227
|
-
ONBOARDING_SYNC_DESCRIPTION = "
|
|
230
|
+
ONBOARDING_SYNC_DESCRIPTION = "Install the CLI, choose remote synchronization, create an API token, then copy your local sync configuration.",
|
|
228
231
|
ONBOARDING_EMACS_TITLE = "Emacs Integration",
|
|
229
232
|
ONBOARDING_EMACS_DESCRIPTION = "OrgNote is fully compatible with Emacs Org-mode and Org-roam.",
|
|
230
233
|
ONBOARDING_EMACS_COPY_CONFIG = "Copy config",
|
|
@@ -306,6 +309,7 @@ export declare const I18N: {
|
|
|
306
309
|
EXPORT_LOCAL_SYNC_CONFIG: DefaultCommands.EXPORT_LOCAL_SYNC_CONFIG;
|
|
307
310
|
DOWNLOAD_LOCAL_SYNC_CONFIG: DefaultCommands.DOWNLOAD_LOCAL_SYNC_CONFIG;
|
|
308
311
|
COPY_EMACS_USE_PACKAGE_CONFIG: DefaultCommands.COPY_EMACS_USE_PACKAGE_CONFIG;
|
|
312
|
+
COPY_CLI_INSTALL_COMMAND: DefaultCommands.COPY_CLI_INSTALL_COMMAND;
|
|
309
313
|
RELOAD_FILES: DefaultCommands.RELOAD_FILES;
|
|
310
314
|
ENCRYPT_NOTE: DefaultCommands.ENCRYPT_NOTE;
|
|
311
315
|
DECRYPT_NOTE: DefaultCommands.DECRYPT_NOTE;
|
|
@@ -414,6 +418,9 @@ export declare const I18N: {
|
|
|
414
418
|
EMACS_USE_PACKAGE_CONFIG_COPIED: i18n.EMACS_USE_PACKAGE_CONFIG_COPIED;
|
|
415
419
|
EMACS_USE_PACKAGE_CONFIG_COPIED_DESCRIPTION: i18n.EMACS_USE_PACKAGE_CONFIG_COPIED_DESCRIPTION;
|
|
416
420
|
EMACS_USE_PACKAGE_COPY_CONFIG: i18n.EMACS_USE_PACKAGE_COPY_CONFIG;
|
|
421
|
+
CLI_INSTALL_DESCRIPTION: i18n.CLI_INSTALL_DESCRIPTION;
|
|
422
|
+
CLI_INSTALL_COMMAND_COPIED: i18n.CLI_INSTALL_COMMAND_COPIED;
|
|
423
|
+
CLI_INSTALL_COMMAND_COPIED_DESCRIPTION: i18n.CLI_INSTALL_COMMAND_COPIED_DESCRIPTION;
|
|
417
424
|
SUBSCRIPTION_KEY: i18n.SUBSCRIPTION_KEY;
|
|
418
425
|
ACTIVATE: i18n.ACTIVATE;
|
|
419
426
|
WANT_SUBSCRIPTION: i18n.WANT_SUBSCRIPTION;
|
package/constants/i18n-keys.js
CHANGED
|
@@ -30,6 +30,9 @@ export var i18n;
|
|
|
30
30
|
i18n["EMACS_USE_PACKAGE_CONFIG_COPIED"] = "Emacs use-package config copied";
|
|
31
31
|
i18n["EMACS_USE_PACKAGE_CONFIG_COPIED_DESCRIPTION"] = "the generated Emacs use-package config was copied to clipboard";
|
|
32
32
|
i18n["EMACS_USE_PACKAGE_COPY_CONFIG"] = "copy Emacs use-package config";
|
|
33
|
+
i18n["CLI_INSTALL_DESCRIPTION"] = "Install orgnote-cli before using local synchronization from terminal.";
|
|
34
|
+
i18n["CLI_INSTALL_COMMAND_COPIED"] = "CLI install command copied";
|
|
35
|
+
i18n["CLI_INSTALL_COMMAND_COPIED_DESCRIPTION"] = "the orgnote-cli install command was copied to clipboard";
|
|
33
36
|
i18n["SUBSCRIPTION_KEY"] = "subscription key";
|
|
34
37
|
i18n["ACTIVATE"] = "activate";
|
|
35
38
|
i18n["WANT_SUBSCRIPTION"] = "want to get a key for synchronization?";
|
|
@@ -237,7 +240,7 @@ export var i18n;
|
|
|
237
240
|
i18n["ONBOARDING_AUTH_DESCRIPTION"] = "Sign in to sync your notes across devices and unlock cloud features.";
|
|
238
241
|
i18n["ONBOARDING_AUTH_GITHUB"] = "Sign in with GitHub";
|
|
239
242
|
i18n["ONBOARDING_SYNC_TITLE"] = "Synchronization setup";
|
|
240
|
-
i18n["ONBOARDING_SYNC_DESCRIPTION"] = "
|
|
243
|
+
i18n["ONBOARDING_SYNC_DESCRIPTION"] = "Install the CLI, choose remote synchronization, create an API token, then copy your local sync configuration.";
|
|
241
244
|
i18n["ONBOARDING_EMACS_TITLE"] = "Emacs Integration";
|
|
242
245
|
i18n["ONBOARDING_EMACS_DESCRIPTION"] = "OrgNote is fully compatible with Emacs Org-mode and Org-roam.";
|
|
243
246
|
i18n["ONBOARDING_EMACS_COPY_CONFIG"] = "Copy config";
|
|
@@ -64,6 +64,7 @@ export declare enum DefaultCommands {
|
|
|
64
64
|
EXPORT_LOCAL_SYNC_CONFIG = "copy CLI sync config",
|
|
65
65
|
DOWNLOAD_LOCAL_SYNC_CONFIG = "download CLI sync config",
|
|
66
66
|
COPY_EMACS_USE_PACKAGE_CONFIG = "copy Emacs use-package config",
|
|
67
|
+
COPY_CLI_INSTALL_COMMAND = "copy CLI install command",
|
|
67
68
|
RELOAD_FILES = "reload files",
|
|
68
69
|
ENCRYPT_NOTE = "encrypt note",
|
|
69
70
|
DECRYPT_NOTE = "decrypt note",
|
|
@@ -77,6 +77,7 @@ export var DefaultCommands;
|
|
|
77
77
|
DefaultCommands["EXPORT_LOCAL_SYNC_CONFIG"] = "copy CLI sync config";
|
|
78
78
|
DefaultCommands["DOWNLOAD_LOCAL_SYNC_CONFIG"] = "download CLI sync config";
|
|
79
79
|
DefaultCommands["COPY_EMACS_USE_PACKAGE_CONFIG"] = "copy Emacs use-package config";
|
|
80
|
+
DefaultCommands["COPY_CLI_INSTALL_COMMAND"] = "copy CLI install command";
|
|
80
81
|
DefaultCommands["RELOAD_FILES"] = "reload files";
|
|
81
82
|
DefaultCommands["ENCRYPT_NOTE"] = "encrypt note";
|
|
82
83
|
DefaultCommands["DECRYPT_NOTE"] = "decrypt note";
|