dugite-code
dugite-code
To get the all items to work with tags you would need to modify: https://github.com/feediron/ttrss_plugin-feediron/blob/091fd8a84e94f5d83f99f070f2c12c383bb224e5/filters/fi_mod_tags_xpath/init.php#L20 ``` $newtag = ( new fi_mod_all_xpath() )->perform_filter( $html, $config, $settings ); ```
Ok there is one bug here that's been missed and I also need to just bite the bullet and merge the "all" index code into the xpath filter. Might as...
I've started work on the [all-tags branch](https://github.com/feediron/ttrss_plugin-feediron/tree/all-tags)
It should be very unlikely lookout would be the cause of any issues regarding search or email headers. We went through a recent re-write and are only doing non-destructive modifications...
Would a config flag be a good compromise?
Ooof I did not catch that. Hope I'll be able to sit down this weekend to look at it fairly sure it's a matter for removing https://github.com/feediron/ttrss_plugin-feediron/blob/a586a2a96ceb4760d3c2e74d6968129f1b6caca8/init.php#L471 and iterating the...
I'm also interested in this, but in the meantime my workaround is to create a simlink from my obsidian vault (I have an inbox folder) to the downloads folder. In...
Note the commit https://github.com/wangvisual/autoarchive/commit/31292a5bd80ea3d68c2c0d5cc3bca65d70c4a056 "add src/manifest.json for TB69, note: not fully work yet" The upgrade to 68+ takes a fair amount of work, no doubt it will come eventually.
Double check the source folder in general settings. I've notice that sometimes it will loose that setting. @HWiese1980 the last update was only a month ago for TB60 so no...
Unfortunately lookout runs after the message is opened and all of Thunderbird's attachment parsing is finished. This is also why we as of yet do not have full lightning calendar...