December 4, 2016
Winston the Typewriter Simulator - Gimmicky but Useful
Winston Icon
Product: Winston
Price: Free
I like typewriter scrolling. Ulysses has the best approach to typewriter scrolling that I have come across in text editors. Using Winston reminded me that true typewriter scrolling is different from the way it is implemented in text editors.
Let me explain. In a text editor like Ulysses, the point of concentration is a line. The cursor moves across a line till it reaches the end of the line and then on the next line, the focus is on the same spot on the page, where we have a new line. Typewriters don't work like that. Typewriters focus on a spot. One spot. The paper moves along in the background letting you type on the same spot. The spot doesn't move. The paper does.
Winston the Typewriter
I came across an application called Winston which is a text editor/typewriter simulator.
Winston Preferences
You get to customize some aspects of the experience:
- The paper you use
- The sounds
- The type
- Choose the animations that you want to see and turn off the ones you don't care for.
- Choose whether you want to auto wrap your text.
- Choose whether you can amend text or not.
- Show or hide the text cursor.
Winston gives you true typewriter scrolling. The focus is on one spot. The page moves behind the spot, like in a typewriter. It is an unique experience and I must say I like it. It is a gimmick. But it works for me. There is nothing else to the program. You get to save documents in its proprietary format and you get to export to a text file. There are some export options but they are meaningless. You are going to open the file in a text editor and deal with the text and the editing of the text there. So, you will not miss the lack of options on export.
How would I improve the product?
- Allow me the ability to add text by copy and paste. Copy and paste text into Winston and out of it.
- Fix the bugs.
- Support text expansion. Since you don't allow copy and paste, text expansions from Alfred or aText or TextExpander don't work.
- Support the text expansion from macOS. In macOS, two spacebar is equal to a period. I also get auto-capitalization in macOS. So, I can be sloppy and not worry about capitalizing the first letter in a new sentence. Makes the process of writing easier.
My suggestions are fringe use cases. The basic purpose of the product is typewriter simulation and it does a fantastic job of that. My suggestions are movements away from the typewriter simulation part of the product feature set. Might be a good thing to do but it will hurt the whole ethos of a typewriter. My only excuse is that this is a digital typewriter and probably can improve on an analog one.
Winston is recommended.
macosxguru at the gmail thingie
Writing
macOS
Typewriter
November 30, 2016
Keynote Extractor Icon
Product: HTML Extractor for Keynote
Price: Free
Keynote Extractor is "a better HTML export for Keynote."
Keynote Extractor extracts a mobile-friendly package of images, html files and css files which turn your keynote presentation into a web presentation.
It displays the images right next to your notes and gives you a pretty presentation for the web. For an interesting example of its output go here.
It is an useful application.
I found the story behind the application to be particularly informative. Read story here.
I recommend the product heartily.
macosxguru at the gmail thingie
Keynote
macOS
November 27, 2016
A List of Keyboard Commands for Caret
Caret icon
Product: Caret
Price: $15
This is a markdown editor which is growing up. It is a cross-platform offering. I am going to cover the editor in detail in a subsequent post.
I noticed that it is not well documented. That might be a function of the fact that they are adding commands and the product is still in flux when it comes to its feature list. I wanted a list of keyboard commands and I couldn't find one. So, I made one myself.
Keyboard Commands for Caret
Caret |
|
|
|
⌘, |
Preferences |
File |
|
|
|
⌘N |
New |
|
⌘O |
Open |
|
⌘S |
Save |
|
⌘⇧S |
Save As… |
Edit |
|
|
|
⌘Z |
Undo |
|
⌘⇧Z |
Redo |
|
⌘X |
Cut |
|
⌘C |
Copy |
|
⇧⌘C |
Copy as Rich Text |
|
⌘V |
Paste |
|
⌘A |
Select All |
|
⌘F |
Find in text |
|
⌘D or ⌃G |
Select Next |
|
⌃⌘G |
Select Each |
|
⌘U |
Unselect Last |
|
⌥↑ |
Select More |
|
⌥↓ |
Select Less |
|
⌥⇧↓ |
Move Line Down |
|
⌥⇧↑ |
Move Line Up |
Format |
|
|
|
⌘/ |
Comment |
|
⌘B |
Bold |
|
⌘I |
Italic |
|
⌘K |
Link |
Go |
|
|
|
⌘T |
To File… |
|
⌘E |
To Recent File… |
|
⌘G |
To Title… |
|
⌥- |
To Last Edit |
|
⌘] |
To Block Start |
|
⌘[ |
To Block End |
View |
|
|
|
⌘+ |
Font Size + |
|
⌘- |
Font Size - |
|
⌘0 |
Font Size Default |
|
⌘; |
Mode Dark |
|
⌘R or ⌘⇧R |
Preview |
Window |
|
|
|
⌃⌘F |
Enter Full Screen |
|
⌘M |
Minimize |
|
⌘⇧N |
New Window |
|
⌘W |
Close Window |
Not in Menus |
|
|
|
⌘⇧↵ |
Insert Line Before |
|
⌘↵ |
Insert Line After |
|
⌃T |
Transpose |
|
⌃Space |
Spellcheck or Context Menu |
Legend:
⌘: Command key
⌥: Option key
⌃: Control key
⇧: Shift key
↵: Return key
↓: Down arrow
↑: Up arrow
Update: This list is current as of version 1.13.1
macosxguru at the gmail thingie
Careteditor
Markdown
macOS
November 25, 2016
Emacs Keyboard Commands Which Work in iA Writer
⌃+K |
Deletes from the cursor to the end of the current line |
⌃+O |
Inserts a new line after the cursor. The cursor stays in the current line |
⌃+B |
Moves the cursor one character to the left |
⌃+F |
Moves the cursor one character to the right |
⌃+N |
Moves the cursor down one line |
⌃+P |
Moves the cursor up one line |
⌃+E |
Moves the cursor to the end of the current line. If you use word wrap, the cursor moves to the physical, not the displayed, end of the current line |
⌃+A |
Moves the cursor to the beginning of the current line. If you use word wrap, the cursor moves to the physical, not the displayed, beginning of the current line |
⌃+V |
Scrolls down within the document |
Note: These keyboard commands work not only in iA Writer but also in a few other applications on macOS. For instance, most of these also work in Ulysses. Try them out in the text editor you use, you might be surprised.
macosxguru at the gmail thingie
iA Writer
Keyboard Commands
macOS
November 20, 2016
iA Writer Icon
iA Writer 4 Adds to Markdown and Makes It Better
Product: iA Writer
Price: $9.99
iA has a tendency to take risks. They are the one developer who has consistently tried to improve the process of writing in plain text files.
The initial release included a custom version of the Nitti font, a startling blue caret, and a minimalistic aesthetic.
iA Writer Pro was their next attempt. I covered that here. It was an unsuccessful but commendable effort to bring some order to the process of writing.
iA Writer 3 was the next iteration. iA went back to the basics, they added the ability to manage your files in the file-system and brought full support of MultiMarkdown, including tables and footnotes. From Writer Pro, they brought along Syntax Control. And I wrote about it, iA Writer Grows Up in Meaningful Ways - iPadpedia.
We now have version 4 of iA Writer.
iA didn't disappoint this time either. They introduced something they are calling file referencing syntax. This is a proposed addition to the markdown specification. It is implemented in iA Writer, a better way of handling images, tables, and other files. It seems to be a reworking of the "transclusion" feature built into MultiMarkdown (thanks to Brett Terpstra for the background).
According to iA,
Every file reference you insert adds a block of content to your document, be it an image, table, or plain text file. These content blocks can then be ordered, stacked and chained with ease.
Long Documents
Markdown was designed for writing for the web. It's intent was to convert plain text into web ready formats for web publishing. That use case though still relevant has been augmented with people like me, using Markdown to write everything I write. Books, reports, long articles, and of course blog articles are all being written in Markdown and we are all running into the limitations of the original specification. There have been different attempts to address this problem. MultiMarkdown is one such attempt, Github Flavored Markdown is another, CommonMark is yet another. They are all involved in broadening the use cases of Markdown, or, trying to achieve some standardization in the implementation of the markup language.
iA has tried to tackle a different problem. How does one write a long document in text files?
The long document can be a book, an essay, or a report. Long documents are optimally written in parts. I am going to use an example of a novel to explain this. Novels are rarely written in a linear fashion. You don't start writing chapter one and end up in chapter fifteen in a linear fashion. What you do is write different chapters at different times and put them all together in book form at the end. That is the logic underlying the design of products like Scrivener and Ulysses. These products let you write in any order you want. Then arrange the content and compile into whatever final output you desire(.pdf, .docx, .html, .epub).
This is a difficult exercise to accomplish in text files alone. iA Writer is trying to tackle this problem.
The file reference syntax lets you specify that a text file is going to contain the contents of other text files. For instance, you can have an individual text file for every chapter of your novel, and compile them into one document by adding the file reference of the individual chapters into your master document. You export the content into a markdown file, an html file, a pdf file, a Microsoft Word file or a Project Archive. A Project Archive is a zipped file containing the markdown file and all of its associated content blocks.
The syntax for the file reference? Just a / mark followed by the name of the file you are including. Simple. The caveat is that the file must be in the same folder as the master file, or in a child folder of the folder that the master file is in. That is the only restriction.
Makes the process easy and an absolute boon to writers of long form documents. It is an elegant and simple solution to a problem which has plagued writers writing in text editors.
Images
This file reference syntax also makes it possible to add images easily to your document. For instance, I will add a screenshot of this document.
File Reference
This is the easiest way of adding images to markdown and definitely an improvement over the original Markdown specifications.
Tables
Tables in Markdown are difficult to create. I was going to Tables Generator to generate Markdown tables. I create them there and then paste them into my editor.
iA Writer 4 has made the process better. I can make my table in a spreadsheet. I can make it look the way I want and then export to a CSV file. You can just point iA Writer to the CSV file and now you have tables in Markdown. The syntax is the same for tables as it is for other text files and images. Since I use a lot of tables in my writing this is an absolute godsend.
Suggested Improvements
iA Writer is almost perfect in its present iteration but I have some nits to pick:
- When you export to a markdown file, the application insists on exporting a file with the extension, .txt. That doesn't make sense, why not use .md? (This is fixed in version 4.0.1)
- I would like an updated users manual or an updated help file. (Update: There is an updated help file, my system did not reach it.)
- Support for the use of tabs in macOS Sierra would be welcome. (Update: A bug in Night mode by Apple prevents this at this point. When and if Apple fixes the bug, it might or might not be implemented.)
- Support for relaunching the app with the documents which were open the last time the program was quit would be an improvement. (Update: This is a system preference. Go to General Preference Pane and uncheck Close windows when quitting an app.)
- Add keyboard commands to the items in the format menu without them. I have added them through the Shortcuts tab of the Keyboard preference pane.
Add Keyboard Shortcuts
I have asked for project support from iA Writer in the past. They have indirectly supported projects through the file reference syntax. You can make a folder and add all the files that are relevant to the current project in that folder. Makes using the file reference syntax easier and provides you a project folder. In addition, you can export your document and its ancillary files to a Project Archive which is a zipped file of all the content blocks relevant to a project.
One of my reasons for sticking with writing in Ulysses as opposed to moving to iA Writer was that iA Writer was missing support for user fonts and themes. It is true that I prefer Operator Mono over Nitti and I like Solarized as the theme when I am writing. However, I cannot recommend that iA Writer change this option. Nitti in iA Writer coupled with the blue caret is iconic to iA Writer. They should not change that. They have established a certain look and they own it, doesn't make sense to tinker with that one. The white and black screen for day and night mode are effective to soothe the strain in my eyes when staring at the screen for long periods of time, and I need to stop complaining about it.
Conclusions
So, have I moved all my writing to iA Writer? I have. I am going to give this move three months and at the end of that period I will re-evaluate whether the move away from Ulysses to iA Writer makes sense. The better support for Markdown and the file reference syntax which lets me add tables and images easily are the main reasons for the switch.
iA has done a stellar job of improving iA Writer with this version. If you write in Markdown, you owe it to yourself, to give this a try.
I recommend iA Writer 4 heartily.
Updated:
- Edited the suggestions for improvement section with feedback from developer.
- Edited with suggestion implemented in version 4.0.1
macosxguru at the gmail thingie
macOS
iA Writer
Writing
Markdown