Riccardo
Riccardo
I am not against adding it into Foam for a coherent experience, even if strictly speaking I wouldn't say this falls within Foam's scope, but more within a VS Code...
As a reference, markdown-it already has a plugin that supports admonitions, although these use a different syntax: https://github.com/commenthol/markdown-it-admon This is one of the reasons why I am hesitant in having...
Can you give an example? If you are changing the folder name, the file name doesn't change, so there is no need to update other links. Are you referring to...
So yeah, that's a Foam Identifier (important to note, as this is no longer standard markdown). Currently such limitation to the refactoring process exists, I realize it's not properly advertised...
If you don't provide a file path Foam will ask for a title to name the file - have you tried that?
> I guess I was hoping for a way to open a new VS Code editor (tab) with the contents of the template evaluated by Foam without it being saved...
The problem is in `tagsPlugin` in `markdown-parser.ts`, because the info we get from the YAML doesn't give us the specific tag location (so we use the full YAML block as...
I think there is value in thinking of attachments as "anything that is not a note". It might make more sense than the current approach of explicitly listing the "valid"...
This is interesting, there was a conversation about this on Discord as well: https://discord.com/channels/729975036148056075/729975036664086560/1049379410228301935 A few notes: - I am wondering whether explicitly linking to a directory by appending the...
That's interesting, do you have a reference for that chain of defaults?