mirror of
https://github.com/zadam/trilium.git
synced 2026-01-17 12:04:24 +01: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 |