Add a timestamp shortcode #89362
Labels
No Label
Priority
High
Priority
Low
Priority
Normal
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Content
Type
Design
Type
Report
Type
To Do
Type
Web Development
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: studio/blender-studio#89362
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To add support for video-timestamp links (similar to YouTube, clicking a linked timestamp will skip the video to the timestamp) we need a way for artists to create these links.
After discussion with @railla we decided the best way to do this on a markdown level is with a new shortcode. Suggested format is as follows:
{timestamp text="rendered text" time="92"}
Which would then render as something like:
01:32
Which I can then write a JS function for.
Changed status from 'Needs Triage' to: 'Confirmed'
Added subscribers: @railla, @MikeyN
This solution won't work in flat pages and blogs where multiple videos are displayed, but inside of an asset modal and on training it should work fine.