Erin Schnabel

Results 141 comments of Erin Schnabel

It would be nice if we could give AppImageLauncher a list of app images to ignore -- because going to each AppImage and re-packing (when jetbrains, e.g. will update itself)...

> Why not have the sources next to the docs and just add a ci run that includes running those tests? Because the dependency combinations will keep growing over time....

To avoid duplicate file names when making copies (for further/later propagation), @maxandersen and I discussed using files to specify the list of files to copy rather than trying to auto-detect....

No additional commands are required. -DquicklyDocs and/or build the docs module will be enough. The fetch/copy of source happens right alongside the generation of config files, which is part of...

Bugger. Will fix on Monday. Traveling now.

Calm down! it isn't there yet. :-P Just an idea. There is some difference between how Task Collector marks tasks as done and how dataview does (they are compatible, but...

https://github.com/ebullient/obsidian-task-collector does the following: "completed items" are `x`, `X` and optionally `-` for canceled tasks. I require an additional string to specify "other" task values (which I count as incomplete...

I have a PR in flight that allows a modal to select the task completion character.. how hard would it be to work w/ dataview api to use that modal...

For reference/comparison/assurance: - Task Collector doesn't fuss with default browser behavior of `checked` (has a value) - I do treat either `x` or `X` as completed. You can opt-in to...

To get the Task Collector completion modal to work with dataview, I would need to override or augment what is happening here: https://github.com/blacksmithgu/obsidian-dataview/blob/cea1c2acfc8745c208227706bd67d3a109a2cca9/src/ui/views/task-view.tsx#L47 e.g. to allow dataview to open the...