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:
@@ -216,7 +216,8 @@ async function saveWholePage() {
|
||||
async function saveNote(title, content) {
|
||||
const resp = await triliumServerFacade.callService('POST', 'notes', {
|
||||
title: title,
|
||||
content: content
|
||||
content: content,
|
||||
clipType: 'note'
|
||||
});
|
||||
|
||||
if (!resp) {
|
||||
|
||||
Reference in New Issue
Block a user