File upload (attachment) / work in progress
ppisljar Can you maybe point me to the right file where i can see how tags extension ads configuration options to the backend ? or is that part of the core ? i will take a look at your extension now.
The settings modal is an easy way to implement settings in the extension page. That's related to both your questions However this "easier" settings modal is only available from beta-3 and up.
i updated the code (removed the hardcoded url and path) and fixed some issues.
i want to show attached files in a special way. right now just link to file is shown.
what i want to do is show a filetype icon + filename instead of it.
s9e/textformatter seems to be the right thing for the job ? i just specify a pattern to match (our url/upload) and then replace the matched text with some html content ? would that be a good solution ?
@ppisljar That would work, I'm pretty sure.
- Edited
where to put static files in extension ? (filetype icons)
ppisljar It's not really possible at the moment, see this issue
wumix: how can i reproduce ?
yeah i suggest waiting till beta 3 is released as this plugin will depend on a lot of features from it.
Yes my friend I will waiting..
Have a good luck.
local file system or S3 or other Cloud storage ?
for now local file system only.
@ppisljar Where is the upload button?
I installed everything properly, but I don't see any upload button.
it should be next to close button. however as said please wait untill beta 3 is released as this depends on the new features.
Something that would make it amazing:
- image attachments shown as lightbox gallery
- mp3 attachments wrapped in SoundCloud style HTML5 player