KevinBatdorf / obsidian-raycast

Raycast extension with commands for the note taking app Obsidian.
MIT License
106 stars 19 forks source link

Feature request: Add a template frontmatter setting to the create new note command #88

Open Perchycs opened 2 months ago

Perchycs commented 2 months ago

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!

KevinBatdorf commented 2 months ago

If 'fill form with defaults' is disabled, the default value is overwritten when adding content.

Do you think this is a bug? Where the content should show be there? Seems like it could be to me.

Perchycs commented 2 months ago

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.