Chris Rolfs
Chris Rolfs
That's a good question, I'll investigate further and let you know!
Another part to this question would be, what about unsaved buffers? Can those be supported at all? They don't have a file URI, but the buffer does have an ID......
There's probably a flaw in that logic. Seems that `atom.workspace.open` will actually create the file if it doesn't exist, which is why you did the checking in the first place....
I think this comes from how classes are dynamically added to the element for syntax highlighting! When you add a title, it gets its own class so that it can...
@massic80: it's mostly just a weird coincidence that there is a special style for anything with the "about" class! You can try it with `test cursor:` or `test indent-guide:` or...
So it looks like the only transforms supported are `downcase` and `upcase` in the first-mate library: https://github.com/atom/first-mate/blob/254d43b7a941a7fe63a4ad85a7766108561fec7c/src/pattern.coffee#L3 This means that fixing this particular issue could take a few different paths:...
What sort of behavior happens to the notes when you complete/cancel a task? Does the highlighting change? When archiving a task with a note, what would the expected behavior be...
Thanks, @barmatal! I'll have to take a look at this. Can't make any promises quite yet :)
@HiDeoo: You should consider a pull request so we can review and maybe merge this in! Get it to a state where you think it's really solid and submit the...
Thanks! This is a pretty cool idea. You can sort of get some of this working right now as I am already adding the tag name as a class name...