Skip to content

Commit

Permalink
- fixed typos in doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
guestieng committed Jan 3, 2025
1 parent 4a87855 commit 1b09618
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/user/features/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
It is possible to choose between two basic types of workspaces for the notes and templates:

1. **"internal" VSCode workspace:** Watch and access the note and template folders within "internal" workspace (exclusive VSCode workspace)
2. **"external" workspace:** Watch and access the note and template folders within 'external' workspace ("external" with respect to VSCode workspace; INFO: this may include folders from the "internal" VSCode workspace)
2. **"external" workspace:** Watch and access the note and template folders within "external" workspace ("external" with respect to VSCode workspace; INFO: this may include folders from the "internal" VSCode workspace)

The switch may be done via the config. property `foam.files.workspaceType` with possible values `[
"internal",
Expand All @@ -15,6 +15,6 @@ This feature allows to decouple the essential foam workspace from the VSCode wor

The "external" and absolute note folder paths to be watched can be defined via the config. property
`foam.files.externalWatchPaths` with the path to be set within an array.
The external and absolute template root directory path may be define via th econfig. property `foam.files.externalTemplatesRoot` .
The external and absolute template root directory path may be defined via the config. property `foam.files.externalTemplatesRoot` .

**NOTE:** The "external" path definitions may be defined such that either only a respective root directory or, in addition, a glob pattern is provided.
**NOTE:** The "external" path definitions may be defined such that either only a respective root directory or, in addition, also a glob pattern is provided.

0 comments on commit 1b09618

Please sign in to comment.