A brief discussion on how to configure markdown in Atom
I don’t know how many people are like me. Each software corresponds to a special type of file, such as pycharm for python; sublime for assembly. Of course VScode supports me to open it. All kinds of small files (I don't want to open the IDE every time I open a file), and Atom has become my best choice for using markdown.
Atom
Atom is a cross-platform text editor launched by github specifically for programmers. Here is the download address or https://atom.io.
markdown
Markdown is a lightweight markup language that allows people to write documents in a plain text format that is easy to read and write. Anyway, you can find a lot of introductions online, and most of them are irrelevant. Let’s focus on the key points—easy to read and write.
Atom configuration markdown
First of all, after you download Atom, open a file and save it as xxx.md, so that the file is already in markdown format. Here are more configurations These are some of my commonly used functions. For all the packages mentioned below, you can search through setting (Mac: command , )->install (a bit slow).
Related recommendations: "atom tutorial"
The following are my commonly used packages.
markdown-preview
When we finish writing an article in markdown format (sometimes it really can’t be called an article), it will not be the same as when we use Word or WPS. It is so gorgeous when using similar office software. For example, the bunch of things above actually look like this in the .md file
But obviously, what we see is not like this, so we can install a package to preview when writing something What we write. There are many options for Atom here. Common preview packages include markdown-preview; markdown-preview-plus and markdown-preview-enhanced, and of course there are many more. The first one is official from atom, but it may not be so feature-rich and is more suitable for light use or lazy people like me. The second one is developed by the community and is also very useful but it seems that it has not been updated for a long time. There is a bug that is widely discussed on github. I haven’t tried the third one, but the download volume is quite large. Of course, when you choose one of them as your preview tool, please remember to keep the other packages closed in settings->packages.
markdown-scroll-sync
A package that allows you to quickly locate the original text when you browse the document and find that you need to modify it. Able to achieve synchronous scrolling, of course including the cursor position.
markdown-writer
An editor that is more convenient than ordinary markdown and can better manage images and links. You can check out the specific usage.
language-markdown
This package can provide you with functions such as keyword coloring of code and convenient code snippet generation.
markdown-image-paste
allows you to use command v to paste images instead of using markdown syntax, especially for local images. If you change the location, you may find Not here.
markdown-table-editor
Being able to use | to create tables, especially compared to other markdown table creations, would be perfect.
markdown-to-pdf
Needed to export what you wrote in pdf format.
Written at the end
For the above packages, if you don’t know how to use them or want to find out how to use them, you can go to https://atom.io/packages to search for the corresponding packages. However, I won’t introduce too much here. We also welcome everyone to recommend more useful packages to each other.
For more knowledge about computer programming, please visit: Introduction to Programming! !
The above is the detailed content of A brief discussion on how to configure markdown in Atom. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Vue implements the blog front-end and needs to implement markdown parsing. If there is code, it needs to implement code highlighting. There are many markdown parsing libraries for Vue, such as markdown-it, vue-markdown-loader, marked, vue-markdown, etc. These libraries are all very similar. Marked is used here, and highlight.js is used as the code highlighting library. The specific implementation steps are as follows: 1. Install dependent libraries. Open the command window under the vue project and enter the following command npminstallmarked-save//marked to convert markdown into htmlnpmins

This article will share with you 40+ commonly used plug-ins for atom, as well as methods for installing plug-ins in atom. I hope it will be helpful to you!

First, make sure you have Python3 and Tkinter installed. Other things we need are tkhtmlview and markdown2. You can install them by running pipinstalltkhtmlviewmarkdown2 or pip3installtkhtmlviewmarkdown2 (if you have multiple Python versions). Now launch your favorite editor or IDE and create a new file (for example www.linuxidc.com.py (I named it linuxidc.com editor)). We'll start by importing the necessary libraries. fromtkinterimport*fro

According to news from this site on April 9, Intel today released the Amston Lake series of Atom processors at Embedded World 2024. The Amston Lake processor is based on the Intel7 process and supports single-channel memory. It can be regarded as a branch variant of the Alder Lake-N processor, including the edge-oriented Atom x7000RE series and the network-oriented x7000C series. This site reported on the ADL-N architecture Atom x7000E processor with up to four cores in 2023, and today’s x7000RE series has further expanded the specifications: it can choose up to 8-core Atom x7835RE, both this processor and the four-core x7433RE Equipped with 32E

How to use markdown in VScode? The following article will introduce you to the method of configuring Markdown in VScode, and talk about the basic syntax of Markdown. I hope it will be helpful to you!

As people continue to pursue technology, more and more tools and applications are developed to help people simplify complex tasks. One of them is Markdown, which is a lightweight markup language that converts plain text into HTML-formatted text. This article will introduce how to use PHP to implement Markdown conversion.

What coin is ATOM? ATOM is the native token of the Cosmos network, a decentralized blockchain platform designed to facilitate connectivity and interoperability between different blockchains. The mission of the Cosmos project is to build a network called "Interconnected Blockchain", and the ATOM token plays a vital role in this network. ATOM tokens were originally issued through an ICO (Initial Coin Offering) in 2017. As a token based on the Tendermint consensus algorithm on the Cosmos blockchain, ATOM tokens are used in the Cosmos network as rewards to incentivize node participants and maintain network security. Cosmos Network The Cosmos Network is a network of independent blockchains that are connected to each other.

How to perform synchronization settings and special effect typing in Atom? In this article, I will recommend several practical plug-ins to you and see what effect they have. I hope it will be helpful to you!
