We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow storing files in Edna (not available when using local storage).
At first limit to known file types (image files, pdf, zip, .txt, .md, programming languages etc.).
At first we would just show them in file-specific UI e.g. show images / pdf in a dialog, .zip files would list content etc.
Later on we would allow displaying images inline either as a block or in markdown blocks when linked.
Maybe store files in files sub-directory.
files
To store a file, user can drag&drop or just copy it to files sub-directory.
When drag&drop we ensure the name is unique and record original name in metadata.
For opening images, a custom picker that shows thumbnails.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Allow storing files in Edna (not available when using local storage).
At first limit to known file types (image files, pdf, zip, .txt, .md, programming languages etc.).
At first we would just show them in file-specific UI e.g. show images / pdf in a dialog, .zip files would list content etc.
Later on we would allow displaying images inline either as a block or in markdown blocks when linked.
Maybe store files in
files
sub-directory.To store a file, user can drag&drop or just copy it to
files
sub-directory.When drag&drop we ensure the name is unique and record original name in metadata.
For opening images, a custom picker that shows thumbnails.
The text was updated successfully, but these errors were encountered: