What exactly is the attachments feature and how does it work? And how are these saved? Also, what do you mean by 'no WYSIWYG'? Since you render ir in Github Flavoured MD?
You select some files to add to your notes and they get copied to your data directory, a reference to them is also added to the note using Markdown front matter.
> Also, what do you mean by 'no WYSIWYG'? Since you render ir in Github Flavoured MD?
The rendered note is not the editor, the editor let's you actually edit the source. Most other apps instead combine the too and make no distinction between the source and the rendered result, at least as far as the user is concerned.