Skip to content
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

add [todo] in ss02 #134

Open
mrjones2014 opened this issue Oct 10, 2023 · 7 comments
Open

add [todo] in ss02 #134

mrjones2014 opened this issue Oct 10, 2023 · 7 comments
Labels
feature New feature or request V7 already fixed in V7 Beta

Comments

@mrjones2014
Copy link

Why does [todo] not work but [todo) does, when all the other ones like [trace], [debug], etc. all work with square brackets on both sides?

Can [todo] be added so its rounded on both sides like all the others?

@subframe7536
Copy link
Owner

when using this font in Jetbrains' IDE, it wont work with [todo] at comments, the variants is broken by highlight and only variants after 'todo' will effect, so i choose to use todo))

to make it intuitive, the variant is round at one side

also, it is just my personal preference🐶

@mrjones2014
Copy link
Author

I'm not using JetBrains. I'm using Neovim in Wezterm. Would [todo] work there?

@subframe7536
Copy link
Owner

subframe7536 commented Oct 10, 2023

how about adding [todo] variants in ss02 ?

@mrjones2014
Copy link
Author

That would be much appreciated!

@subframe7536 subframe7536 added the feature New feature or request label Oct 10, 2023
@subframe7536 subframe7536 changed the title Inconsistent tag ligatures? add [todo] in ss02 Oct 10, 2023
@subframe7536
Copy link
Owner

in V7 beta2, [TODO] will effect by default

@subframe7536 subframe7536 added the V7 already fixed in V7 Beta label Mar 11, 2024
@rickalex21
Copy link

Is there a way to change the todos? I usually use my todos like this:

  • TODO 1: Important work on this asap.
  • TODO 2: Medium priority
  • TODO: Someday I will work on this.
  • FUTURE: Perhaps in the future I will implement this. More like YAGNI.

Thanks

@subframe7536
Copy link
Owner

@rickalex21 Initially, all the tags are designed for better rendering todos in IDEA, so there will be todo and fixme tag. future cannot be recognized as valid todo in IDEA, so it will not be implemented.
For todo serials, I think multi-level todo tags should be implemented by the user, not by the font itself. Maybe a better way to render todo is needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request V7 already fixed in V7 Beta
Projects
Status: Done
Development

No branches or pull requests

3 participants