RedMosquitoMM + text 52
Tumblr Markdown Preview | Sublime Text 2
8 weeks ago by RedMosquitoMM
Blake Anderson fork.
text
editor
sublime
tumblr
blog
8 weeks ago by RedMosquitoMM
GlueViews Plugin — Bitbucket
9 weeks ago by RedMosquitoMM
Links multiple views together and moves it by the same amount the active view has been moved.
text
editor
sublime
markdown
9 weeks ago by RedMosquitoMM
ProFont for Windows, for Macintosh, for Linux
9 weeks ago by RedMosquitoMM
Did you ever see a font which is as readable as this one?
At such a small size?
font
fonts
linux
programming
typography
text
editor
At such a small size?
9 weeks ago by RedMosquitoMM
Valletta : Markdown Editor
11 weeks ago by RedMosquitoMM
Valletta is the first single-pane Markdown editor. Valletta's unique Combined View displays only the line under the cursor as Markdown source, and it displays the rest in "marked-down" form. This makes Valletta a beautiful and distraction-free Markdown Editor that doesn't waste your precious screenspace with an unnecessary preview pane.
text
editor
markdown
osx
1TW
11 weeks ago by RedMosquitoMM
Sublime Text linux command « odds'n'sods
february 2012 by RedMosquitoMM
The Sublime Text 2 has docs for linking the app to the command line in OS X.
Doing the same for linux is almost identical:
$ sudo ln -s /home/ed/apps/sublime_text_2/sublime_text /usr/bin/subl
text
editor
command
line
linux
ubuntu
mac
Doing the same for linux is almost identical:
$ sudo ln -s /home/ed/apps/sublime_text_2/sublime_text /usr/bin/subl
february 2012 by RedMosquitoMM
Etched effects in Photoshop - Matt Gemmell
february 2012 by RedMosquitoMM
It’s exceptionally easy to create an etched effect, since we only need to replicate two aspects of how shapes look in the real world when they’re cut into a surface:
- The natural shadows inside the cut-out part.
- The subtle pools of light falling onto the front edges of the cut-out part.
design
tutorial
photoshop
gimp
text
- The natural shadows inside the cut-out part.
- The subtle pools of light falling onto the front edges of the cut-out part.
february 2012 by RedMosquitoMM
Why and how I use Sublime Text 2 - Joachim Kudish | Web Development
february 2012 by RedMosquitoMM
The following packages (in alphabetical order – all available from Package Control): Additional PHP Snippets, Alignment, ApacheConf/htaccess, As Above, BracketHighlighter, BufferScroll, Case Conversion, Clipboard History, CoffeeScript, ColorPicker, copy-file-name, DetectSyntax, DocBlockr, DocBlox, HTML5, HyperlinkHelper, IndentXML, jQuery Snippets, LESS, MarkDown Preview, Nettus+ Fetch, Open Recent Files, Open Include, PHPDoc, PHPUnit, Placeholders, Prefixr, Pretty JSON, Quick File Creator, Quick File Renamer, SidebarGit, sublime-github, Trailing Spaces, WordCount and of course WordPress
text
editor
february 2012 by RedMosquitoMM
Sublime Forum • View topic - Launching Sublime from Unity
february 2012 by RedMosquitoMM
The best way to do this, is to create your own custom launcher for Sublime. Make sure you have a sublime.desktop file in ~/.local/share/applications (You can also put it in /usr/share/applications if you want it to be available to all users on the box, but you'll need root privileges to do so.) Here's a copy of mine:
Code: Select all
[Desktop Entry]
Name=Sublime Text Editor
Comment=Sublime Text Editor
Exec="/home/jim/bin/Sublime Text 2/sublime_text" %F
MimeType=text/plain;
Terminal=false
Type=Application
Icon=/home/jim/Pictures/sublime-64px.png
Categories=GNOME;GTK;Utility;TextEditor;Development;Utility;
Keep in mind that you'll need to know the path to the executable and the path to the icon that you want to use.
For Gnome3: http://oliverwilkerson.com/blogs/how-to-add-sublime-text-2-to-your-gnome-3-applications
sublime
text
editor
unity
linux
ubuntu
gnome
mint
Code: Select all
[Desktop Entry]
Name=Sublime Text Editor
Comment=Sublime Text Editor
Exec="/home/jim/bin/Sublime Text 2/sublime_text" %F
MimeType=text/plain;
Terminal=false
Type=Application
Icon=/home/jim/Pictures/sublime-64px.png
Categories=GNOME;GTK;Utility;TextEditor;Development;Utility;
Keep in mind that you'll need to know the path to the executable and the path to the icon that you want to use.
For Gnome3: http://oliverwilkerson.com/blogs/how-to-add-sublime-text-2-to-your-gnome-3-applications
february 2012 by RedMosquitoMM
Default File Type | Sublime Text 2
february 2012 by RedMosquitoMM
This package sets the default file type of new files to be either the same as the current file, or a predefined default.
This only affects files which are created with the Ctrl+N shortcut (Cmd+N on OSX).
package
text
editor
This only affects files which are created with the Ctrl+N shortcut (Cmd+N on OSX).
february 2012 by RedMosquitoMM
inunico.de
february 2012 by RedMosquitoMM
Enter the name of a unicode character as a subdomain to this URL or enter it below to see that character rendered in unicode.
reference
search
tools
text
unicode
1TW
february 2012 by RedMosquitoMM
Glyphboard
february 2012 by RedMosquitoMM
Unicode characters on iPhone or iPad.
iphone
text
keyboard
typography
1TW
february 2012 by RedMosquitoMM
tmTodoTXT | Todo.txt TextMate Bundle
february 2012 by RedMosquitoMM
Syntax highlighting for todo.txt.
TextMate
Sublime Text 2
todo.txt
productivity
text
editor
package
TextMate
Sublime Text 2
february 2012 by RedMosquitoMM
TextMate Themes | Mashable
january 2012 by RedMosquitoMM
Mashable's favorite TextMate themes. Available for Sublime Text 2.
Github repository.
code
theme
text
editor
mashable
Github repository.
january 2012 by RedMosquitoMM
User Submitted Themes | TextMate Wiki
january 2012 by RedMosquitoMM
Sublime Text 2.
color
software
theme
text
editor
january 2012 by RedMosquitoMM
Tweaking Sublime Text | thecrumb.com
january 2012 by RedMosquitoMM
Everything is stored in simple text files, and configuring the editor exactly to your needs is as easy as editing a few files.
You can easily access these under the “Prefrences” menu.
###
1 {
2 "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme"
3 , "font_face": "Consolas"
4 , "font_size": 12.0
5 , "word_wrap": false
6 , "gutter" : true
7 , "line_padding_bottom": 0
8 }
text
editor
settings
theme
You can easily access these under the “Prefrences” menu.
###
1 {
2 "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme"
3 , "font_face": "Consolas"
4 , "font_size": 12.0
5 , "word_wrap": false
6 , "gutter" : true
7 , "line_padding_bottom": 0
8 }
january 2012 by RedMosquitoMM
Sublime Text 2 Tips and Tricks (Updated) | Nettuts+
january 2012 by RedMosquitoMM
The best quickstart guide for this great cross platform editor.
text
editor
osx
tips
linux
windows
january 2012 by RedMosquitoMM
Online text editor for Dropbox - TextDrop
january 2012 by RedMosquitoMM
TextDropApp Edits Text Files in Your Dropbox Account
Storing files in Dropbox is great, but if you need to make quick edits when you're on the go it's not the best tool. TextDropApp is a simple solution that allows you to create or edit plain text files directly in your browser and syncs them automatically with Dropbox.
TextDropApp has a simple interface without a lot of function, but it works well for quickly editing files or making notes. It's a handy way to keep a plain text to-do list or programming code synced up across computers, especially if you can't install the automatic Dropbox sync on a work computer. The information is transmitted through a private server before heading to your Dropbox account, so be careful with what you use it for.
via Lifehacker
app
cloud
dropbox
editor
text
Storing files in Dropbox is great, but if you need to make quick edits when you're on the go it's not the best tool. TextDropApp is a simple solution that allows you to create or edit plain text files directly in your browser and syncs them automatically with Dropbox.
TextDropApp has a simple interface without a lot of function, but it works well for quickly editing files or making notes. It's a handy way to keep a plain text to-do list or programming code synced up across computers, especially if you can't install the automatic Dropbox sync on a work computer. The information is transmitted through a private server before heading to your Dropbox account, so be careful with what you use it for.
via Lifehacker
january 2012 by RedMosquitoMM
flo's freeware - Notepad2
january 2012 by RedMosquitoMM
A few years ago, I found myself writing my first PHP projects using metapad. When I was looking around for text editors with syntax highlighting, I have come across the Scintilla source code editing component. I was very much impressed by this project, so I decided to create my own Scintilla-based text editor.
The result is Notepad2, a fast and light-weight Notepad-like text editor with syntax highlighting. This program can be run out of the box without installation, and does not touch your system's registry.
text
editor
software
windows
notepad
replacement
The result is Notepad2, a fast and light-weight Notepad-like text editor with syntax highlighting. This program can be run out of the box without installation, and does not touch your system's registry.
january 2012 by RedMosquitoMM
Chocolat ‹ Text Editor for Mac
january 2012 by RedMosquitoMM
Chocolat is a new text editor for Mac OS X, that combines native Cocoa with powerful text editing tools.
app
text
editor
mac
osx
software
january 2012 by RedMosquitoMM
ReText | Linux Markdown Editor
january 2012 by RedMosquitoMM
http://www.webupd8.org/2011/05/retext-text-editor-for-markdown-syntax.html
http://www.addictivetips.com/ubuntu-linux-tips/re-text-edit-save-markdown-files-in-html-pdf-and-odt-format
ReText is a simple text editor for MarkDown syntax that supports some popular formats such as PDF, ODT, HTML and plain text. Using ReText you can even export your documents to Google Docs (but for now, each export creates a new document).
markdown
text
editor
ubuntu
linux
http://www.addictivetips.com/ubuntu-linux-tips/re-text-edit-save-markdown-files-in-html-pdf-and-odt-format
ReText is a simple text editor for MarkDown syntax that supports some popular formats such as PDF, ODT, HTML and plain text. Using ReText you can even export your documents to Google Docs (but for now, each export creates a new document).
january 2012 by RedMosquitoMM
Online Markdown Editor
january 2012 by RedMosquitoMM
The idea here is to take attacklab.net's already excellent showdown script and add some simple load, save and print functionality to it. At no point am I suggesting that my experiment should be used as a fully-featured text editor - it isn't - but rather as a simple tool created to gently introduce others to markdown.
text
markdown
free
january 2012 by RedMosquitoMM
SimplyRead | Read Web Content in Plain Text
december 2011 by RedMosquitoMM
SimplyRead is a simple program to remove unwanted distractions from webpages, in order to better enjoy reading on the web. It removes everything but the article from a webpage, displaying it simply and attractively.
The program is packaged as an extension for several web browsers, or as a standalone JavaScript program to integrate into other browsers.
Running it multiple times switches between showing the original page and the simple version.
This project is technically inspired by Arc90's Readability, but aims to be much simpler, faster, and more usable. More generally, it is inspired by Sean Birketts' The Gutenberg Elegies and Nicholas Carr's The Shallows.
"The ever-present awareness of possibility to either make or refuse choice, was to preempt my creating any meditative space for myself" - Sean Birketts, The Gutenberg Elegies
chrome
extension
firefox
text
reading
readability
The program is packaged as an extension for several web browsers, or as a standalone JavaScript program to integrate into other browsers.
Running it multiple times switches between showing the original page and the simple version.
This project is technically inspired by Arc90's Readability, but aims to be much simpler, faster, and more usable. More generally, it is inspired by Sean Birketts' The Gutenberg Elegies and Nicholas Carr's The Shallows.
"The ever-present awareness of possibility to either make or refuse choice, was to preempt my creating any meditative space for myself" - Sean Birketts, The Gutenberg Elegies
december 2011 by RedMosquitoMM
NotePad SX | Fullscreen Text Editor and Notepad Replacement
december 2011 by RedMosquitoMM
Have you ever tried to edit your text documents with the tabbed interface? Use NotePad SX!
NotePad SX is a fast, stable, user-friendly, tabbed plain text editor
NotePad SX is not only the great looking replacement and upgrade of standard Windows Notepad, but it gives you an ability to feel the power of plain text editing with many additional abilities.
Try Full Screen mode and forget about what operating system do you use, it layout and limitations.
NotePad SX is freeware. Yes, it’s 100% Free! You can donate if you want, but it’s not required.
text
editor
fullscreen
windows
writing
NotePad SX is a fast, stable, user-friendly, tabbed plain text editor
NotePad SX is not only the great looking replacement and upgrade of standard Windows Notepad, but it gives you an ability to feel the power of plain text editing with many additional abilities.
Try Full Screen mode and forget about what operating system do you use, it layout and limitations.
NotePad SX is freeware. Yes, it’s 100% Free! You can donate if you want, but it’s not required.
december 2011 by RedMosquitoMM
boom - text snippets on the command line
december 2011 by RedMosquitoMM
boom lets you access text snippets from the command line.
You probably hate typing the same shit over and over again. You probably sit in front of your command line prompt every day. Let's smash those two concepts together in the face.
Some people use boom for shit like:
Tracking URLs. It's sort of like your own personal del.icio.us. I upload animated GIFs mocking my coworkers, and boom lets me access those quickly.
Simple todos. Why use an ugly task manager app when it's all loaded into your shell?
Common responses and snippets. Stock email replies, private code copy and paste, things like that.
tools
command
line
vim
linux
terminal
windows
tasks
text
expansion
textexpander
You probably hate typing the same shit over and over again. You probably sit in front of your command line prompt every day. Let's smash those two concepts together in the face.
Some people use boom for shit like:
Tracking URLs. It's sort of like your own personal del.icio.us. I upload animated GIFs mocking my coworkers, and boom lets me access those quickly.
Simple todos. Why use an ugly task manager app when it's all loaded into your shell?
Common responses and snippets. Stock email replies, private code copy and paste, things like that.
december 2011 by RedMosquitoMM
Dillinger, the last Markdown editor, ever.
december 2011 by RedMosquitoMM
Dillinger is a cloud-enabled HTML5 Markdown editor.
- Type some Markdown text in the left window
- See the HTML in the right
- Magic
cloud
editor
markdown
text
word
processor
writing
- Type some Markdown text in the left window
- See the HTML in the right
- Magic
december 2011 by RedMosquitoMM
related tags
1TW ⊕ addon ⊕ app ⊕ autohotkey ⊕ blog ⊕ breevy ⊕ browser ⊕ chrome ⊕ cloud ⊕ code ⊕ color ⊕ command ⊕ design ⊕ dropbox ⊕ editor ⊕ editors ⊕ expansion ⊕ extension ⊕ firefox ⊕ font ⊕ fonts ⊕ free ⊕ fullscreen ⊕ gimp ⊕ gnome ⊕ icon ⊕ ios ⊕ iphone ⊕ jobs ⊕ keyboard ⊕ latex ⊕ latext ⊕ line ⊕ linux ⊕ mac ⊕ macos ⊕ markdown ⊕ mashable ⊕ mint ⊕ multimarkdown ⊕ notepad ⊕ osx ⊕ package ⊕ photoshop ⊕ processor ⊕ productivity ⊕ programming ⊕ readability ⊕ reading ⊕ reference ⊕ replacement ⊕ resume ⊕ search ⊕ settings ⊕ shortcut ⊕ software ⊕ sublime ⊕ sync ⊕ syntax ⊕ tasks ⊕ terminal ⊕ text ⊖ textexpander ⊕ TextMate ⊕ theme ⊕ tips ⊕ todo ⊕ todo.txt ⊕ tools ⊕ tumblr ⊕ tutorial ⊕ typography ⊕ ubuntu ⊕ unicode ⊕ unity ⊕ vim ⊕ web ⊕ windows ⊕ word ⊕ writing ⊕Copy this bookmark: