Skip to content

Links

Notes can reference each other using wikilinks (ex: [[file#note]]).

## Note: A
Check note [[#A]].
## Note: B
Check note [[#B]].

Special attributes are also analyzed to determine the links between notes.

  • references (type: string[])
  • source (type: string)
  • inspirations (type: string[])

Wikilinks inside these attributes automatically generate links (= navigable links in The NoteWriter Desktop).

references

## Note: A
`@references: https://random.website`
`@references: _A Random Book_`
`@references: [[#B]]`
A first note.
## Note B
A second note.

The last reference is similar to:

## Note: A
A first note.
## Note: B
A second note referencing [[#A]]

source

# Note: A
`@source: https://some.random.blog`

inspirations

## Note: A
`@inspiration: [[books/book-A#Quote: On Note-Taking]]`
A note.