diff --git a/contrib/.vscode/launch.json b/contrib/.vscode/launch.json index 28e5523d..941d90ca 100644 --- a/contrib/.vscode/launch.json +++ b/contrib/.vscode/launch.json @@ -5,7 +5,7 @@ "name": "TagStudio", "type": "python", "request": "launch", - "program": "${workspaceRoot}/src/tagstudio/main.py", + "program": "${workspaceRoot}/src/tagstudio/__main__.py", "console": "integratedTerminal", "justMyCode": true, "args": ["-o", "~/Documents/Example"] diff --git a/docs/entries.md b/docs/entries.md index d16442c3..7b11939f 100644 --- a/docs/entries.md +++ b/docs/entries.md @@ -16,11 +16,11 @@ File entry data is stored within the `ts_library.sqlite` file inside each librar ## Appearance -File entries appear as thumbnails inside the grid display. The preview panel shows a more detailed preview of the file, along with extra file stats and all attached TagStudio tags and fields. +File entries appear as thumbnails inside the grid display. The inspector shows a more detailed preview of the file, along with extra file stats and all attached TagStudio tags and fields. ## Unlinked Entries -If the file that an entry is referencing has been moved, renamed, or deleted on disk, then TagStudio will display its unlinked status with a red chain-link icon instead of its thumbnail image. Certain uncached stats such as the file size and image dimensions will also be unavailable to see in the preview panel. +If the file that an entry is referencing has been moved, renamed, or deleted on disk, then TagStudio will display its unlinked status with a red chain-link icon instead of its thumbnail image. Certain uncached stats such as the file size and image dimensions will also be unavailable to see in the inspector. To fix file entries that have become unlinked, select the "Fix Unlinked Entries" option from the Tools menu. From there, refresh the unlinked entry count and choose whether to search and relink you files, and/or delete the file entries from your library. This will NOT delete or modify any files on disk. diff --git a/docs/fields.md b/docs/fields.md index c2d672dd..9f3e4572 100644 --- a/docs/fields.md +++ b/docs/fields.md @@ -12,7 +12,7 @@ Fields are extra pieces of information you can add to [file entries](./entries.m Unlike tags, fields are based on [templates](#templates) that contain pre-filled information such as the field type and title, and that information is _copied_ to fields when adding them to entries. Editing field information on entries **does not** modify the template it was created from. -To add a field to an entry, click the "Add Field" button in the preview panel. From there you can search and/or select a [field template](#field-templates) to choose from, or create a new one from the search bar. Alternatively you can create new field templates from **Edit -> Manage Field Templates**. +To add a field to an entry, click the "Add Field" button at the bottom of the inspector. From there you can search and/or select a [field template](#field-templates) to choose from, or create a new one from the search bar. Alternatively you can create new field templates from **Edit -> Manage Field Templates**.
![Fields Example](assets/fields_example.png) diff --git a/docs/roadmap.md b/docs/roadmap.md index da4c440f..518f44dd 100644 --- a/docs/roadmap.md +++ b/docs/roadmap.md @@ -203,8 +203,8 @@ Discrete library objects representing [attributes](