Evan Edwards

Results 20 comments of Evan Edwards
trafficstars

(Also, I use this to sync Obsidian and Google Tasks, thus allowing Google Assistant reminders to push over to my Obsidian daily journal. If I do fork, it will be...

Even a statement of intent here would be nice.

I get a type of raw_color fed into some of these (rather than color), which causes them to fail.

Observation: Pinned status is not in the json dump. I'm not sure if that means the state isn't accessible currently.

I can confirm this. Tasks (which uses Dataview) has a similar slowdown. There's some kind of interaction that appears to be causing the issue. I have not dug in (for...

I also use the workflow of "insert a given template, render the template, delete the button." I do not see a way of passing a specified template to insert, nor...

That's exactly what BRAT is for -- bleeding edge versions. I'm holding off, simply because it's a busy work week, but wanted to say thanks for this feature! I look...

I am a Workspace admin and I can not find a setting to allow the Poll to work.

This would be fantastic. Another possibility would be to run fclones via ssh and use the GUI on a local box to select files to handle remotely.

An easier solution is to simply use `Mousetrap(body).bind('key seq', _function);` when you want to have the specific behavior of ignoring if an input has focus. Binding to a specific element...