Feat: Implement ability to create notes at new paths, Introduces the …#76
Feat: Implement ability to create notes at new paths, Introduces the …#76soymh wants to merge 3 commits intoDeabLabs:mainfrom
Conversation
…`++@` syntax for reference nodes to create notes at entirely new, non-existent paths within the vault, including automatic folder creation.
|
Heyo! I took a look at the PR and I think its a good idea to handle creating the folder when needed. But I think it might be better to just add the new-path creation into the normal note-creation syntax, rather than add another syntax thing (ive accumulated too many syntax things to remember). What do you think? Are there reasons you were thinking to have an explicit option to create the new path or just have the normal note creation logic make the path automatically? Thanks! |
|
Hey! Yeah, I considered that too; before I made the commits; and I was going to make the syntax same as the normal note creation. I don't no if I made the purpose clear :) but that is why I didn't made all new/existing path logic into one syntax. Thanks to you too! |
|
That was my one argument in favor of your change too, I buy it personally, especially because LLMs are non-deterministic and can make a mess of your vault if you aren't careful |
|
Makes sense to me! I'll merge this in tomorrow |
|
Hey guys! |
|
Sorry for the wait here, my bad. I'll see about merging this in this weekend. Just need to make sure I understand that process a bit more. |
Thank you |
|
Underestimated holiday stuff a bit, but I'll definitely have time this coming weekend, for real this time lol |
Hi
Previous PR has been closed due to heavy conflicts.
These commits introduce an update for group iteration methods and new directories file processing:
1-The
{{#}}syntax in groups can now be used in conjugate with note creation: Using this syntax now allows for creating new notes based on the current loop number.2-The new
{{++@NoteName}}syntax now can be used to create notes in New Directories; Just by passing the desired New Dir into the Reference{{++@NoteName}}Node.Hoping this new PR is ready to be merged.
Thanks!