just made it for myself. Maybe one of you need it too.
## What It Does
- Keeps multiple notebook pages.
- Lets you add, duplicate, rename, delete, and undo-delete pages.
- Autosaves notes to `Saves/PluginData/LeChuck/LeChuckNotebook/notebook.json`.
- Keeps notes available the next time the session plugin is loaded.
- Provides a manual `Save All` button.
- Exports the currently open page as a `.txt` file to `Saves/PluginData/LeChuck/LeChuckNotebook/Exports`.
- Includes an optional draggable on-screen `NB` button.
- The on-screen button opens a small editable panel for the current notebook page.
- The on-screen panel can create a new page or switch to the next page.
## Notes
This is meant as a session plugin, not an atom plugin. It does not depend on a scene or atom and stores its notebook data in VaM's plugin data folder.
Screenshot from VAM: On the left side you see the plugin screen, you can write there etc, on the right side is the floating NB Button, you can place/drag around it on the screen, click on it to open the Notebook Window. You can also write there etc. For the floating NB Button you have to set the checkbox in the plugin screen. have fun.
## What It Does
- Keeps multiple notebook pages.
- Lets you add, duplicate, rename, delete, and undo-delete pages.
- Autosaves notes to `Saves/PluginData/LeChuck/LeChuckNotebook/notebook.json`.
- Keeps notes available the next time the session plugin is loaded.
- Provides a manual `Save All` button.
- Exports the currently open page as a `.txt` file to `Saves/PluginData/LeChuck/LeChuckNotebook/Exports`.
- Includes an optional draggable on-screen `NB` button.
- The on-screen button opens a small editable panel for the current notebook page.
- The on-screen panel can create a new page or switch to the next page.
## Notes
This is meant as a session plugin, not an atom plugin. It does not depend on a scene or atom and stores its notebook data in VaM's plugin data folder.
Screenshot from VAM: On the left side you see the plugin screen, you can write there etc, on the right side is the floating NB Button, you can place/drag around it on the screen, click on it to open the Notebook Window. You can also write there etc. For the floating NB Button you have to set the checkbox in the plugin screen. have fun.