Auto-upload to websites¶
Setup¶
I encourage you to follow the installation instructions first.
Usage¶
Notes are created with a YAML field called share. It is set to false by default. Change it to true.
Then select the command Upload filename to DEFAULT from the More options at the top right of your note.
Wait a little bit and your note will be uploaded to your website along with its attachments.
The posts will be sent to the content/post folder and the attachments to the content/images folder.
Automated conversion regex¶
I configured some regex to convert my notes to Hugo's markdown format.
Images :
/!\[\[([^[\]]+)\]\]/gi → 
Other notes links :
/\[\[([^|\]]+)\|([^\]]+)\]\]|\[\[([^\]|]+)\]\]/gi → [$2$3]({{< ref "$1$3" >}})