-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attachment menu: Add section for Videos #1280
Comments
What else needs to be done, besides 7199171 ? |
Frontend related stuff. Change above enabled rendering i.e. a The file is the Attach Dialog java class, should be 99% of the remaining code there. |
So 7199171 just added the library we need, but did not modify the rendering code |
You can currently embed and show videos in markdown files. But there is not any "Record video" or "Select video from gallery" button - and this is what the issue is about. |
General information
Description
At the moment, Markor allows to take a photo using the system camera app, place it into the directory of the note file, and insert the relevant markdown into the file.
I would like to ask that videos (obtained form exactly the same source) be attachable exactly the same way.
If fact, if you use OpenCamera as your camera app, you can already record videos from the summoned camera app, but those are rejected at the attachment time, and until you take an actual photo, the camera app wouldn't close.
If you use the stock one, however, it only allows you to take photos.
May I ask that such a feature be added? I think, this should not be a huge development effort.
(it's either that the app should not reject videos from OpenCamera, or just one button to obtain an image from an intent needs to be added, almost like the image acquisition one.)
Log
The program is not crashing.
The text was updated successfully, but these errors were encountered: