mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +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 |