subframe7536 / maple-font

[try V7!] Maple Mono: Open source monospace font with round corner, ligatures and Nerd-Font for IDE and command line. 带连字和控制台图标的圆角等宽字体,中英文宽度完美2:1
SIL Open Font License 1.1
4.41k stars 62 forks source link

add `[todo]` in `ss02` #134

Open mrjones2014 opened 10 months ago

mrjones2014 commented 10 months ago

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 commented 10 months ago

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 commented 10 months ago

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

subframe7536 commented 10 months ago

how about adding [todo] variants in ss02 ?

mrjones2014 commented 10 months ago

That would be much appreciated!

subframe7536 commented 6 months ago

in V7 beta2, [TODO] will effect by default

rickalex21 commented 5 months ago

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

Thanks

subframe7536 commented 5 months ago

@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