Browse Source

Add timestamp auto link doc

tags/v5.1.0
Chocobozzz 3 weeks ago
parent
commit
ef19c8ae4c
No known key found for this signature in database GPG Key ID: 583A612D890159BE
1 changed files with 5 additions and 3 deletions
  1. +5
    -3
      client/src/app/+videos/+video-edit/shared/video-edit.component.html

+ 5
- 3
client/src/app/+videos/+video-edit/shared/video-edit.component.html View File

@@ -45,9 +45,11 @@

<my-help helpType="markdownText">
<ng-template ptTemplate="preHtml">
<ng-container i18n>
Video descriptions are truncated by default and require manual action to expand them.
</ng-container>
<ng-container i18n>Video descriptions are truncated by default and require manual action to expand them.</ng-container>

<br />

<ng-container i18n>A timestamp (<i>00:05</i> for example) is automatically converted into a link to a part of the video.</ng-container>
</ng-template>
</my-help>



Loading…
Cancel
Save