Quinn McHugh
Quinn McHugh
Got the same error. Creation of the course's folder hierarchy works great, but have yet to successfully download any videos. 
The ability to navigate to one object by clicking on another would be great for my use case. I'm looking to create a high-level system architecture diagram based on the...
Second this. Similarly, I don't believe there's a way to add an event that's on "every second Monday of the month", for example. I would like to track when Mother's...
Hi @kochrt, I began working on a [prototype Obsidian plugin](https://github.com/quinn-p-mchugh/obsidian-markwhen) to support rendering of Markwhen syntax using a custom code block (happy to migrate this `mark-when` GitHub organization if you'd...
> My argument is this: If there is - as there seems to be - a strictly defined markdown-language used by the markwhen parser to describe every event that should...
> Why should dataview come into play at all? > > With a dataview query like you describe, the plugin would have to search for everything that meets the conditions...
> I wouldn't recommend the triple backtick syntax to try to embed into a markdown document. While code blocks aren't supported in markwhen yet, I think they will be eventually,...
Hey folks - quick update here. I haven't really done anything with the [prototype Obsidian plugin](https://github.com/quinn-p-mchugh/obsidian-markwhen) since early April. Please feel free to fork if you have time to help...
@MSBack Just a couple lines of code written. [See commit history here](https://github.com/quinn-p-mchugh/obsidian-markwhen/commits/master).
Thanks @Acylation! Please see these comments some relevant resources and commentary: - https://github.com/mark-when/markwhen/issues/103#issuecomment-1518055333 - https://github.com/mark-when/markwhen/issues/103#issuecomment-1511825198 Specifically: - [Text-based file formats | Obsidian Plugin Developer Docs](https://marcus.se.net/obsidian-plugin-docs/tutorials/text-based-file-formats) > You can do what...