Support of android devices
Thanks for your great plugin.
It would be useful, if it would support android, so that one can benefit from the same advantages as in Windows.
If you need someone to test, I would help.
Hello! Over the last few days I've been introducing a new way of using this plugin. It would integrate much more seamlessly with Obsidian.
Check out the branch version-v1.4-upgrade if you want to test it out yourself. Sorting multiple columns is not yet updated though.
If you have any remarks on how you'd want to use it on mobile, it'd be much appreciated.
Can you give me a URI to version-v1.4-upgrade?
Sure, you can access the branch right here.
Thank you, I didn't found it.
Now I have these files in a TestVault
I see, that the files name is styles.css, but it contains html (and downloads as styles.htm). Which one is correct? Regardless, which name I try, there is no sorting possible in this testfile:
While I'm looking into fully updating the plugin to work with the latest Obsidian changes, this might help:
- The
style.cssfile is not obligatory for the v1.4 to work. - You'll find the sorting option in the context menu now instead of clicking the table headers
If you have an idea for a preferred way to select multiple columns on mobile please let me know.
Hello again! I've uploaded the v1.4 to the releases tab so you can finally test it on mobile.
Also, the reason why the plugin was not working on your end last time was that:
- Obsidian needed the built
main.js,manifest.jsonand thestyles.cssfiles. You used themain.tswhich does not contain the entire plugin code and is just an entry point for development - The plugin was not built modified for mobile use at that time
Gladly, test out the plugin on mobile and report back to me. Any feedback is appreciated.