https://atom.io/packages/Sublime-Style-Column-Selection
Enable Sublime style 'Column Selection', allowing you to drag across lines to select a block of text with carets on each line.
| #EXTM3U | |
| # got from: https://stream.frisky.friskyradio.com/ | |
| #EXTINF:-1, FRISKY - The best chillout and downtempo mixes from FRISKY.fm | https://frisky.fm | |
| https://stream.frisky.friskyradio.com/ | |
| #EXTINF:-1, DEEP - The best chillout and downtempo mixes from FRISKY.fm | https://frisky.fm | |
| https://stream.deep.friskyradio.com/ | |
| #EXTINF:-1, CHILL - The best chillout and downtempo mixes from FRISKY.fm | https://frisky.fm |
| [Nemo Action] | |
| Name=Send as Email ... | |
| Comment=Attach selected files to Email | |
| Exec=thunderbird -compose "attachment='%F'" | |
| Icon-Name=thunderbird | |
| Selection=notnone | |
| Extensions=nodirs; | |
| Separator=, | |
| EscapeSpaces=false |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>Button slide Background animation</title> | |
| <style id="jsbin-css"> | |
| .button { | |
| padding: 20px; | |
| border: 1px solid currentcolor; |
| <html> | |
| <style> | |
| .wait { | |
| overflow: hidden; | |
| height: 150px; | |
| width:150px; | |
| } | |
| .circular { | |
| animation: 1.4s linear 0s normal none infinite running rotate; |
| <html> | |
| <style> | |
| .box { | |
| overflow: hidden; | |
| height: 150px; | |
| width:150px; | |
| } | |
| .circular { | |
| animation: 2s linear 0s normal none infinite running rotate; |
https://atom.io/packages/Sublime-Style-Column-Selection
Enable Sublime style 'Column Selection', allowing you to drag across lines to select a block of text with carets on each line.
| /*! | |
| * color conversion | |
| * | |
| * Copyright (c) 2014 Tobias Lindig, Germany | |
| * http://tlindig.de | |
| * License: MIT | |
| */ | |
| var __rgx_strictRgbX = /^(?:rgb|rgba)\s*\(\s*(\d{1,3}),\s*(\d{1,3}),\s*(\d{1,3})(?:,\s*([0|1]|0?\.\d+))?\s*\)/i; // don't accept % values | |
| var __rgx_isHex = /^#/; | |
| var __rgx_hex3 = /^#?([a-f\d])([a-f\d])([a-f\d])$/i; |
| /*global module:false*/ | |
| module.exports = function(grunt) { | |
| "use strict"; //enable ECMAScript 5 Strict Mode | |
| // overwrite platform specific setting get always unix like line feed char | |
| grunt.util.linefeed = '\n'; | |
| // Project configuration. | |
| grunt.initConfig({ | |
| // global properties |
| { | |
| "curly" : true, | |
| "eqeqeq" : true, | |
| "freeze" : true, | |
| "immed" : true, | |
| "latedef" : "nofunc", | |
| "newcap" : true, | |
| "noarg" : true, | |
| "nonew" : true, | |
| "undef" : true, |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>name</key> | |
| <string>TLindig</string> | |
| <key>author</key> | |
| <string>Tobias Lindig</string> | |
| <key>settings</key> | |
| <array> |