Clare Macrae
Clare Macrae
Hello David, I'm a huge fan of PiBakery and would love to support this - and you - in any way I can. Whilst I'm not (yet) familiar with these...
A workaround is to run a script instead, to add the required crontab line, e.g. this, which runs every 10 minutes, at the given minutes past each hour: `(crontab -l;...
It's good to see from a recent tweet that there are plans to merge pull-requests on blocks: https://twitter.com/PiBakery/status/973935962337267714
Hi, thanks for looking this - much appreciated! Can someone please say why the failing test in the godbolt link above is still failing - it downloads the latest version...
@krzysztof-jusiak Hi Kris, in case you haven't seen it already, this issue isn't fixed - the godbolt link in the issue description and in the comment above still fails to...
It does say 'Leave empty if you want all checklist items from your vault to be tasks managed by this plugin.' - but you have to read to the last...
> But maybe adding some text after the greyed example would make it easier to spot : something like `for example: #task` would show that it is an example and...
It would be worth seeing if Dataview provides any comparable functionality - showing tags for tasks - and if so, whether it finds tags in these tasks, in case we...
> @claremacrae Possible Obsidian API pointer: `CachedMetadata` object seems to have a `tags` field, per [dataview source](https://github.com/blacksmithgu/obsidian-dataview/blob/411717ccb04b11386bd946c95f8413a4f52a3946/src/data-import/markdown-file.ts#L20). > It looks like that is tied to a `position`, which can be...
A nice easy fix for this would be to: 1. change the `Task` constructor so that it also receives a list of ~~tasks~~ tags in the file 2. Also pass...