This commit is contained in:
Xingyu Wang 2021-01-11 00:19:41 +08:00
parent bbba33cb70
commit cac00b46d3
2 changed files with 85 additions and 84 deletions

View File

@ -1,84 +0,0 @@
[#]: collector: (lujun9972)
[#]: translator: (wxy)
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (6 ways this fullscreen text editor improves focus)
[#]: via: (https://opensource.com/article/20/12/focuswriter)
[#]: author: (Seth Kenlon https://opensource.com/users/seth)
6 ways this fullscreen text editor improves focus
======
This fullscreen editor helps you set your writing goals and keeps
distractions to a minimum so you can achieve them.
![Typewriter with hands][1]
The great thing about computers is that theyre really good at multi-tasking.
The bad thing about computers is that theyre really good at multi-tasking.
Whether you consider yourself, as a human, good or bad at multi-tasking, sometimes you need a little help focusing. One of those times is when youre trying to compose clear and concise communication. And thats exactly why Focuswriter was developed.
### Install
On Linux, you can install Focuswriter as a Flatpak from [Flathub][2].
On Windows or Linux (if you dont use Flatpak), you can [install Focuswriter from its website][3]. You can also install from source code, also available from the Focuswriter webpage.
### Using Focuswriter
Focuswriter is, admittedly, actually a cross between a text editor and a word processor. Its default format is the Open Document Text (.odt) format, so it allows you to style and align text, mark headers, and toggle smart quotes on and off. But thats where its word processor features end because Focuswriter does mostly focus on _writing_, not on styling what youve written.
Focuswriter encourages focus in a few different ways.
#### Attractiveness
Focuswriter doesnt look like your usual computer application, much less your usual text editor. When it launches, it loads a theme behind your document. The theme is generally benign—a writing desk is the default, but theres also a starry sky, a faraway landscape, and so on. Youre not meant to become preoccupied with the theme, of course, but it does help you from getting distracted by some other application window or your computer desktop lingering behind your editor. Because its easy to customize, theres little chance of you being left without a theme you like.
![Focuswriter white box with gray wording on wooden writing desk background theme][4]
#### Sound effects
Focuswriter is actually fun to use. Aside from its visual theme, it also has an _optional_ typewriter audio theme. Once enabled, every keypress makes the sound of a mechanical typewriter key. When you press **Return**, the satisfying sound of a carriage return is your reward for completing a paragraph (or a line, if you write one sentence per line to improve version control).
This audio theme is entirely opt-in, and its not on by default. You may doubt its efficacy, but you shouldnt underestimate the satisfaction of making those sounds of productivity while also wielding the powers of modern text editing.
#### Fullscreen display
Focuswriter not only launches fullscreen by default, but it also hides its menus and other widgets from view. To access the main menu bar, you place your cursor to the top of your screen until it appears. Theres a scroll bar hidden on the right, a document switcher widget on the left, and a status bar at the bottom.
#### Minimalism
There isnt much to Focuswriters editing capabilities. It doesnt have advanced search options or specialized options for code formatting or syntax highlighting. It lets you write text, and little else, into a document, by design. Even the contextual right-click menu only offers basic editing functions (copy, cut, paste, and so on) or spell-checking options.
#### Line focus
Another optional feature of Focuswriter is its ability to "grey out" all lines of text but your current one. This helps your eyes lazily locate your current line of text, which can be especially helpful if youre not a touch-typist or if youre transcribing something youve handwritten on physical paper and must look away from the screen often.
#### Goal tracker
You can set a daily word count goal or a timed goal for yourself in Focuswriters preferences. Your progress is tracked as you work and displayed in the status bar at the bottom of the screen. Its hidden from your view unless you hover your cursor over it, so youre not compelled to obsess over it, but its convenient enough to help you stay on track.
### Try Focuswriter (even if you think its silly)
Ive heard about fullscreen text editors before, and Ive never felt it was important for me to try one. After all, nearly any application can be made fullscreen, and I dont personally have trouble focusing anyway.
Having tried Focuswriter, though, I understand the appeal of a good fullscreen "focus first" text editor. It may not be necessary, but then again, open source is thriving. We have the luxury of redundant sets of applications that have minor differences in function but major differences in implementation. Focuswriter makes writing fun; it makes the work enjoyable. Download it, set a goal, and get writing!
--------------------------------------------------------------------------------
via: https://opensource.com/article/20/12/focuswriter
作者:[Seth Kenlon][a]
选题:[lujun9972][b]
译者:[译者ID](https://github.com/译者ID)
校对:[校对者ID](https://github.com/校对者ID)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://opensource.com/users/seth
[b]: https://github.com/lujun9972
[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/typewriter-hands.jpg?itok=oPugBzgv (Typewriter with hands)
[2]: https://flathub.org/apps/details/org.gottcode.FocusWriter
[3]: https://gottcode.org/focuswriter/
[4]: https://opensource.com/sites/default/files/uploads/focuswriter-31_days_focuswriter-opensource.png (Focuswriter white box with gray wording on wooden writing desk background theme)

View File

@ -0,0 +1,85 @@
[#]: collector: (lujun9972)
[#]: translator: (wxy)
[#]: reviewer: ( )
[#]: publisher: ( )
[#]: url: ( )
[#]: subject: (6 ways this fullscreen text editor improves focus)
[#]: via: (https://opensource.com/article/20/12/focuswriter)
[#]: author: (Seth Kenlon https://opensource.com/users/seth)
全屏文本编辑器 Focuswriter 提高关注力的六种方式
======
> 这款全屏编辑器可以帮助你设定写作目标,并将干扰降到最低,从而实现你的目标。
![双手打字机][1]
计算机的好处是,它们真的很擅长一心多用。
计算机的坏处是,它们实在太擅长一心多用。
无论你认为自己作为一个人,在多任务处理方面是好是坏,有时你需要一点帮助来集中注意力,尤其是当你试图撰写清晰和简明的交流信息时。而这正是开发 Focuswriter 的原因。
### 安装
在 Linux 上,你可以从 [Flathub][2] 以 Flatpak 包安装 Focuswriter。
在 Windows 或 Linux 上(如果你不使用 Flatpak你可以[从它的网站安装 Focuswriter][3]。你也可以从源代码安装,它也可以从 Focuswriter 网站上获得。
### 使用 Focuswriter
不可否认Focuswriter 实际上处于文本编辑器和文字处理器的重叠的地带。它的默认格式是 <ruby>开放文档文本<rt>Open Document Text</rt></ruby>.odt格式所以它允许你设置文本样式和对齐文本、标记页眉以及开启和关闭智能引号。但它的文字处理器功能也就到此为止因为 Focuswriter 确实主要专注于_写作_而不是对你所写的东西进行样式设计。
Focuswriter 以几种不同的方式鼓励专注力:
#### 吸引力
Focuswriter 看起来并不像你平常的电脑应用程序,更不像你平常的文本编辑器。当它启动时,它会在你的文档后面加载一个主题。主题一般是良性的 —— 默认是写字台,但也有星空、远方的风景等等。当然,你并不是要全神贯注于此主题,但它确实可以帮助你避免被徘徊于你的编辑器后面的其他应用窗口或电脑桌面分散注意力。因为它很容易定制,所以你几乎不大可能找不到你喜欢的主题。
![木质写字台背景主题上的 Focuswriter 白色盒子与灰色字样][4]
#### 音效
Focuswriter 使用起来其实很有趣。除了视觉主题外它还有一个_可选的_打字机音频主题。启用后每按一次键都会发出机械打字机按键的声音。当你按下**回车键**时,回车的声音令人满意,这是对你完成一段文字(或一行文字,如果你为了改善版本控制而每行写一句话)的奖励。
这个音频主题完全是可选的,默认情况下是不开启的。你可能会怀疑它的效果,但你不应该低估发出这些生产力声音而有具有现代文本编辑能力所带来的满足感。
#### 全屏显示
Focuswriter 不仅在默认情况下启动全屏,而且还从视图中隐藏了其菜单和其他部件。要访问主菜单栏,你要将光标放在屏幕顶部,直到它出现。右边隐藏了一个滚动条,左边隐藏了一个文档切换器小部件,底部则隐藏着一个状态栏。
#### 极简主义
Focuswriter 的编辑功能并不多。它没有高级搜索选项,也没有代码格式化或语法高亮的专门选项。它的设计是让你在文档中写入文本,而不是其他的什么。即使是上下文右键菜单也只提供基本的编辑功能(复制、剪切、粘贴等)或拼写检查选项。
#### 聚焦一行
Focuswriter 的另一个可选功能是它能够“灰化”除了你的当前文本行之外的所有文本行。这可以帮助你的眼睛懒洋洋地定位你当前的文字行,如果你不是一个盲打打字员,或者如果你正在抄写一些你手写在纸张上的东西,眼睛必须经常远离屏幕,这可能特别有用。
#### 目标追踪
你可以在 Focuswriter 的首选项中为自己设置一个每日字数目标或定时目标。当你工作时,你的进度会被跟踪,并显示在屏幕底部的状态栏中。除非你将光标悬停在它上面,否则它是隐藏在你的视野中的,所以你不会被迫沉迷于它,但它足够方便,可以帮助你保持进度。
### 即使你认为它很傻,也请尝试一下 Focuswriter
以前也听说过全屏文本编辑器,但我一直不觉得全屏文本编辑器对我来说有什么重要意义。毕竟,几乎所有的应用程序都可以全屏显示,而我个人也没有任何关注力问题。
不过在尝试过 Focuswriter 之后我明白了一个好的全屏“关注力优先”文本编辑器的魅力所在。也许没有必要但话又说回来开源是如此的兴盛我们有大量的冗余应用这些应用功能略有差异但实现上差异很大。Focuswriter 让写作变得有趣,它让工作变得愉快。下载它,设定一个目标,然后开始写作吧!
--------------------------------------------------------------------------------
via: https://opensource.com/article/20/12/focuswriter
作者:[Seth Kenlon][a]
选题:[lujun9972][b]
译者:[wxy](https://github.com/wxy)
校对:[wxy](https://github.com/wxy)
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
[a]: https://opensource.com/users/seth
[b]: https://github.com/lujun9972
[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/typewriter-hands.jpg?itok=oPugBzgv (Typewriter with hands)
[2]: https://flathub.org/apps/details/org.gottcode.FocusWriter
[3]: https://gottcode.org/focuswriter/
[4]: https://opensource.com/sites/default/files/uploads/focuswriter-31_days_focuswriter-opensource.png (Focuswriter white box with gray wording on wooden writing desk background theme)