mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
update content should parse out links #3509
This commit is contained in:
@@ -123,6 +123,8 @@ function register(router) {
|
||||
|
||||
note.setContent(req.body);
|
||||
|
||||
noteService.scanForLinks(note);
|
||||
|
||||
return res.sendStatus(204);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user