Begin prototyping a popout text editor for use across multiple sheet types

This commit is contained in:
Oliver-Akins 2024-03-25 20:30:59 -06:00
parent 97af3801c4
commit 71684fcbe9
4 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<form class="dialog--text-editor flexcol">
{{editor
editor.content
target=editor.target
collaborate=editor.collaborate
}}
</form>