Skip to content

Note severity - #13

Open
canadaduane wants to merge 2 commits into
tkrkt:masterfrom
canadaduane:note-severity
Open

Note severity#13
canadaduane wants to merge 2 commits into
tkrkt:masterfrom
canadaduane:note-severity

Conversation

@canadaduane

Copy link
Copy Markdown

Fixes #7

Comment thread src/decorator.ts
);
break;
default:
if (showGutterIcon) {

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if this is the right behavior. I can see two possibilities:

  • the showGutterIcon setting should be absolute & final, i.e. NO gutter icons whatsoever
  • OR the showGutterIcon should be for default icons. If the user adds severity hashtags in the note, the presence of the tag overrides the showGutterIcon setting.

I've implemented the latter.

@canadaduane

Copy link
Copy Markdown
Author

There is currently a bug in this PR that makes all notes the color of the highest severity note :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: note importance

1 participant