mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 15:26:59 +08:00
@@ -294,6 +294,10 @@ export class AtMenuConfigService extends Service {
|
||||
onSelect: date => {
|
||||
if (date) {
|
||||
onSelectDate(date);
|
||||
track.doc.editor.atMenu.linkDoc({
|
||||
journal: true,
|
||||
type: 'specific date',
|
||||
});
|
||||
this.dialogService.close(id);
|
||||
}
|
||||
},
|
||||
@@ -328,6 +332,10 @@ export class AtMenuConfigService extends Service {
|
||||
>`
|
||||
: dateDisplay,
|
||||
action: () => {
|
||||
track.doc.editor.atMenu.linkDoc({
|
||||
journal: true,
|
||||
type: alias,
|
||||
});
|
||||
onSelectDate(dateString);
|
||||
},
|
||||
});
|
||||
|
||||
@@ -26,7 +26,7 @@ type NavigationEvents =
|
||||
| 'open'
|
||||
| 'close'; // openclose modal/diaglog
|
||||
|
||||
// END SECTION
|
||||
// END SECTIONalias
|
||||
|
||||
// SECTION: doc events
|
||||
type WorkspaceEvents =
|
||||
@@ -430,6 +430,7 @@ export type EventArgs = {
|
||||
};
|
||||
editProperty: { type: string };
|
||||
addProperty: { type: string; control: 'at menu' | 'property list' };
|
||||
linkDoc: { type: string; journal: boolean };
|
||||
};
|
||||
|
||||
// for type checking
|
||||
|
||||
Reference in New Issue
Block a user