98ahni / Resonate

A timing tool for ECHO
https://98ahni.github.io/Resonate-App/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add functionality for pasting into RawText and creating a new file #32

Open 98ahni opened 4 months ago

98ahni commented 4 months ago

When pasting text into RawText when there is no .txt file a file should be created with the name of the folder or audio file. Maybe the new Google drive scope could allow for it there as well?

Also implement the paste command.

98ahni commented 4 months ago

Copy/Pasting now implemented.

98ahni commented 4 months ago

Copy/Pasting reimplemented as Javascript event-based instead of relying on Dear ImGui's interpretation of what a shortcut is.