How do I modify new note text description?

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.
Screenshot_20200424_184913

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?

Thanks, I’ll manually edit it. Here is the github feature request.

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.

1 Like