multi-line history #238
Unanswered
mactaggart
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all! If I implement multi-line line input as described here: #25 history will treat each line as a separate item. Is there a way to hook/intercept the input action to rewrite history as a single item (ie. one sql query w/newlines removed)? Or is there another recommended approach?
All reactions