How not to prefix/suffix file names when exporting notes to markdown

When exporting notes as markdown, how can I instruct the app NOT to prefix/suffix the output file names with anything?
By default, the app prefixes file names with dates and suffixes them with some kind of hash values.
I would like the app to name the output files as .md .

macOS version 11.6.5 (20G527)
Inkdrop version 5.5.1 (5.5.1)

Hi Acekay,

Those prefixes and suffixes are to avoid unexpected duplicate filenames.
Customizing the filenames for exported files is not supported at the moment.
It’d be nice to support custom formats for the output filenames.
For now, you can make a custom plugin based on the export-as-markdown plugin to accomplish your need:

1 Like