Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kreaytore/gonote
An in-engine Godot notepad that allows you to quickly write down and save notes about your project for you to revisit later!
https://github.com/kreaytore/gonote
addon game game-development gdscript godot godot-engine godot-tool godot4 kreaytore plugin quality-of-life
Last synced: 7 days ago
JSON representation
An in-engine Godot notepad that allows you to quickly write down and save notes about your project for you to revisit later!
- Host: GitHub
- URL: https://github.com/kreaytore/gonote
- Owner: kreaytore
- License: mit
- Created: 2024-12-14T06:54:36.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T06:40:29.000Z (about 2 months ago)
- Last Synced: 2024-12-27T07:27:37.519Z (about 2 months ago)
- Topics: addon, game, game-development, gdscript, godot, godot-engine, godot-tool, godot4, kreaytore, plugin, quality-of-life
- Language: GDScript
- Homepage:
- Size: 190 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GoNote
An in-engine Godot notepad plugin that allows you to quickly write down and save notes about your project for you to revisit later!By: [@Kreaytore](https://x.com/kreaytore)
![An image of GoNote's Home Tab](git_pics/Home.jpg)
## What does GoNote do?
GoNote is a Godot Plugin that adds an in-engine notepad. You can quickly write down and save notes that you create.## Note Tabs
![GoNote Tabs Example](git_pics/Tabs.jpg)## Installation
1. Create an `addons` folder in your project.
2. 2a: Create a `GoNote` folder inside `addons`. 2b: Or, instead of 2a, if you downloaded the .zip from this git, move the `GoNote-main` folder from the .zip file into your `addons` folder, **and delete the *-main* part of *GoNote-main* filename! This *-main* will cause issues!!!**
3. Copy all of the files from this git into the `GoNote` folder (if you didn't do the 2b method).
4. Enable GoNote in `Project Settings > Plugins`.
5. **RESTART YOUR ENGINE.**This is how your addons folder should look:
```
res://
addons
GoNote
```**Remember, if you downloaded the .zip from git, and your file says `GoNote-main`, you need to delete the *-main* part of the filename. Otherwise, issues will occur, and the plugin won't work!**
Thank you for installing!