mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
Updated mermaid info button url.
This commit is contained in:
parent
45a05048fc
commit
4b338fe851
@ -86,7 +86,7 @@ export default class MermaidUI extends Plugin {
|
||||
|
||||
editor.ui.componentFactory.add( 'mermaidInfo', locale => {
|
||||
const buttonView = new ButtonView( locale );
|
||||
const link = 'https://ckeditor.com/blog/github-writer-now-available-with-mermaid-support/';
|
||||
const link = 'https://ckeditor.com/blog/basic-overview-of-creating-flowcharts-using-mermaid/';
|
||||
|
||||
buttonView.set( {
|
||||
label: t( 'Read more about Mermaid diagram syntax' ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user