From 0478bf7c4d09cbeb8393f50c9de49cba8b99eb96 Mon Sep 17 00:00:00 2001 From: Robert Johnson Date: Mon, 26 May 2025 11:07:50 -0400 Subject: [PATCH] Added future ideas. --- Home.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..f444b0a --- /dev/null +++ b/Home.md @@ -0,0 +1,10 @@ +# Future Release Ideas + +## Creating a combat log in markdown +So I can store them in my session notes. + +## Additional interface themes. +Ideally I only need three, Plain, Fantasy and Sci-fi. (I don't really care for the way it looks right now.) + +## User authentication / hosting / deployment. +Right now, the app needs to run locally (not ideal), or deployed via docker. Which is up to the user (DM). It would be nice to offer a 1-click deploy in a chosen environment (Netlify / Digital Ocean Droplet / ?) \ No newline at end of file