[Feature Request] Allow Banners to show on edit mode
Not sure if possible! but it would be a great feature if you could make the banners plugin work in edit mode!
I looked into this and it's going to be a pain to do. CodeMirror has a lot of layers, some which scroll, and some that don't. There's no great place to put a banner like that, assuming the goal is to span the entire width of the pane. The closest I could come is this:

That gap is due to the line gutters which I would have to mess with the z-index of in order to get to go away. Messing with the z-index of codemirror elements is a bad idea so I can't currently figure out a good way to do this.
ah! i believe this was fixed in discord recently with css
yeah, it's still going to be a pain but I can probably hack something together :)
In case you miss it in the Discord chat

wow!! you did it ! amazing , just like notion!