mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-25 06:08:57 -05:00
add API to add plugin buttons, fixes
This commit is contained in:
@@ -65,6 +65,8 @@
|
||||
});
|
||||
}
|
||||
|
||||
data.sort((a, b) => a.date < b.date ? -1 : +1);
|
||||
|
||||
return data;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user