Wojtek Siudzinski
Wojtek Siudzinski
That would be really nice! How would you like to add this UI? The default Atom config UI won't allow such a complex interface if I recall correctly.
@abdurrhmanFaid hmm I can't reproduce this. Could you try reinstalling both `tool-bar` and `tool-bar-main`?
@egor230 you can use Ryo's [`flex-tool-bar`](https://atom.io/packages/flex-tool-bar) that allows you to add arbitrarily buttons 😊
Hmmm can you try reinstalling the package? Looks like it got corrupted somehow
Custom button types (dropdown, checkbox, radio) are definitely something that tool-bar should support. :+1:
The package which adds the button should take care of updating its state i.e.: ``` consumeToolBar: (toolBar) -> @toolBar = toolBar 'your-package-name' # Adding button @toggleButton = @toolBar.addButton icon: 'octoface'...
I would say that the best approach would be to create PR for package you want to control with toolbar support (in this case `markdown-preview`) instead of having a separate...
I played around with [`mix-blend-mode`](https://developer.mozilla.org/en-US/docs/Web/CSS/mix-blend-mode) to make the separator always brighter than the background. `screen` mode does work but it doesn't look nice IMO: I think the best way is...
There should probably be also a way to programmatically update the selected item, for example, if another part of the package modified the value.
Hi Wojtek! It is true, we haven't spent a lot of time recently on maintaining this package (I tried to clear up some PRs and issues in the past month)....