- English
- 日本語
Abstract
Hello everyone, it’s candle.
Atom has a markdown preview function from the beginning.
When markdown’s sentence becomes long, every time you edit it, the preview back to the top.
And, you have to scroll every time to check.
It is so tough, we will put a plug-in that will automatically adjust the preview.
Premise
Atom has been installed
Install markdown-scroll-sync
markdown-scroll-sync is a plug-in that adjusts the preview position you are currently editing.
Choose “Atom” → ” Preferences” from the top menu bar.
Select the “install” tab, type “markdown-scroll-sync” in the search field and press Enter.
Press “Install” button of “markdown-scroll-sync” displayed at the top.
It is installed.
We use it in markdown preview.
Open a markdown file such as hello.md.
Let’s write the below text.
# Automatically scroll markdown To write markdown with Atom is absolutely wonderful. Because there are amazing functions. - Beautiful markdown syntax color. - Markdown autocomplete. - For example, a format to write program code that you would like to type "code" should be expanded - There is a markdown preview function from the beginning I do not know such a wonderful editor. ## Display the preview We sometimes forget shortcut to display the preview. So, I wrote it here. In the Mac. ``` Ctrl + Shift + m ``` ## Problem If there is a problem, the preview backs to the top when you type a letter. However, if you use "markdown-scroll-sync" that you have installed in this time, it will automatically adjusts the preview you're currently editing. ## conclustion Atom is the best Markdown editor.
This is the image I wrote markdown.
Conclusion
Atom is the best Markdown editor.