You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you want to be able to edit or view Stardown's notepad in its own window? It wouldn't be a full browser window; it would just be the notepad, character count, and a bar at the top with a button that closes the window. Personally, I'm not sure I would use the feature even though I use Stardown's notepad often, but maybe others would find it helpful.
Let me know what you think even if this was posted a long time ago.
Implementation
This feature can probably be implemented using the windows API. I'm guessing it would be a new execution context, separate from the existing sidebar one. If so, when the popout window exists, any extension messages meant for the notepad must be sent to the popout window instead of the sidebar. It might be fine to just always send messages to both.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Would you want to be able to edit or view Stardown's notepad in its own window? It wouldn't be a full browser window; it would just be the notepad, character count, and a bar at the top with a button that closes the window. Personally, I'm not sure I would use the feature even though I use Stardown's notepad often, but maybe others would find it helpful.
Let me know what you think even if this was posted a long time ago.
Implementation
This feature can probably be implemented using the windows API. I'm guessing it would be a new execution context, separate from the existing
sidebarone. If so, when the popout window exists, any extension messages meant for the notepad must be sent to the popout window instead of the sidebar. It might be fine to just always send messages to both.Beta Was this translation helpful? Give feedback.
All reactions