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 use refactor by levels of headers. However, I want to know how to refactor the content of some headers but not going further from their section. We don't have syntax to tell to Note-Refactor how to do it. Let me explain. You have this text:
# Header A
## Header AA
Text of header A
## Header AB
Text of header AB
Text of header A that should be outside of Header AB when refactor.
## Header AC
Text of header AC
Notice the text Text of header A that should be outside of Header AB when refactor.. How can I get that the plugin refactor doesn't add it to Header AB but remains in Header A?
SOLUTION
I think that this plugin should have a syntax to assign the end of the previous level. I was thinking on something like:
# Header A
## Header AA
Text of header A
## Header AB
Text of header AB
## -end
Text of header A that should be outside of Header AB when refactor.
## Header AC
Text of header AC
Notice the ## -end. The plugin should skip the text from that to the next header. And, when doing the refactor, ideally it should delete those # -end auxiliar headers.
The text was updated successfully, but these errors were encountered:
PROBLEM
I use refactor by levels of headers. However, I want to know how to refactor the content of some headers but not going further from their section. We don't have syntax to tell to Note-Refactor how to do it. Let me explain. You have this text:
Notice the text
Text of header A that should be outside of Header AB when refactor.
. How can I get that the plugin refactor doesn't add it to Header AB but remains in Header A?SOLUTION
I think that this plugin should have a syntax to assign the end of the previous level. I was thinking on something like:
Notice the
## -end
. The plugin should skip the text from that to the next header. And, when doing the refactor, ideally it should delete those# -end
auxiliar headers.The text was updated successfully, but these errors were encountered: