mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
7189a63618
* Add basic markdown it rendering * Add markdown preview * Add embedings for vimeo, youtube, gist * Add support for legacy shortcodes and link detection * Set "both" as editor default * Add markdown-it-task-lists * Add twemoji * Changed SlideShare short-code behaviour from embedding to generating a link * Extract markdown it parser debugger into separate component * Deactivate markdown it linkify for now * Add link safety attributes * Add one-click-embedding component and use it * Added embedding changes and deprecations to CHANGELOG.md Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de> Co-authored-by: Philip Molares <philip@mauricedoepke.de> Co-authored-by: Erik Michelson <github@erik.michelson.eu>
37 lines
1.6 KiB
Markdown
37 lines
1.6 KiB
Markdown
# Changelog
|
|
|
|
## [Unreleased]
|
|
|
|
### Deprecations
|
|
- This version of CodiMD is the last version that supports the following short-code syntaxes for embedding content. Embedding works now instead by putting the plain webpage link to the content into a single line.
|
|
- `{%youtube someid %}` -> https://youtube.com/watch?v=someid
|
|
- `{%vimeo 123456789 %}` -> https://vimeo.com/123456789
|
|
- `{%gist user/12345 %}` -> https://gist.github.com/user/12345
|
|
- `{%slideshare user/my-awesome-presentation %}` -> Embedding removed
|
|
- `{%speakerdeck foobar %}` -> Embedding removed
|
|
|
|
### Removed
|
|
|
|
- SlideShare embedding
|
|
- If a legacy embedding code is detected it will show the link to the presentation instead of the embedded presentation
|
|
- Speakerdeck embedding
|
|
- If a legacy embedding code is detected it will show the link to the presentation instead of the embedded presentation
|
|
|
|
### Added
|
|
|
|
- A new table view for the history (besides the card view)
|
|
- Better support for RTL-languages (and LTR-content in a RTL-page)
|
|
- Users may now change their display name and password (only email accounts) on the new profile page
|
|
|
|
### Changed
|
|
|
|
- The sign-in/sign-up functions are now on a separate page
|
|
- The history shows both the entries saved in LocalStorage and the entries saved on the server together
|
|
- The gist and pdf embeddings now use a one-click aproach similar to vimeo and youtube
|
|
|
|
---
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|