From 473a04e91137e2087ec12b625878041484cd9c70 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 23 Aug 2024 02:26:28 +0200 Subject: [PATCH] feat: ai generation for notes --- icons.css | 2 +- index.html | 30 ++++++++++++- modules/ui/ai-generator.js | 86 ++++++++++++++++++++++++++++++++++++++ modules/ui/notes-editor.js | 20 +++++++++ versioning.js | 6 +-- 5 files changed, 139 insertions(+), 5 deletions(-) create mode 100644 modules/ui/ai-generator.js diff --git a/icons.css b/icons.css index ae40ee00..4740f091 100644 --- a/icons.css +++ b/icons.css @@ -253,7 +253,7 @@ .icon-coa:before {content:'\f3ed'; font-size: .9em; color: #999;} /* '' */ .icon-half:before {font-weight: bold;content:'½';} .icon-voice:before {content:'🔊';} - +.icon-robot:before {content:'🤖';} .icon-die:before {content:'🎲';} .icon-button-die:before {content:'🎲'; padding-right: .4em;} .icon-button-power:before {content:'💪'; padding-right: .6em;} diff --git a/index.html b/index.html index 777e6f94..a7b72f41 100644 --- a/index.html +++ b/index.html @@ -4921,6 +4921,7 @@
+
+ +