Frank Brückner
Frank Brückner
@Haze-sh > * Side effects > Adding a parent folder called "Buku" for all the exported bookmarks. Why should the export file store where something comes from? When the file...
@rachmadaniHaryono No, I mean the document type declaration of the XBEL file: ```python '\n' ``` https://github.com/jarun/buku/pull/591/files#diff-05ed9135baf4a09a0c687185e28a5542664f6786ec3acb2e806f66b18f9e9cf7R3068-R3070 The fix from @Haze-sh is correct but do not seem to have detected it...
@Haze-sh > It is a hassle to work on the mobile app without a parent folder or this was just my own experience. Then the problem lies with Floccus and...
> …but for some reason it is harder to sync when there is no folder. And here too: the problem lies with Floccus. The root folder is not helpful in...
I suggest adding a test for the XBEL output and/or the doctype type declaration, as the current problem was hidden and apparently not covered by any test.
@RichardConroy You can use [Alfred](https://www.alfredapp.com) with a [custom workflow](https://www.alfredapp.com/help/workflows/). For the script you can use Python (or what you like) to execute the buku CLI command, the [filtering of the...
> We could define a level between `warning` (`30`) and `info` (`20`) with a value of `25`. A log level between "warning" and "info" is "notice". See [RFC 3164 -...
@doganoo See #261
@nitriques **Extension – not in the core!** The installer can use the extension.
> Members should always be private and we should offer a protected getter instead. Extend a class without (direct) access to the members? > It's an architectural best pratice which...