add info on how the 'attachments' directories and 'Notes' directory will be setup for automatic indexing ; add a note about how automatic attachment management will work
This commit is contained in:
parent
0af814993c
commit
f9862afe79
|
@ -18,6 +18,30 @@ There are a number of pinned tab to ensure users see the most useful information
|
|||
|
||||
I do recommend keeping the `__Dashboard` tab pinned as it's a great starting point for using this vault, even when used heavily day to day.
|
||||
|
||||
## Attachments
|
||||
|
||||
### Automatic Management
|
||||
|
||||
This vault is setup to automatically manage attachments. It is configured to ensure all note attachments are stored in the appropriate `attachments` directory under a sub-folder with the same name as the note.
|
||||
|
||||
This will automatically move attachments and update links when a note is moved between folders. This is especially helpful as a note moves through the various state/status folders.
|
||||
|
||||
You can disable this functionality by disabling the `Import Attachments+` community plugin.
|
||||
|
||||
### Folders
|
||||
|
||||
This vault is setup to have "Folder Notes" that index the contents of each `attachments` directory. These folder notes are auto-updated and are a simple index of files within a given `attachments` directory. Simply click on an `attachments` directory to open the index.
|
||||
|
||||
## Notes Folder
|
||||
|
||||
The `Notes` directory contains a lot of useful information related to digital art. The directory is indexed using "Folder Notes" and the index is automatically updated when new notes are added to the directory. Simply click on the `Notes` directory to open the index.
|
||||
|
||||
## Folder Indexes
|
||||
|
||||
You can completely disable the directory index functionality by disabling the `Folder Notes` and `Waypoint` plugins. When disabling these plugins, you'll need to manually delete the folder notes within each `attachments` directory as well as the folder note within the `Notes` directory.
|
||||
|
||||
If you would like to keep the folder index functionality for only a sub-set of directories, simply delete the folder note for any directories you do not want indexed.
|
||||
|
||||
## Comp Book (Vault) Layout
|
||||
|
||||
- Different folders for each form of art performed
|
||||
|
@ -53,7 +77,6 @@ I do recommend keeping the `__Dashboard` tab pinned as it's a great starting poi
|
|||
- Each gallery uses queries to find the notes shown based on folders
|
||||
- You do *not* need to manage the galleries directly
|
||||
- Art works should flow between sub folders as progress is made. For example: `Prepped` -> `In Progress` -> `Complete` for order
|
||||
- The files in the `Notes` section are non-indexed and exist as a generalized list of topics in the file browser. This can be changed to match your preferences.
|
||||
- The `Ideas - Inspiration` folder does *not* have sub-folders and assumes you'll just keep a list of notes similar to the `Notes` section or adjust this area to match your preferences.
|
||||
- The [__Dashboard](__Dashboard.md) is meant to be 'the starting point' and 'overview' for the whole vault
|
||||
|
||||
|
|
Loading…
Reference in a new issue