Is there a notepad addon for godot

I am a hobbyist gamedev. I do it because I enjoy it not to get paid. I have a day job. So sometimes I may start a project and work on it for a few hours. Shut down Godot then weeks or months later come back to that project and forget what I did.

In blender I use the text editor window to make notes to myself every time I do something with a file. And just save the note with the file. Is there some type for godot addon that does the same thing ?
I found that time tracker addon and I love it . It records how much time I have spent on various parts of a project. But that does not exactly tell me WHAT I did only how much time I spend doing it.
e
I know I could just use windows notepad and save a txt file in the res folder. But I am looking for something tntegrated with Godot itself. I know I could use the script editor to make a fake script but that would require a fake node to attach the note script to. And I am pretty sure I would have to start each line off with a # to make a comment or the Godot editor would think that the note script is actual GDSCRIPT executable code.

Above the code editor window there is a menu bar; File, Edit, Search, Go To, Debug.
Under File is New Text File
Shortcut default is Ctrl Shift N

2 Likes

You can create and open txt files as @sancho2 said, but maybe a kanban board would help too? There’s a plugin available in the AssetLib for this

Thanks. Though I had to Google to find out what “Kandan” was ?