Alex
Alex
WIP is here: https://github.com/owncloud/web/pull/11564 Not included: - Date Filter (backend implementation needed) - Pagination Filter (backend implementation needed) - Activity Type (backend implementation needed) - Correct representation of non file/folder...
Will be Implemented via https://github.com/owncloud/web/pull/11564
@longsleep do you mind to check again ? ☺️
@micbar We do save this setting(s) in the local storage So, it's a setting; we do persist. I am figuring out the actual use case for having it pre-configured when...
Could we use getters for singleton instances here, or would that result in the same issue ?
@micbar this is kind of ugly and not user friendly. No one wants to have their markdown file have thousands of lines with base64 glibberish
Big no. Please let's try to implement software that not "somehow just works" but make it high quality. I think the idea of GitHub is fantastic. They leave the URL's...
This is my web POC: https://github.com/opencloud-eu/web/pull/863 it proofs, that we are able to render images from different sources (e.G) the thumbnailer while leaving the original markdown-content intact
We need to split the translations.json into separate json files (e.g. de.json, ru.json etc.) https://jshmrtn.github.io/vue3-gettext/extraction.html This can happen via ``` splitJson: false, // create separate json files for each locale....
You want me to takeover here ?