markor
markor copied to clipboard
Markdown: Action for pretty md table formatting
⚠️ This issue respects the following points: ⚠️
- [x] This is a enhancement/feature request. Not a bug or question.
- [x] The topic is not already reported at Issues. (I've searched it).
- [x] Markor is up to date. See Releases for the latest version. Updates are available from F-Droid and GitHub.
- [x] The wanted feature/enhancement is not present in the latest development version (git master). (Please download and try the test version of Markor, named Marder. Don't worry; Markor and Marder appear as completely separate applications. You can install both side-by-side, and Markor's settings are not touched. If your desired feature is present, you don't need to open this issue. The change will be part of the next Markor update.)
Description
This is much needed to align columns in table and other formatting
Information
Android version: 15 Device: samsung App Version: 2.14.1
Source
F-Droid
Format / File type
Markdown
Additional info / Log
-
Can you please elaborate more what this is about?
I use markor to write markdown, when I create a table like
|Alaska | Cat
|---|:---
A|Bruno
I want it to be furnatted properly so that one can read it easily, such as this
| Alaska | Cat |
| ------ | :---- |
| A | Bruno |
Tools like prettier formats markdown properly. Would be useful to integrate it with markor on android. May be a button can be provided in the user interface to format the markdown content.