Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.04 KB

File metadata and controls

44 lines (26 loc) · 1.04 KB
date published categories tags
2026-03-04
true
notes
meta
software

Foam

Most of these are carried over from [[daily-2023-09-05]], when I first started using Foam, and are things I wish to keep myself aware of.

Notable Features

SNippets

[[VSCode]] Snippet Variables are used in [[Foam]] along with custom $FOAM_ prefixed variables:

https://code.visualstudio.com/docs/editor/userdefinedsnippets#_variables

Hashtags

[[Foam]] can do tags via #hashtag syntax or via Jekyll style "frontmatter" YAML:

https://foambubble.github.io/foam/user/features/tags

Templates

[[Foam]] has a couple special template names for regular notes and daily notes:

https://foambubble.github.io/foam/user/features/note-templates.html

Foam supports various YAML frontmatter properties carried over from Jekyll:

https://foamnotes.com/user/features/note-properties.html

Jekyll uses YAML frontmatter, and these are the pre-defined variables:

https://jekyllrb.com/docs/front-matter/