diff --git a/src/public/app/dialogs/options/advanced.js b/src/public/app/dialogs/options/advanced.js index b12f67268..19b67b83b 100644 --- a/src/public/app/dialogs/options/advanced.js +++ b/src/public/app/dialogs/options/advanced.js @@ -19,20 +19,20 @@ const TPL = `

Anonymize database

-

This action will create a new copy of the database and anonymise it (remove all note content and leave only structure and some non-sensitive metadata) +

This action will create a new copy of the database and anonymize it (remove all note content and leave only structure and some non-sensitive metadata) for sharing online for debugging purposes without fear of leaking your personal data.



Backup database

-

Trilium has automatic backup (daily, weekly, monthly), but you can also trigger backup manually here.

+

Trilium has automatic backup (daily, weekly, monthly), but you can also trigger a manual backup here.



Vacuum database

-

This will rebuild database which will typically result in smaller database file. No data will be actually changed.

+

This will rebuild the database which will typically result in a smaller database file. No data will be actually changed.

`; diff --git a/src/public/app/dialogs/options/credentials.js b/src/public/app/dialogs/options/credentials.js index f32c4b390..524293ff0 100644 --- a/src/public/app/dialogs/options/credentials.js +++ b/src/public/app/dialogs/options/credentials.js @@ -20,7 +20,7 @@ const TPL = `
- +
@@ -75,4 +75,4 @@ export default class ChangePasswordOptions { return false; } -} \ No newline at end of file +} diff --git a/src/public/app/dialogs/options/other.js b/src/public/app/dialogs/options/other.js index 9a962bc6f..7e498052e 100644 --- a/src/public/app/dialogs/options/other.js +++ b/src/public/app/dialogs/options/other.js @@ -43,7 +43,7 @@ const TPL = `

Note erasure timeout

Deleted notes are at first only marked as deleted and it is possible to recover them - from Recent Notes dialog. After period of time, deleted notes are "erased" which means + from Recent Notes dialog. After a period of time, deleted notes are "erased" which means their content is not recoverable anymore. This setting allows you to configure the length of the period between deleting and erasing the note.

@@ -56,8 +56,8 @@ const TPL = `

Protected session timeout

-

Protected session timeout is a time period after which the protected session is wiped out from - browser's memory. This is measured from the last interaction with protected notes. See wiki for more info.

+

Protected session timeout is a time period after which the protected session is wiped from + the browser's memory. This is measured from the last interaction with protected notes. See wiki for more info.

@@ -68,7 +68,7 @@ const TPL = `

Note revisions snapshot interval

-

Note revision snapshot time interval is time in seconds after which new note revision will be created for the note. See wiki for more info.

+

Note revision snapshot time interval is time in seconds after which a new note revision will be created for the note. See wiki for more info.

diff --git a/src/public/app/dialogs/options/sync.js b/src/public/app/dialogs/options/sync.js index 23b2cdeff..1c81fd055 100644 --- a/src/public/app/dialogs/options/sync.js +++ b/src/public/app/dialogs/options/sync.js @@ -19,7 +19,7 @@ const TPL = ` -

Note: If you leave proxy setting blank, system proxy will be used (applies to desktop/electron build only)

+

Note: If you leave the proxy setting blank, the system proxy will be used (applies to desktop/electron build only)

@@ -33,7 +33,7 @@ const TPL = `

Sync test

-

This will test connection and handshake to the sync server. If sync server isn't initialized, this will set it up to sync with local document.

+

This will test the connection and handshake to the sync server. If the sync server isn't initialized, this will set it up to sync with the local document.

`; @@ -78,4 +78,4 @@ export default class SyncOptions { return false; } -} \ No newline at end of file +} diff --git a/src/public/app/services/branches.js b/src/public/app/services/branches.js index d64e6d184..95d9e6510 100644 --- a/src/public/app/services/branches.js +++ b/src/public/app/services/branches.js @@ -75,7 +75,7 @@ async function deleteNotes(branchIdsToDelete) { const $deleteClonesCheckbox = $('
') .append($('')) .append($('
@@ -55,8 +55,8 @@

    -
  • - creates new note after the active note
  • -
  • - creates new sub-note into active note
  • +
  • - create new note after the active note
  • +
  • - create new sub-note into active note
  • - edit prefix of active note clone

@@ -74,9 +74,9 @@
  • , - multi-select note above/below
  • - select all notes in the current level
  • Shift+click - select note
  • -
  • - copies active note (or current selection) into clipboard (used for cloning)
  • -
  • - cuts current (or current selection) note into clipboard (used for moving notes)
  • -
  • - pastes note(s) as sub-note into active note (which is either move or clone depending on whether it was copied or cut into clipboard)
  • +
  • - copy active note (or current selection) into clipboard (used for cloning)
  • +
  • - cut current (or current selection) note into clipboard (used for moving notes)
  • +
  • - paste note(s) as sub-note into active note (which is either move or clone depending on whether it was copied or cut into clipboard)
  • - delete note / sub-tree
  • @@ -89,11 +89,11 @@

      -
    • in tree pane switches from tree pane into note title. Enter from note title switches focus to text editor. - switches back from editor to tree pane.
    • +
    • in tree pane will switch from tree pane into note title. Enter from note title will switch focus to text editor. + will switch back from editor to tree pane.
    • Ctrl+K - create / edit external link
    • - create internal link
    • -
    • - inserts current date and time at caret position
    • +
    • - insert current date and time at caret position
    • - jump away to the tree pane and scroll to active note

    @@ -121,7 +121,7 @@

      -
    • - reloads Trilium frontend
    • +
    • - reload Trilium frontend
    • - show developer tools
    • - show SQL console