Releases: MjstcQueentin/markdown-editor
Releases · MjstcQueentin/markdown-editor
Markdown Editor v2.5.3
- Mise à jour des dépendances
- Passage au système Material 3 et corrections de certaines incohérences visuelles
- Les boutons qui étaient sous le menu "Ajouter" ont été remontés dans la barre d'outils
Markdown Editor 2.5.2
- Mise à niveau vers Angular 20
- Mise à jour des dépendances
Markdown Editor 2.5.1
This release focuses on adding some missing assets and fixing appearance issues.
- Upgraded Angular to v19
- New appearance for the "About" dialog, with the app icon and mentions of third party software
- Added a new setting for the user to choose to be forced to add alt text on images
- Added screenshots to the app manifest
- The selected text will now appear in the "Add link" dialog
- Removed the "twitter:" meta tags, added the "fediverse:creator" meta tag
- Fixed the toolbar buttons overlapping with the window controls on desktop
Markdown Editor v2.5.0.1
This release focuses on fixing some errors that occurred in specific contexts.
- Fixed the error that occured when the user tried to share a file with a name ending with ".md"
- Fixed the file name not appearing when the app was opened by a registered file handler
- Fixed the file name overflowing outside of the screen
Markdown Editor v2.5
This release focuses on improving the PWA's integration in desktop systems
- Added support for sharing the text with the system share sheet
- Added support for Window Controls Overlay
- Edited file's name is now displayed as the page title
- When opening a file, the editor asks for confirmation before erasing any unsaved edits
- In the "Add an image" dialog, alt text is now presented as a textarea
- Various improvements in stylesheets
Markdown Editor v2.4
This release focuses on supporting the Launch Handler API.
- Updated to Angular 18, and updated markdown dependencies
- Added support for the Launch Handler API.
- Only works on Chromium browsers for now. See https://developer.mozilla.org/en-US/docs/Web/API/Launch_Handler_API#browser_compatibility
Markdown Editor v2.3
This release focuses on making formatting and adding items easier.
-
New items are not concatenated at the end of the document anymore, but always inserted at the cursor's location.
- For new paragraphs and quotes, prefixes are added before selected text. When no text is selected, a new paragraph is inserted after the cursor location.
- When no text is selected, formatting markers (bold, italic, strike-through) are added after the cursor's location with a placeholder that is automatically selected for easy replacement.
- New blocks (code, tables, lists...) are added after the cursor location and will replace any selected text.
-
Fixed cursor not being visible on the left border on Chromium browsers.
-
Added a new keyboard shortcut for quotes (
Ctrl+Q)
Markdown Editor v2.2
Multiple improvements are to be expected on this new release, making Markdown Editor an actual web app!
- Updated Angular to v17, and all dependencies
- Added the
<link rel=apple-touch-icon">tag - Enabled dark mode support (follows system setting)
- Introduced a new toolbar layout: icon moved to the left, buttons moved to a new menu on the left
- Removed the footer, moved "about app" information to a dedicated dialog
- Moved the spellcheck toggle button to a settings dialog
- Formatting buttons will now edit selected text
- Added a new user-friendly experience for adding items such as links, tables, lists
- Added file system reading and writing capabilities
- Added keyboard shortcuts
Markdown Editor v2.1
- Changed the theme color meta tag so it matches the toolbar background color
- Added a rule to hide the title on small screens
- Fixed the broken appearance of the footer on mobile screens
- Added OpenGraph support
Markdown Editor v2
- Layout is now mobile friendly
- The textarea cannot be resized anymore
- New maskable icons for mobile platforms