Native PDF, Audio and Video Upload for HTMLy #1050
TestDesk
started this conversation in
Show and tell
Replies: 4 comments 2 replies
|
Wonderful, that you took care of this! :-) This is a very helpful feature. /m |
0 replies
|
Hi @che-rusker, you don't need an "Audio post". You can use "Regular post". |
1 reply
|
Hi,
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hi everyone,
I've been using HTMLy for a while now and love its simplicity. One thing I noticed is that embedding your own audio, video, and PDF files directly from the editor wasn't possible – audio only via SoundCloud, video only via YouTube.
For me it was cumbersome to insert my own multimedia content, so I built a small extension: an upload button directly in the editor toolbar that uploads PDF, audio and video files to your own server and automatically inserts the correct HTML tag at the cursor position. The files are stored in
content/files/and are therefore automatically included in HTMLy's built-in backup.The whole thing consists of two files – tested with HTMLy v3.1.1.
If you're interested, you can find everything here: https://github.com/testdesk/htmly-media-upload
All reactions