mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-11 11:02:27 +08:00
21 lines
220 B
Plaintext
21 lines
220 B
Plaintext
![]() |
Page 1
|
||
|
|
||
|
Heading 1
|
||
|
---------
|
||
|
|
||
|
Heading 2
|
||
|
---------
|
||
|
|
||
|
### Heading 3
|
||
|
|
||
|
```
|
||
|
class Foo {
|
||
|
hoistedNoteChangedEvent({ ntxId }) {
|
||
|
if (this.isNoteContext(ntxId)) {
|
||
|
this.refresh();
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
```
|
||
|
|
||
|
Page 2
|