ConjugativeIndicator

Results 7 comments of ConjugativeIndicator

In my opinion, if the user deletes the note, then it should be removed from the board as well. If the user is no longer interested in keeping the file...

I would imagine this being a two-way sync, but the kanban board plugin should only be handling syncing from files to board. 1) the kanban board would sync with the...

Unfortunately, it seems like the [dataview plugin-facing API is not available yet](https://blacksmithgu.github.io/obsidian-dataview/docs/api/intro). So I don't think this can be done with dataview at the moment.

> For now, there is only getter of frontmatter, setter is also needed. > > ``` > tp.frontmatter.set('a', 'b') > ``` > > => > > ``` > --- >...

Hi @ben-xD , thanks for pointing that out. You are right, even if the path to files and file names are very long, it shouldn't take more than one or...

The issue seems to be a problem on `RRule.fromText()`. specifying `until` via `new RRule(options)` works fine, and the `until` date is also included in the recurring instances. However, if you...

I have found the root cause of this behavior. It should only occur for people who are living in timezones before UTC. https://github.com/jakubroztocil/rrule/blob/d352fb3c235fa91f9ee108851f49a4b76e2b8ee4/src/nlp/parsetext.ts#L426 It parses date as local time instead...