# textmate

Published articles for textmate.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Markdown Editors

DevFeed: [Markdown Editors](<https://devfeed.tech/articles/markdown-editors-28199.md>)

Original publisher: [Read original article](<http://fuzzyblog.io/blog/markdown/2020/01/18/markdown-editor-options.html>)

Author: Fuzzygroup

Published: 2020-01-18T00:00:00Z

Content type: article

Language: en

Sources: [Scott Johnson](<https://devfeed.tech/sources/scott-johnson.md>)

Topics: [Markdown](<https://devfeed.tech/topics/markdown.md>), [Tool](<https://devfeed.tech/topics/tool.md>)

Tags: [internet](<https://devfeed.tech/tags/internet.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [markdown-editors](<https://devfeed.tech/tags/markdown-editors.md>), [markdown-tools](<https://devfeed.tech/tags/markdown-tools.md>), [marp](<https://devfeed.tech/tags/marp.md>), [osx](<https://devfeed.tech/tags/osx.md>), [textmate](<https://devfeed.tech/tags/textmate.md>), [windows](<https://devfeed.tech/tags/windows.md>)

### AI overview

The article discusses visual Markdown editors as an alternative to writing raw Markdown and lists several options, including TextMate 2, SublimeText, Typora, MarkdownPad, and Marp Next.

### Source excerpt

Yesterday I talked about using gist.github.com and Markdown. And I assumed that you wanted to work in "raw" markdown but that's like writing raw HTML - fine if you like it but not for everyone. A lot of people prefer a true Markdown editor where the tags appear visually as they might in Microsoft word. With a tool like this you can write in Markdown visually and then copy and paste (or export) into a Markdown file that you could put into gist.github.com. Here are some decent Markdown tools: TextMate 2 (OSX); this is an OSX only coding editor which a markdown mode which works pretty well SublimeText; similar to TextMate 2 but works on Windows also Typora; top google hit; haven't looked at greatly MarkdownPad; free; looks like a dual pane NotePad i.e. markdown view on the left; writing window on the right. Marp Next - a tool for using Markdown for presentations; not for writing but just interesting that it even exists! Personally I use TextMate 2 but I've been in that editor so long that I know it cold. As with any writing on a computer, use what works for you. There are lots and lots of tools for Markdown.

## Fixing TextMate 2 When It Goes Insane

DevFeed: [Fixing TextMate 2 When It Goes Insane](<https://devfeed.tech/articles/fixing-textmate-2-when-it-goes-insane-28352.md>)

Original publisher: [Read original article](<http://fuzzyblog.io/blog/textmate/2020/01/15/fixing-textmate-2-when-it-goes-insane.html>)

Author: Fuzzygroup

Published: 2020-01-15T00:00:00Z

Content type: tutorial

Language: en

Sources: [Scott Johnson](<https://devfeed.tech/sources/scott-johnson.md>)

Topics: [App](<https://devfeed.tech/topics/app.md>), [Processes](<https://devfeed.tech/topics/processes.md>), [ls](<https://devfeed.tech/topics/ls.md>)

Tags: [2](<https://devfeed.tech/tags/2.md>), [commands](<https://devfeed.tech/tags/commands.md>), [location](<https://devfeed.tech/tags/location.md>), [ls](<https://devfeed.tech/tags/ls.md>), [plist](<https://devfeed.tech/tags/plist.md>), [process](<https://devfeed.tech/tags/process.md>), [startup](<https://devfeed.tech/tags/startup.md>), [textmate](<https://devfeed.tech/tags/textmate.md>), [xml](<https://devfeed.tech/tags/xml.md>)

### AI overview

A troubleshooting guide for TextMate 2 when it will not start, accept typing, or respond to commands. It recommends locating the session directory, moving its contents into a new directory, terminating the TextMate process, and relaunching the application.

### Source excerpt

If you find that TextMate won't start up or if it does that you can't type and it won't respond to commands then this is a sign that TextMate's startup data has gotten hosed. What you need to do is: Locate where TextMate stores its unsaved documents. For me this is ls -l /Users/sjohnson/Library/Application\ Support/TextMate/Session/ Change to this directory using cd. Create a new directory in this location such as temp1. Do a mv of everything into the new directory. Kill off the TextMate process. Relaunch it. Here's what the end result of this should be: ls -l /Users/sjohnson/Library/Application\ Support/TextMate/Session/ total 536 -rw-r--r-- 1 sjohnson staff 90428 Jan 16 04:19 Info.plist drwxr-xr-x 74 sjohnson staff 2368 Dec 10 09:40 temp1 -rw-r--r--@ 1 sjohnson staff 4 Dec 26 10:51 untitled 10.txt -rw-r--r--@ 1 sjohnson staff 6921 Dec 26 11:31 untitled 11.txt -rw-r--r--@ 1 sjohnson staff 79 Dec 26 14:19 untitled 12.txt -rw-r--r--@ 1 sjohnson staff 647 Dec 27 08:07 untitled 13.txt -rw-r--r--@ 1 sjohnson staff 741 Dec 30 12:21 untitled 14.txt -rw-r--r--@ 1 sjohnson staff 226 Dec 30 14:09 untitled 15.txt -rw-r--r--@ 1 sjohnson staff 85 Dec 30 14:08 untitled 16.txt -rw-r--r--@ 1 sjohnson staff 635 Dec 30 21:03 untitled 17.txt -rw-r--r--@ 1 sjohnson staff 776 Jan 7 05:22 untitled 18.txt -rw-r--r--@ 1 sjohnson staff 5125 Jan 7 05:28 untitled 19.txt -rw-r--r--@ 1 sjohnson staff 803 Dec 12 23:30 untitled 2.txt -rw-r--r--@ 1 sjohnson staff 1949 Jan 7 13:05 untitled 20.txt -rw-r--r--@ 1 sjohnson staff 5367 Jan 7 13:20 untitled 21.txt -rw-r--r--@ 1 sjohnson staff 326 Jan 7 15:24 untitled 22.txt -rw-r--r--@ 1 sjohnson staff 16 Jan 8 01:43 untitled 23.txt -rw-r--r--@ 1 sjohnson staff 44 Jan 9 14:22 untitled 24.txt -rw-r--r--@ 1 sjohnson staff 3635 Jan 10 00:28 untitled 25.txt -rw-r--r--@ 1 sjohnson staff 8 Jan 10 15:10 untitled 26.txt -rw-r--r--@ 1 sjohnson staff 7245 Jan 10 17:26 untitled 27.txt -rw-r--r--@ 1 sjohnson staff 277 Jan 11 05:22 untitled 28.txt -rw-r--r--@ 1 sjohn