You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to make this work for a while, and as far as I can tell there isn't a way to achieve what I want easily.
Current Workflow
I have been using the extension to quickly create a 'fleeting note' which I can quickly fill the content of using the form for the create new note command. This works great!
Issue
I am wanting to add a 'created_date' field as frontmatter, because dataview's 'file.cdate' doesn't work well when syncing notes across multiple devices. The 'cdate' reflects the file's creation date on each device (ie. when it was synced to that device), which can differ from the actual note's creation date.
Current Limitations
Using the 'default note content' option:
If 'fill form with defaults' is enabled, the default frontmatter appears in the content box, which ends up looking cluttered.
If 'fill form with defaults' is disabled, the default value is overwritten when adding content.
Adding tags via the form results in the default frontmatter being added after the tags, causing formatting issues (example here).
New Setting: Add a 'text to append to the beginning of the note' option, allowing users to input frontmatter or initial text (e.g., a templater command). This could function like the similarly named option for the 'append task' command. Tag Handling: Ensure that any tags selected in the form are integrated into this frontmatter, avoiding multiple frontmatter blocks. This might reduce the relevance of the 'default tags' setting, as users can add a 'tags: [your_tag]' field in the appended text.
Thanks so much, really appreciate the work you have done to create & improve this extension, it is such a useful addition to Obsidian!
The text was updated successfully, but these errors were encountered:
Hard to say, I feel like it was intended like that, as it is the 'default' content, so if you create a note with nothing in the content field, then the default content will be selected.
Makes sense to have this for a default note title, though I am not sure it necessarily makes as much sense with the note content, as I can't see any use for creating a note with the same default content.
I've been trying to make this work for a while, and as far as I can tell there isn't a way to achieve what I want easily.
Current Workflow
I have been using the extension to quickly create a 'fleeting note' which I can quickly fill the content of using the form for the create new note command. This works great!
Issue
I am wanting to add a 'created_date' field as frontmatter, because dataview's 'file.cdate' doesn't work well when syncing notes across multiple devices. The 'cdate' reflects the file's creation date on each device (ie. when it was synced to that device), which can differ from the actual note's creation date.
Current Limitations
Using the 'default note content' option:
Using the feature introduced from #14
Feature Requests
New Setting: Add a 'text to append to the beginning of the note' option, allowing users to input frontmatter or initial text (e.g., a templater command). This could function like the similarly named option for the 'append task' command.
Tag Handling: Ensure that any tags selected in the form are integrated into this frontmatter, avoiding multiple frontmatter blocks. This might reduce the relevance of the 'default tags' setting, as users can add a 'tags: [your_tag]' field in the appended text.
Thanks so much, really appreciate the work you have done to create & improve this extension, it is such a useful addition to Obsidian!
The text was updated successfully, but these errors were encountered: