mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 23:05:51 +01:00
added "what links here" widget
This commit is contained in:
@@ -157,6 +157,7 @@ function register(app) {
|
||||
apiRoute(DELETE, '/api/notes/:noteId/attributes/:attributeId', attributesRoute.deleteNoteAttribute);
|
||||
apiRoute(GET, '/api/attributes/names', attributesRoute.getAttributeNames);
|
||||
apiRoute(GET, '/api/attributes/values/:attributeName', attributesRoute.getValuesForAttribute);
|
||||
apiRoute(GET, '/api/notes/:noteId/target-relations', attributesRoute.getTargetRelations);
|
||||
|
||||
apiRoute(POST, '/api/notes/:noteId/link-map', linkMapRoute.getLinkMap);
|
||||
apiRoute(GET, '/api/notes/:noteId/links', linksRoute.getLinks);
|
||||
|
||||
Reference in New Issue
Block a user