seadude
01/26/2022, 3:40 PMSeriousBug
01/26/2022, 5:03 PMmoksha
01/26/2022, 6:09 PMmoksha
01/26/2022, 10:00 PMBryan Jenks π±
01/27/2022, 5:38 AMchmac
01/27/2022, 10:41 AMchmac
01/27/2022, 10:42 AMhikchoi
01/27/2022, 10:45 AMhikchoi
01/27/2022, 10:46 AMkevins8
01/27/2022, 2:59 PMchmac
01/27/2022, 3:16 PMhikchoi
01/27/2022, 3:25 PMseadude
01/27/2022, 4:30 PM
AND
- HTML
<video width="640" height="480" controls>
<source src="assets\videos\2022-01-27_BBounty_Example.MOV" type="video/mp4">
</video>
- Neither of them seem to work, I end up with a blank video player...SeriousBug
01/27/2022, 4:37 PMsrc
, and it won't work in the preview.seadude
01/27/2022, 4:39 PMseadude
01/27/2022, 4:40 PMSeriousBug
01/27/2022, 4:41 PMhikchoi
01/27/2022, 5:01 PMseadude
01/27/2022, 5:09 PMpython
server, serve the file up temporarily
Another solution:
- Host the .mov/.mp4 file in Azure Blob Storage
- Set an expiration time for the URL
- Add the URL to the vscode-reveal presentationchmac
01/29/2022, 7:19 PMd1onys1us
01/30/2022, 4:20 AMSeriousBug
01/30/2022, 4:32 AMd1onys1us
01/30/2022, 4:38 AMd1onys1us
01/30/2022, 4:39 AMd1onys1us
01/30/2022, 4:40 AMSeriousBug
01/30/2022, 4:40 AMd1onys1us
01/30/2022, 4:40 AMuser
01/30/2022, 8:40 AMbook.subject.author.md
, but the same citation could be used in different project/articles i write. So I want book.subject.author.md
to belongs to "book" hierarchy and to "subject" hierarchy. Or something like project1.book.subject.author.md
and project2.book.subject.author.md
but the same note. I doubt it's possible, but asking just in case. πSeriousBug
01/30/2022, 9:06 AMauthors.author-name
notes, then link to them in projectX.book.subject
. Would that work for your use case?user
01/30/2022, 9:42 AM