Generally, updating Markdown is easy. We can just use our text editor or use a lot of online tools that allow Markdown previewing. However, one of the pain points that I felt when editing Markdown was when updating tables. When I need to remove a row with ordered numbers, I need to also update ALL ROWS below the deleted row. This is a chore and I think it is a room for improvement.
Try it out: https://imballinst.github.io/markdownclap.
- Markdown preview
- Markdown inspection, with supported elements including:
- Tables
- Import CSV file into Markdown table
- Paste cells from other source of spreadsheet as Markdown table
- WYSIWYG-like toolbars and shortcuts (bold, italic, headings, links)
This site is built using Astro and SolidJS. Additionally, to share states, we are using nanostores.
- Node.js® 16
- Yarn Classic
# Install deps
yarn
# Start the development server
yarn dev
yarn test
At the moment, the site is published to GitHub pages: https://imballinst.github.io/markdownclap. This is automated on every push to main
branch.
MIT