Taylor Dickson
Taylor Dickson
I'm also looking into this, it seems that there's no graceful way of trying to create a TFolder object for the a specified directory, I also tried: app.fileManager.getNewFileParent("Journal") but the...
Personally I think Spike should leave the Adobe implemented UX and shift to more native swift project, but more documentation is a good first step.
Whoops, I guess I was really tired when I wrote this. I've edited it.
Also chiming in and I'm getting the same error on my unit, model number LW1517IVSM. Everything seems to be as @DataFran provided. It seems that since Homekit only provides: Auto...
I'd also like to see an option where I can hide the countdown clock for something a little more ADHD friendly
Still bugged, I was just about to open another issue about this, my title would have been: "*Gantt Chart: Task `Until` Renders Incorrectly when Using `Excludes`*" ## Code: ``` gantt...
I'm also seeing this on my desktop version of VS Code, what extensions do you have setup? I tried looking at my logs and I'm not seeing anything super glaring.
You can do this with Templater syntax: ```markdown --- title: "{{VALUE:subject}}" creation_date: "{{VALUE:entry_date}}" tags: "{{VALUE:tags}}" type: "journal_entry" --- ## {{VALUE:subject}} {{VALUE:entry}} ``` The if is broken across lines note that...
Thanks for the catch on the `ProcessFrontMatter`, I did end up adding an `await` there, `getFileByPath` is syncronous. ```js for (let page of dvLocationGroup.rows.values){ console.log("Setting current = false for:", page.file.path);...
Interesting, I did watch your video and it should work on first time entries, but it should be using dataview to pull that information from the previous 'Home' entry in...