mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04:00
11 lines
600 B
Markdown
11 lines
600 B
Markdown
# Orphans
|
|
|
|
Foam helps you to find orphans: notes that have neither forward links nor backlinks.
|
|
|
|
Orphans can be found in the Orphans panel.
|
|
|
|
Two settings allows you to control the behaviour of the Orphans panel:
|
|
|
|
- `foam.orphans.exclude`: list of glob patterns that will be used to exclude directories. For example, a value of `["journal/**/*"]` would exclude your daily notes.
|
|
- `foam.orphans.groupBy`: sets the default view mode of the Orphans panel: either groups by folder (by default), or lists all orphans. The view can be toggled on the fly from the panel, but it won't overwrite the setting.
|