Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown shortcuts #3297

Closed
Tracked by #3127
stsrki opened this issue Jan 7, 2022 · 0 comments · Fixed by #3373
Closed
Tracked by #3127

Markdown shortcuts #3297

stsrki opened this issue Jan 7, 2022 · 0 comments · Fixed by #3373
Assignees
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
Milestone

Comments

@stsrki
Copy link
Collaborator

stsrki commented Jan 7, 2022

Add an API to change keyboard shortcuts https://github.com/Ionaru/easy-markdown-editor#keyboard-shortcuts

@stsrki stsrki added the Type: Feature ⚙ Request or idea for a new feature. label Jan 7, 2022
@stsrki stsrki added this to the Last Minute milestone Jan 7, 2022
@stsrki stsrki self-assigned this Jan 7, 2022
WolfgangKluge pushed a commit to WolfgangKluge/Blazorise that referenced this issue Jan 28, 2022
WolfgangKluge pushed a commit to WolfgangKluge/Blazorise that referenced this issue Jan 29, 2022
@stsrki stsrki modified the milestones: Last Minute, 1.0 Feb 3, 2022
@stsrki stsrki added this to 🔙 Backlog in Development via automation Feb 3, 2022
Development automation moved this from 🔙 Backlog to ✔ Done Feb 3, 2022
stsrki added a commit that referenced this issue Feb 3, 2022
* Add autofocus option

* Add autoRefresh options

* Add autosave option

* Add blockStyles option

* Add forceSync option

* Add indentWithTabs option

* Add inputStyle option

* Add insertTexts option

* Add nativeSpellcheck option

* Add parsingConfig option

* Add previewClass option

EasyMDE allows string and string-array.
Since both are used as className, a space separated string is sufficient here.

* Add previewImagesInEditor option

* Add promptTexts options

* Add promptURLs option

* Add renderingConfig option

There is a `sanitizerFunction`-option in the renderingConfig.
This function does not allow to return a Promise - thus, `dotNetObjectRef.invokeMethodAsync` cannot be used
here and the current dispatcher does not support synchronous calls from JS to .NET.

* Add scrollbarStyle option

* Add shortcuts option

Solves #3297

* Add sideBySideFullscreen option

In contrast to EasyMDE, this defaults to `false` here.

* Add spellChecker option

EasyMDE allows a custom spellChecker function.. This is not supported, yet.

* Add status option

EasyMDE allows custom status bar items. This is not supported, yet.

* Add styleSelectedText option

* Add syncSideBySidePreviewScroll option

* Add unorderedListStyle option

* Fix: Property UploadImage exists but is never used as an option

In contrast to EasyMDE, the default value is `true`.

* Shortcut example

Co-authored-by: Wolfgang Kluge <wolfgang.kluge@klugesoftware.de>
Co-authored-by: Mladen Macanović <mladen.macanovic@gmail.com>
@stsrki stsrki mentioned this issue Feb 3, 2022
66 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature ⚙ Request or idea for a new feature.
Projects
Development
  
✔ Done
Development

Successfully merging a pull request may close this issue.

1 participant