-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Improving Inline Tasks Support #5
Comments
Okay, so for now the only feature planned for inlinetasks is adding the leading bullet for org-inlinetasks, meaning the first "*" is displayed in a special way. This includes:
Sounds good? |
Also, only the *first* bullet of an inlinetask is special, not the second.
Alrighty, this took long enough to put on the schedule, but I believe this is gonna be addressed in |
Man, that was kind of a trip to implement, there was actually a surprising amount of complexity to consider, since Indent, Inlinetask and Superstar all interact, with Superstar having to mess with both packages unobtrusively. I think this will require some testing. |
Added various functions and custom variables to accomodate new feature. This is the first step towards addressing issue #5. Moved org-superstar-remove-leading-stars to a more appropriate location.
Originally posted by @alphapapa in #3 (comment)
I thought it may be a good idea to make this it's own issue. I'll get to it sometime soon!
The text was updated successfully, but these errors were encountered: