DevNote
A downloadable tool
A minimalist note-taking app for ClockworkPi DevTerm, inspired by the DevTerm demonstration editor.
Status | Released |
Category | Tool |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | Nono Kros |
Made with | Godot, GIMP |
Tags | Minimalist, Retro |
Code license | BSD 3-clause 'New' or 'Revised' License |
Asset license | Creative Commons Attribution_NonCommercial v4.0 International |
Average session | A few minutes |
Languages | English |
Inputs | Keyboard |
Links | Source code |
Download
Download
DevNote for DevTerm 43 MB
Version 7 Jan 28, 2022
Development log
- Update v1.04Nov 09, 2021
- Update v1.01Nov 08, 2021
- Source is now available on GitLabNov 08, 2021
Comments
Log in with itch.io to leave a comment.
I had a look at the code, but I'm not familiar with Godot Script. Are the notes saved in files, so I can open them in another application? Would be useful.
save_path = "user://notes.json"
looks like files are only saved internally? Would be great to have an "export" option.
Otherwise great looking minimalistic note taker.
You should be able to run the .pck file or the source code using the Linux version of Godot 3.3.4 without any problem.
But I wouldn't recommend it since the resolution of this app is stuck at 1280*480, which is not suitable for any other monitor than the one on DevTerm, it's more of a proof-of-concept thing than a practical app.
Anyway here is the Linux test build:
https://drive.google.com/file/d/1qbzmeP2ksO3QOa6Qofxgi9W1adM1u71K/view?usp=shari...