-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* isWritableByCurrentUser is not part of systemsettings, remove it * post event for message * add the posibility to use persistent or transistent notification * add toast type also * Changes for Jan 3, 2025. * Fixed static method reference. Grammer fixes * Version 5.1 rc changes --------- Co-authored-by: Mikke Schirén <[email protected]> Co-authored-by: Josh <[email protected]>
- Loading branch information
1 parent
69499ae
commit 4402665
Showing
10 changed files
with
234 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Documentation | ||
|
||
## Message Markdown | ||
A minimal set of markdown support was added to the message field with 5.1 release of the plugin. | ||
|
||
The following markdown variants are supported* | ||
|
||
### Headings | ||
```markdown | ||
# Header 1 | ||
Message | ||
|
||
## Header 2 | ||
Message | ||
|
||
### Header 3 | ||
Message | ||
|
||
### Header 4 | ||
Message | ||
``` | ||
> *Need to be at beginning of line | ||
### Bolding and Italics | ||
```markdown | ||
*This is italicized* | ||
|
||
**This is bolded** | ||
|
||
***This is italicized and bolded*** | ||
``` | ||
|
||
### Links | ||
Links will open in a new tab -> target="_blank". This behavior cannot be changed. | ||
```markdown | ||
[Link Name](https://github.com/jbrule) | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.