My version of CodiMD is: 1.6.0
I’m hoping to modify the default text shown in the editor after creating a new note.
My version of CodiMD is: 1.6.0
I’m hoping to modify the default text shown in the editor after creating a new note.
As far as I can see the placeholder is currently a non-changeable text in the frontend editor.js. You could change it there, but would need to do so for every release.
Maybe a feature request in the GitHub Repo would be a good idea?
What you can do already is set a default content for a note by replacing a default.md
in ./public
.
This will fill all new notes with the content of this file.