You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently installed Boop (very cool, by the way), and tried to write an extension for stripping newlines intelligently (preserving paragraphs and indentation). I didn't want to (substantially) complicate the code to handle an obscure corner case related to trailing whitespace, as I assumed Boop could remove trailing spaces already.
When I enter trim in the search-bar, only Trim (trim leading and trailing whitespace) shows up in the list. There're no options for only removing leading or trailing spaces. Furthermore, when I run Trim, nothing happens (at all). I tried selecting text - everything I could think of, and nothing worked.
I only knew that Boop supported all three trim functions because the PR came up when I searched for issues before opening this. There may be other functions that are missing from the list??
Note: I haven't installed my extension yet (I was developing it in the browser, so it'd be mostly done when I copied it to Boop). The only thing I've done is change the extensions directory (to ~/Projects/boop). That directory is empty (ignoring hidden system files).
The text was updated successfully, but these errors were encountered:
I recently installed Boop (very cool, by the way), and tried to write an extension for stripping newlines intelligently (preserving paragraphs and indentation). I didn't want to (substantially) complicate the code to handle an obscure corner case related to trailing whitespace, as I assumed Boop could remove trailing spaces already.
When I enter
trim
in the search-bar, only Trim (trim leading and trailing whitespace) shows up in the list. There're no options for only removing leading or trailing spaces. Furthermore, when I run Trim, nothing happens (at all). I tried selecting text - everything I could think of, and nothing worked.I only knew that Boop supported all three trim functions because the PR came up when I searched for issues before opening this. There may be other functions that are missing from the list??
Note: I haven't installed my extension yet (I was developing it in the browser, so it'd be mostly done when I copied it to Boop). The only thing I've done is change the extensions directory (to
~/Projects/boop
). That directory is empty (ignoring hidden system files).The text was updated successfully, but these errors were encountered: