Anna Kornfeld Simpson

Results 49 comments of Anna Kornfeld Simpson

Pretty sure Obsidian does cache the tags, and that is how dataview gets them, though I do not remember the API call. I will check dataview's behavior with this specific...

@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 converted to...

> if the file has just been edited in the last second or two. A second or two sounds right for Obsidian's cache to update, at least on Desktop platforms....

It looks like `fromLine` would need to take the tag list, since that is the bridge between the Cache and the crual Task constructor? Also I think you have a...

@bergis As a temporary workaround, you might want to check out the community plugin Obsidian Linter, which can autofix a number of markdownlint issues if you configure it to. I...

I agree with esm7 here: I like the feature of the added space after insertion, even on non-mobile, and would find the additional effort of adding multiple spaces during insertion...

Sounds good! Re-org is pre-requisited on someone cleaning up the issues with the Gemfile.lock for the Docker instance, right? ( #732 ) The number of pieces I'd have to set...

That makes sense, thank you. I do wonder: if the lockfile is not working for either of us, for different error reasons on different platforms, is it working for anyone?...

Related: https://github.com/blacksmithgu/obsidian-dataview/issues/1269 (not actually a dataview bug, but an issue with the way Obsidian removes special characters from headings) has a nice test case for this: what if your heading...

I still do not know what to do about this. Obsidian's search query feature (including embedded query blocks) displays only the Markdown source and so does not deal with rendering....