Skip to content

Instantly share code, notes, and snippets.

View aris9ian's full-sized avatar
🏠
Working from home

aris9ian

🏠
Working from home
View GitHub Profile
@huynhsamha
huynhsamha / hide-froala-license.css
Last active May 23, 2022 07:02
Hide Froala license correctly without crashing editor after 11 times
div.fr-wrapper>div>a {
/* display: none !important; */
/* position: fixed; */
/* z-index: -99999 !important; */
font-size: 0px !important;
padding: 0px !important;
height: 0px !important;
}
@vincentmac
vincentmac / sublime-text-osx-context-menu.md
Created September 25, 2013 18:03
Sublime Text OSX Context Menu

Add Sublime Text to OS X Context Menu

  • Open Automator
  • Create a new Service
  • Add a Run Shell Script action
  • Set input to Service receives selected files or folders in any application
  • Set the script action to /Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl -n $@
  • Set Pass input to as arguments
  • Save as Open in Sublime Text