Earlier quoted context omitted.
Something something Steve Jobs
See, Steve Jobs could get away with this because he was exceptionally good at making the right choices, at least in the later part of his life. When others try to emulate him, it doesn't go as well.
Disable new Slack WYSIWYG editor with this bookmarklet
81–90 of 110 posts
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#82Earlier quoted context omitted.
I don't understand the point of electron for applications whose functionality is entirely dependent on being online anyway. At that point, just use a browser as it's one fewer item to install. Is the Electron version of Slack capable of anything beyond the browser version?
You can include native code in Electron apps. I am not sure it is actually needed in any of the messaging Electron apps (Slack, Discord), but the capability is there. My favorite Electron app is Balena Etcher. It is "dd" but uses 200MB of RAM. It is AMAZING.
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#83I don't use slack so the issue isn't on my radar, but if this has made it to the top of HN.... I guess Slack reeeealy effed up.
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#84That is all.
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#85Earlier quoted context omitted.
Some users prefer having a separate app with its own icon and window instead of another tab in a browser. It keeps things Separate
This is all I want from an electron app, and is basically the main reason I really want PWAs to take off.
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#86Earlier quoted context omitted.
You can just create a shortcut with a custom icon that opens slack in a new browser window then.
Missing the point. I don't want it in my browser. My browser is used for reference materials and things like that. My chat app is its own separate thing and easily switched to.
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#87Earlier quoted context omitted.
I don't understand the point of electron for applications whose functionality is entirely dependent on being online anyway. At that point, just use a browser as it's one fewer item to install. Is the Electron version of Slack capable of anything beyond the browser version?
Some users prefer having a separate app with its own icon and window instead of another tab in a browser. It keeps things Separate
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#88Earlier quoted context omitted.
You can include native code in Electron apps. I am not sure it is actually needed in any of the messaging Electron apps (Slack, Discord), but the capability is there. My favorite Electron app is Balena Etcher. It is "dd" but uses 200MB of RAM. It is AMAZING.
> You can include native code in Electron apps. I am not sure it is actually needed in any of the messaging Electron apps (Slack, Discord), but the capability is there. Discord has options for streaming your game to others, identifying running processes to display games as your status, downloading and launching games, and displaying a chat overlay on top of external game processes. Some of those can be accomplished i…
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#89Earlier quoted context omitted.
Try quitting Slack and just running this from the console. It worked for me: export SLACK_DEVELOPER_MENU=true open /Applications/Slack.app
Instead of using open you can just run the binary inside Slack.app directory: SLACK_DEVELOPER_MENU=true /Applications/Slack.app/Contents/MacOS/Slack
Re: Disable new Slack WYSIWYG editor with this bookmarklet
#90Earlier quoted context omitted.
Try quitting Slack and just running this from the console. It worked for me: export SLACK_DEVELOPER_MENU=true open /Applications/Slack.app
Instead of using open you can just run the binary inside Slack.app directory: SLACK_DEVELOPER_MENU=true /Applications/Slack.app/Contents/MacOS/Slack