finedust
finedust
I think the point is that the xml parser doesn't recognize the ` ` character as a space. So I temporary solved the issue adding those lines: ``` ftc = open(filename,...
I have the same problem using 21.16 or higher (up to current 22.1), even with Material Files. I tried reinstalling old 21.15 version and the standard download (no SAF) works...
The issue is still here with 0.23.1. @litetex, since I'm with Android 10 (CrDroid 6.8) on a Xiaomi Mi A3, this doesn't seem to be device specific. Moreover, it doesn't...
> @litetex, since I'm with Android 10 (CrDroid 6.8) on a Xiaomi Mi A3, this doesn't seem to be device specific. Moreover, it doesn't depend on the file manager. I'm...
I point out that the bug is present also in the Android version. App version 8.0.0
Actually no, but we could use the syntax `--keep n# number` if we instruct `argparse` to consume two arguments. Maybe `add_argument('--keep', nargs=2, type=str, help...)` could work. Then we do the...
@jdchristensen, I think you're absolutely right about the backups dimensions. Nevertheless, maybe with a better explanation, the syntax I proposed could simplify both the code and the comprension, in addition...
> I thought about --keep #s N some time. --keep 1m 6 would clearly be identical to --keep-monthly 6, but what is the meaning of let's say --keep 5d 4...
> Conceivably I could look at making it possible to trigger note creation by something like `obsidian-zotero-integration` from within Zotero, but it's unlikely to make sense for this plugin to...
Similar issue here. Voice notes seem to interrupt after 2 minutes (sharp) if the screen goes off meanwhile, no matter if blocked on purpose or by timeout. Maybe the thread...