All Projects â†’ albinekb â†’ enhanced-slack

albinekb / enhanced-slack

Licence: other
🌴 PoC Slack enhancer/injector

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to enhanced-slack

geshi-1.1
Next generation of Generic Syntax Highlighter for PHP
Stars: ✭ 70 (+45.83%)
Mutual labels:  syntax-highlighting, highlight
Refractor
Lightweight, robust, elegant virtual syntax highlighting using Prism
Stars: ✭ 291 (+506.25%)
Mutual labels:  syntax-highlighting, highlight
see-cli
A colorful 🌈 cat - syntax highlight print CLI
Stars: ✭ 24 (-50%)
Mutual labels:  syntax-highlighting, highlight
Yii2 Quill
Yii 2 implementation of Quill, modern WYSIWYG editor
Stars: ✭ 52 (+8.33%)
Mutual labels:  syntax-highlighting, highlight
Alfred Hl
🔆 Syntax highlight code in the clipboard
Stars: ✭ 80 (+66.67%)
Mutual labels:  syntax-highlighting, highlight
Highlightr
iOS & OSX Syntax Highlighter.
Stars: ✭ 1,116 (+2225%)
Mutual labels:  syntax-highlighting, highlight
Lowlight
Virtual syntax highlighting for virtual DOMs and non-HTML things
Stars: ✭ 310 (+545.83%)
Mutual labels:  syntax-highlighting, highlight
Geshi 1.0
Original version of Generic Syntax Highlighter for PHP
Stars: ✭ 149 (+210.42%)
Mutual labels:  syntax-highlighting, highlight
go-highlight
A Go (Golang) code syntax highlighting library.
Stars: ✭ 20 (-58.33%)
Mutual labels:  syntax-highlighting, highlight
djangobot
Bridge between Slack and Django, via Channels
Stars: ✭ 66 (+37.5%)
Mutual labels:  slack
slackdeletron
[DEPRECATED] - V3.0 of Slack Deletron
Stars: ✭ 35 (-27.08%)
Mutual labels:  slack
slack neuralyzer
Ruby gem for clean up messages and files on Slack.
Stars: ✭ 58 (+20.83%)
Mutual labels:  slack
vscode-chat
Chat with your team while you collaborate over code using VS Live Share
Stars: ✭ 496 (+933.33%)
Mutual labels:  slack
Stevenson
Stevenson is a Vapor framework designed to build integrations between Slack apps, GitHub, JIRA and CI services (CircleCI).
Stars: ✭ 57 (+18.75%)
Mutual labels:  slack
slack-ascii
ASCII Emoticons for Slack!
Stars: ✭ 15 (-68.75%)
Mutual labels:  slack
syntect server
HTTP code syntax highlighting server written in Rust.
Stars: ✭ 83 (+72.92%)
Mutual labels:  syntax-highlighting
opentype-feature-bundle
Syntax highlighting and snippets for OpenType feature development in TextMate/Sublime Text
Stars: ✭ 35 (-27.08%)
Mutual labels:  syntax-highlighting
captcha-generator
An NPM package to generate captcha images that can be used in Discord bots or various other projects
Stars: ✭ 45 (-6.25%)
Mutual labels:  slack
slack-term
Slack client for your terminal
Stars: ✭ 6,074 (+12554.17%)
Mutual labels:  slack
gmg
Green Mountain Grills web app.
Stars: ✭ 54 (+12.5%)
Mutual labels:  slack

🌴 Enhanced Slack

This is a proof of concept to test the idea of enhancing Slack.app.

Current features:

  • Syntax highlight using highlight.js
  • Double click to edit message

Next up:

  • Hot code reloading (no need to restart Slack.app)
  • Make default features configurable
  • Plugins (inject your own css & js)
  • Documentation

Feel free to PR/open an issue with suggestions/beautifications! 👌

Install

git clone [email protected]:albinekb/enhanced-slack.git
cd enhanced-slack
yarn
yarn run inject

Running inject will:

  • Backup the original app.asar
  • Extract the app.asar archive
  • Add some js to it
  • Re-pack the app.asar

Restart Slack, you should now see syntax highlighting 💅

Remove

yarn run eject

Running eject will:

  • Restore the original app.asar
  • Cleanup build files
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].