Acidham / alfred-markdown-notes

Alfred Markdown Notes management
126 stars 16 forks source link

Change note title #5

Closed simeond closed 4 years ago

simeond commented 4 years ago

Hello. This is a really great workflow!

I am trying to figure out a way of creating notes that save with the title "{date}_{title}.md" I couldn't see where I can change that

Acidham commented 4 years ago

The placeholders are currently only supported in the MD Note. The Title will be replaced on when note is created but this does not influence the file name with date placeholder.

simeond commented 4 years ago

Ok, I think I misunderstood. I thought the title formed the file name. I guess my question is more - how do I get the file name to be "{date}_{title}.md"?

Acidham commented 4 years ago

Just Type 'mdc 03.09.2020 MyTtile' this creates a document with the filename 03.09.2020 MyTtile.md with Title (heading 1) "03.09.2020 MyTtile"