From ab1fa09120175c0cf9418b60930d2f8624a4c20b Mon Sep 17 00:00:00 2001 From: Kofa Date: Sat, 25 Jan 2025 18:33:25 +0100 Subject: [PATCH 1/3] Update sidecar.md --- content/overview/sidecar-files/sidecar.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/overview/sidecar-files/sidecar.md b/content/overview/sidecar-files/sidecar.md index f3276cd29f..a3ceec34ae 100644 --- a/content/overview/sidecar-files/sidecar.md +++ b/content/overview/sidecar-files/sidecar.md @@ -15,3 +15,7 @@ Your work is automatically synchronised to the sidecar files without the need to In addition to the sidecar files, darktable keeps all image-related data in its library database for fast access. An image can only be viewed and edited from within darktable if its data has first been loaded into the library database. This happens automatically when you first [import](../../module-reference/utility-modules/lighttable/import.md) an image. If an image is subsequently re-imported, the database will be updated from the contents of its XMP file. Once an image has been imported into darktable, the database entries take precedence over the XMP file. Subsequent changes to the XMP file by any other software are not visible to darktable -- such changes will be overwritten the next time darktable synchronizes the file. On request, darktable can be configured to search for updated XMP files at startup, offering a choice to update the database or overwrite the XMP file where changes are identified. This configuration can be changed in [preferences > storage > XMP sidecar files](../../preferences-settings/storage.md#xmp-sidecar-files). + +To import sidecar files created by other applications, see [importing sidecar files generated by other applications](sidecar-import.md). + +To load a sidecar file (e.g. one received from another darktable user), see [load sidecar file](../../module-reference/utility-modules/lighttable/history-stack/). From 1cbf293571793abbf2f883820a2bb1266aaf18c8 Mon Sep 17 00:00:00 2001 From: Kofa Date: Sat, 25 Jan 2025 18:44:24 +0100 Subject: [PATCH 2/3] Fixed link to sidecar-import.md --- content/overview/sidecar-files/sidecar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/overview/sidecar-files/sidecar.md b/content/overview/sidecar-files/sidecar.md index a3ceec34ae..7983554a1c 100644 --- a/content/overview/sidecar-files/sidecar.md +++ b/content/overview/sidecar-files/sidecar.md @@ -16,6 +16,6 @@ In addition to the sidecar files, darktable keeps all image-related data in its Once an image has been imported into darktable, the database entries take precedence over the XMP file. Subsequent changes to the XMP file by any other software are not visible to darktable -- such changes will be overwritten the next time darktable synchronizes the file. On request, darktable can be configured to search for updated XMP files at startup, offering a choice to update the database or overwrite the XMP file where changes are identified. This configuration can be changed in [preferences > storage > XMP sidecar files](../../preferences-settings/storage.md#xmp-sidecar-files). -To import sidecar files created by other applications, see [importing sidecar files generated by other applications](sidecar-import.md). +To import sidecar files created by other applications, see [importing sidecar files generated by other applications](./sidecar-import.md). To load a sidecar file (e.g. one received from another darktable user), see [load sidecar file](../../module-reference/utility-modules/lighttable/history-stack/). From 6f5d38f07704c4cb877d7e8eef0383d7b6b3c792 Mon Sep 17 00:00:00 2001 From: Kofa Date: Sat, 25 Jan 2025 18:45:41 +0100 Subject: [PATCH 3/3] Fixed link to history-stack.md --- content/overview/sidecar-files/sidecar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/overview/sidecar-files/sidecar.md b/content/overview/sidecar-files/sidecar.md index 7983554a1c..73093eb36e 100644 --- a/content/overview/sidecar-files/sidecar.md +++ b/content/overview/sidecar-files/sidecar.md @@ -18,4 +18,4 @@ Once an image has been imported into darktable, the database entries take preced To import sidecar files created by other applications, see [importing sidecar files generated by other applications](./sidecar-import.md). -To load a sidecar file (e.g. one received from another darktable user), see [load sidecar file](../../module-reference/utility-modules/lighttable/history-stack/). +To load a sidecar file (e.g. one received from another darktable user), see [load sidecar file](../../module-reference/utility-modules/lighttable/history-stack.md).