mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
font family for popup, different clip types for notes and whole pages
This commit is contained in:
@@ -278,7 +278,8 @@ async function prepareMessageResponse(message) {
|
||||
title: title,
|
||||
content: body.innerHTML,
|
||||
images: images,
|
||||
pageUrl: getPageLocationOrigin() + location.pathname + location.search
|
||||
pageUrl: getPageLocationOrigin() + location.pathname + location.search,
|
||||
clipType: 'page'
|
||||
};
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user