Focus: an editor theme for focussing on content(github.com)
github.com
Focus: an editor theme for focussing on content
https://github.com/sindresorhus/focus
6 comments
Here you go: https://coderwall.com/p/zwftfa
That's how I use it with vim. It's easy there to bind a key to `:colorscheme focus-dark` and another to `:colorscheme yourdefaulttheme`. I guess it wouldn't be hard to make one that toggles between both, but I was lazy.
I agree. I'm already planning a Sublime plugin for this.
I've often thought that something like this is what's missing from the various online Markdown editors that exist. Many of them have some way of quickly previewing what you've written, which is important, but some sort of content-focussed approach like this seems like it would also be a good idea.
Have you seen http://www.iawriter.com/mac/ ?
I wouldn't say it works perfectly for latex, I can't see any of my equations. They're the most important bits.
The example even shows this issue; \LaTex, \TeX, and \LaTeXe are all part of the content of that paragraph.
Why do projects have such pretentious names? Just today "Draft" and "Focus", both of which do almost nothing, were announced. sigh
That said I think a mode would be better, and that the unimportant stuff shouldn't be quite so much harder to read.
That said I think a mode would be better, and that the unimportant stuff shouldn't be quite so much harder to read.
I know, right? Why would I use a theme that gives me eyestrain when I need to debug my HTML?
Doggonit I suggested this back in Feb in the Sublime Text forum-
http://www.sublimetext.com/forum/viewtopic.php?f=6&t=111...
There is a problem with spanish accents like "ó" in HTML
I bet something like that would be very easy to hack into Emacs on top of its new built-in color theme support. It shouldn't be difficult for other editors either.