You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Server: Add support for sharing notes via a link
This commit is contained in:
@ -20,6 +20,7 @@ function plugin(markdownIt: any, ruleOptions: RuleOptions) {
|
||||
plainResourceRendering: ruleOptions.plainResourceRendering,
|
||||
postMessageSyntax: ruleOptions.postMessageSyntax,
|
||||
enableLongPress: ruleOptions.enableLongPress,
|
||||
itemIdToUrl: ruleOptions.itemIdToUrl,
|
||||
});
|
||||
|
||||
ruleOptions.context.currentLinks.push({
|
||||
|
Reference in New Issue
Block a user