I have become fed up with writing down markdown tables scratch,
I need some "rich text editor like" program to automate creation of markdown for me and hence of tables.
The only rich text editor I work with is LibreOffice Writer and it doesn't support the .md
extension (I guess because markdown is basically plain text).
I also work with Visual Studio Code, but I assume "rich text like" editing of markdown isn't possible with it.
A quick google search on Markdown rich editing text like program didn't yield a related result for me.
How could I create markdown documents in a comfortable GUI ("automated") way so the markdown will be written for me?
This would ease me creating tables I publish in my GitHub account (I wish I could rich-edit markdown tables directly on GitHub).
Typora markdown editor supports images, headers, lists, tables, code fences, mathematics, diagrams, inline styles, etc. If you also have the pandoc package installed (
sudo apt install pandoc
) you can export documents from Typora in several common document formats.To install the Typora snap package open the terminal and type:
Typora can also make three different types of diagrams like this flowchart for example.
Mark Text is distributed in Linux as an appimage. Mark Text is better than Typora at accurately capturing everything on a webpage and Typora has a more user-friendly editor, so I use both applications. I use Mark Text as a webpage grabber, and then I copy/paste the markdown text I captured into Typora and use Typora to edit it.
I would prefer using VSCode itself with the extension Markdown All in One to get my job done. Here you can use the keyboard shortcuts such as
Ctrl + B
for bold andCtrl + I
for italics and at the same time see the live preview on the right side.Here is how it looks in the VSCode: -
and the extension is
Marktext would be the best choice.
Just press @ and it will help you create tables, etc, even flowcharts very easily:
Installation
Download the
marktext-xxx.deb
or the app-image from github:marktext, or run this code:clone the git project and build with yarn
Install some libs
Goto the marktext directory and install yarn dependencies and build the project (in the
build
directory you will find packages of your architecture plus the app-image):flatpack installation
AppImage
Download the AppImage from github:marktext and type the following:
chmod +x marktext-%version%-x86_64.AppImage
./marktext-%version%-x86_64.AppImage
You can still use LO Writer with
pandoc
Because LibreOffice supports MS Word
.doc
files, this popular answer from Stack Exchange might work for you:It also supports LibreOffice native
.odt
format as illustrated in these 30 examples.DOCX style sheets are supported better than ODT style sheets
As a github reference page notes in: Defining custom DOCX styles in LibreOffice (and Word)
Visit this github page for all kinds of great tips using pandoc.
Try it online before installing
You can try the pandoc online conversion tool before installing locally.
I've used this online markdown tables generator many times, and it works well.