Andre Perunicic

Results 13 comments of Andre Perunicic

I replaced https://docs.obsidian.md/Reference/TypeScript+API/MarkdownRenderer/renderMarkdown with https://docs.obsidian.md/Reference/TypeScript+API/MarkdownRenderer/render and the issue persists with the latest Dataview version.

Actually, the query for this would be pretty easy to implement. The query that gets due notes is here: https://github.com/prncc/obsidian-repeat-plugin/blob/39dd90e980ab9f43b2c3ebbb7184c825c8e33247/src/repeat/queries.ts#L12 You could change `dv?.pages()` to `dv?.pages('#some_topic')`, where the argument to...

Here's how I think the steps should be for someone implementing this feature: 1. Implement a basic filter input. a. First, add a "Display note filter input" toggle in repeat-plugin's...