We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
with this markdown text originally:
# hello this is a text # title 2 this is another text
saying chuck section row one, we get:
chuck section row one
# title 2 this is another text
notice the 2 spaces above title 2. NOTE: the same result happens when saying change section row one.
title 2
change section row one
saying chuck section row one, I would expect it to delete the trailing lines, similarly to deleting a function on some language like Python
The text was updated successfully, but these errors were encountered:
Can't decide whether this one warrants its own issue. See #855 (comment)
Sorry, something went wrong.
Migrating markdown scopes (#2489)
6984b1a
Fixes #2378 ## Checklist - [x] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [/] I have not broken the cheatsheet
I believe this is still broken if you chuck the last section
A couple of trailing empty lines in the document is fine. Any decent code formatter will take care of that
AndreasArvidsson
Successfully merging a pull request may close this issue.
with this markdown text originally:
saying
chuck section row one
, we get:notice the 2 spaces above
title 2
. NOTE: the same result happens when sayingchange section row one
.saying
chuck section row one
, I would expect it to delete the trailing lines, similarly to deleting a function on some language like PythonThe text was updated successfully, but these errors were encountered: