Skip to content

Commit

Permalink
docs: rename the commands to be more understandable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jan 24, 2025
1 parent 696ed22 commit 1be2a90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/Getting Started/Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It includes:

- `Upload single current active note` _(also in the right-click menu)_ : Send only the single current active note. The repo can be changed using the [[./Settings/Per files settings|frontmatter]].
- `Upload all notes` : Send all shared notes to the configured repository.
- `Upload unpublished notes` : Send only the shared note that are not present on the repository.
- `Upload new notes` : Send only the **shared note** that are not present on the repository.

## Refresh

Expand Down Expand Up @@ -74,4 +74,4 @@ For this, there are two commands:
- Reload the opened set (if the file opened is a set)
- Reload all registered set (only if some sets are registered)

It allow to update the frontmatter of the "sets" if you have edited them, without reload the plugin/obsidian or re-register the file.
It allow to update the frontmatter of the "sets" if you have edited them, without reload the plugin/obsidian or re-register the file.
4 changes: 2 additions & 2 deletions docs/Getting Started/Plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ The plugin adds 8 commands in the palette, one of which is also available in the

- `Upload single current active note` (_available in the right-click menu_)
- `Upload all notes`
- `Upload unpublished notes`
- `Upload new notes`
- `Refresh published and upload new notes`
- `Refresh all published notes`
- `Purge depublished and deleted files`
- `Test the connection to the configured repository`
- `Check the rate limit of the GitHub API`

Each of the commands are explained [here](https://enveloppe.ovh/Commands).
Each of the commands are explained [[Commands|here]].

## 🤖 How it works

Expand Down

0 comments on commit 1be2a90

Please sign in to comment.