-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from CollectionBuilder/transcript-update
Transcript update
- Loading branch information
Showing
4 changed files
with
24 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: object_transcript convention update | ||
release: 2023-10-16 | ||
--- | ||
|
||
The convention for referencing files in the "object_transcript" field has been updated to follow the relative url convention used in other object fields. | ||
A reference to a local transcript file should now always start with a `/`, (e.g. `/objects/demo_01.md`). | ||
Template logic also now supports including transcript files from any folder in the project repository (e.g. `/transcripts/example.txt` or `/text/demo_003.md`, etc). | ||
|
||
See [CB-CSV metadata docs]({{ '/docs/metadata/csv_metadata/#object_transcript' | relative_url }}) for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters