"foam.edit.linkReferenceDefinitions": "withoutExtensions"
If you want to test your published foam, follow the instructions:
Assuming you have installed ruby/jekyll and the rest:
touch Gemfile
source 'https://rubygems.org'
gem "github-pages", "VERSION"
replacing VERSION
with the latest from https://rubygems.org/gems/github-pages (e.g. gem "github-pages", "209"
)
bundle
bundle exec jekyll 3.9.0 new .
Gemfile
according to the instructions at Creating Your Site Point n.8bundle exec jekyll serve
There are many other templates which also support publish your foam workspace to github pages
[todo] [good-first-task] Improve this documentation