RedMosquitoMM + editor   52

GlueViews Plugin — Bitbucket
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
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 
9 weeks ago by RedMosquitoMM
Valletta : Markdown Editor
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
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 
february 2012 by RedMosquitoMM
Why and how I use Sublime Text 2 - Joachim Kudish | Web Development
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
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 
february 2012 by RedMosquitoMM
Texts
Texts is a new kind of editor for creation of text structure and content. Books, articles and blog posts written once in Texts can be processed and published in many formats.
editor  mac  markdown  osx  windows  multimarkdown  1TW 
february 2012 by RedMosquitoMM
Default File Type | Sublime Text 2
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 
february 2012 by RedMosquitoMM
tmTodoTXT | Todo.txt TextMate Bundle
Syntax highlighting for todo.txt.

TextMate
Sublime Text 2
todo.txt  productivity  text  editor  package 
february 2012 by RedMosquitoMM
TextMate Themes | Mashable
Mashable's favorite TextMate themes. Available for Sublime Text 2.

Github repository.
code  theme  text  editor  mashable 
january 2012 by RedMosquitoMM
Tweaking Sublime Text | thecrumb.com
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 
january 2012 by RedMosquitoMM
Sublime Text 2 Tips and Tricks (Updated) | Nettuts+
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
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 
january 2012 by RedMosquitoMM
flo's freeware - Notepad2
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 
january 2012 by RedMosquitoMM
Chocolat ‹ Text Editor for Mac
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
Mou - Markdown editor for web developers, on Mac OS X
When current available Markdown editors are almost all for general writers, Mou is different: It's for web developers. Syntax highlighting, live preview, fullscreen mode, auto save, powerful actions, auto pair, incremental search, custom themes, HTML export, enhanced CJK characters support. I know, it's exactly the app you want.

http://www.addictivetips.com/windows-tips/mou-is-feature-rich-markdown-editor-for-web-app-developers-mac/
apps  editor  markdown  osx  tools 
january 2012 by RedMosquitoMM
ReText | Linux Markdown Editor
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 
january 2012 by RedMosquitoMM
Showdown - Markdown Preview in Javascript
This page lets you create HTML by entering text in a simple format that's easy to read and write.

Type Markdown text in the left window
See the HTML in the right
Markdown is a lightweight markup language based on the formatting conventions that people naturally use in email. As John Gruber writes on the Markdown site:

The overriding design goal for Markdown's formatting syntax is to make it as readable as possible. The idea is that a Markdown-formatted document should be publishable as-is, as plain text, without looking like it's been marked up with tags or formatting instructions.

This document is written in Markdown; you can see the plain-text version on the left. To get a feel for Markdown's syntax, type some text into the left window and watch the results in the right. You can see a Markdown syntax guide by switching the right-hand window from Preview to Syntax Guide.

Showdown is a Javascript port of Markdown. You can get the full source code by clicking on the version number at the bottom of the page.
markdown  writing  web  preview  editor 
december 2011 by RedMosquitoMM
NotePad SX | Fullscreen Text Editor and Notepad Replacement
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 
december 2011 by RedMosquitoMM
ReText (Text Editor For MarkDown Syntax) | Web Upd8: Ubuntu / Linux blog
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).

Tabs support
"Live preview" (screenshots below)
Ability to select the default font
Showing Markdown documentation on first run
"Web-pages generator"
Better highlighter for HTML
KDE integration
Lots of other changes

The ReText wiki provides a short how-to for using the new "web pages generator" feature.


Here are some screenshots featuring the latest ReText 1.0 under GNOME and KDE:
ReText 1.0
ReText 1.0

Install ReText 1.0 in Ubuntu
Add the ReText PPA and install the latest ReText 1.0 in Ubuntu 11.04, 10.10 and 10.04 using the commands below:

sudo add-apt-repository ppa:mitya57
sudo apt-get update
sudo apt-get install retext
editor  markdown  writing  ubuntu  linux 
december 2011 by RedMosquitoMM
Dillinger, the last Markdown editor, ever.
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 
december 2011 by RedMosquitoMM
textroom | Open Source Fullscreen Distraction-Free Text Editor
What is TextRoom?

TextRoom is a room of your own. Read GPLv3

It is a free (as in freedom and free beer) full screen text editor developed with especially writers in mind.

TextRoom and all other similar editors share one goal: to get you writing right away by providing distraction free environment to your liking, as well as familiar set of keyboard shortcuts to control its behavior. If you don't feel comfortable already with your editor of choice, you may find it useful.

Works on Windows, Ubuntu, Fedora and other Linux distributions. Has been ported to FreeBSD, thanks to Michael James Brune. Works on Mac OS X thanks to Norberto Lopes. Silent version was reported to compile on OS/2 with a little tweak.

If you are on a system with only Qt, you can try Silent Version.

Press F1 to see a list of commands in TextRoom.
editor  software  writing  windows  mac  linux  ubuntu 
december 2011 by RedMosquitoMM
Marked: MultiMarkdown preview, everywhere
Markdown Preview for any text editor.

Introducing Marked. Marked opens MultiMarkdown, Markdown, Text or HTML files and previews them as HTML documents. It watches the file for changes, updating the preview any time the file is saved. With a full set of preview styles, Marked adds an ideal “live” Markdown preview to any text editor. Plus… copy HTML with a keystroke, save to PDF or Print, or export to HTML in seconds.

Text only.

Word processing

Markdown.
app  mac  osx  software  markdown  editor  writing 
august 2011 by RedMosquitoMM

Copy this bookmark:



description:


tags: