diff options
author | Alexander_Kabui | 2024-10-15 10:52:40 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-10-15 10:52:40 +0300 |
commit | b89795b37d845ef4a15c24c53784b4cf51e6a565 (patch) | |
tree | bfdb2917765b7007a7a64cf7bbc0b0840a1f63bc /topics | |
parent | 48826bd04c4539619dc46f414fe565574e62f5d8 (diff) | |
download | gn-gemtext-b89795b37d845ef4a15c24c53784b4cf51e6a565.tar.gz |
Update docs on using terminal emulator:
Diffstat (limited to 'topics')
-rw-r--r-- | topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi b/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi index 76c52dd..ce9c0dc 100644 --- a/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi +++ b/topics/lmms/rqtl2/gn-rqtl-design-implementation.gmi @@ -63,6 +63,9 @@ This will involve: ## Additional UI Considerations We need to rethink where to output the external process logs in the UI. Currently, we can add flags to the URL to enable this functionality, e.g., `URL/page&flags&console=1`. +Also the design suggestion is to out the results in a terminal emulator for +example xterm +See more: https://xtermjs.org/ ### Current Design Suggestions: #### With HTMX, offer a split screen |