I am constantly writing small markdown notes and I've decided to make minimlistic, stylish and high-perfomance redactor to sue my needs. This app has all basic functionality to comfortably write markdown text on laptops and mobile devices. Check it live here.
- Text highlighting while writing markdown, ability to preview your markdown notes
- Debounced text parsing for higher perfomance, preview lazy-loading
- Ability to press button and insert most common markdown presets (bold, italic text, header or link) or to clear screen
- You can store your session in your browser's local storage and restore it later on to continue work
- Characters and words calculation, ability to hide it
- You can either show or hide markdown preview (it is hidden on the first render to increase TTI)
- Amazing dark theme
App is also optimized for mobile devices:
- React + TypeScript
- Vite
- SASS
- highlight.js for text highlighting
- remarkable for markdown parsing
- Iconify and react-useanimations for svg icons
- Reach Tooltip for tooltips
- Surge for static page deployment
- Add ability to download markdown files
- Optimize adaptive layout, work on cross-browser solutions