• Hi Guest!

    We have posted a new VaM2 dev log on Patreon, starting a monthly cadence of written progress updates between Beta releases. Highlights include the new Gizmos System, Selection Carousel, and Modes System with Context-Specific Editing. Beta1.2 is 15 of 21 items complete.

    Read the full post on Patreon, or follow progress on the public Trello roadmap.
Notebook - Lightweight session plugin

Plugins + Scripts Notebook - Lightweight session plugin

Download [<1 MB]

LeChuck99

Active member
Joined
Apr 5, 2021
Messages
95
Reactions
97
LeChuck99 submitted a new resource:

Notebook - Lightweight session plugin - A simple notebook for jotting things down, as session plugin.

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

Read more about this resource...
 
Is there a limit to how many pages that can be created?
nope. there is no limit hardcoded. I dont think thats a problem. If someone would encounter some weird limit problems because of unity, then i will put a limit inside. But i think, its minimum somewhat after thousands of pages.
the whole thing is only a lightweigth notepad, not a resource hungry Office Package. ;) But you can test it and drop e.g. lord of the rings inside. :)
However, If you run into some issues. Feel free to contact me, so i can fix it.
 
Back
Top Bottom