Skip to content

Releases: MjstcQueentin/markdown-editor

Markdown Editor v2.5.3

01 Mar 19:45

Choose a tag to compare

  • 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

09 Nov 00:20

Choose a tag to compare

  • Mise à niveau vers Angular 20
  • Mise à jour des dépendances

Markdown Editor 2.5.1

16 Mar 14:33

Choose a tag to compare

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

12 Jan 02:33

Choose a tag to compare

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

13 Dec 19:38

Choose a tag to compare

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

27 Oct 10:56

Choose a tag to compare

This release focuses on supporting the Launch Handler API.

Markdown Editor v2.3

19 Aug 09:25

Choose a tag to compare

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

23 Feb 18:16

Choose a tag to compare

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

28 Apr 17:26

Choose a tag to compare

  • 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

13 Apr 17:58

Choose a tag to compare

  • Layout is now mobile friendly
  • The textarea cannot be resized anymore
  • New maskable icons for mobile platforms