|
1 | 1 | <!-- omit in toc -->
|
| 2 | + |
2 | 3 | # Recipes
|
3 | 4 |
|
4 | 5 | A #recipe is a guide, tip or strategy for getting the most out of your Foam workspace!
|
5 | 6 |
|
6 |
| -- [Contribute](#contribute) |
7 |
| -- [Take smart notes](#take-smart-notes) |
8 |
| -- [Discover](#discover) |
9 |
| -- [Organise](#organise) |
10 |
| -- [Write](#write) |
11 |
| -- [Version control](#version-control) |
12 |
| -- [Publish](#publish) |
13 |
| -- [Collaborate](#collaborate) |
14 |
| -- [Workflow](#workflow) |
15 |
| -- [Creative ideas](#creative-ideas) |
16 |
| -- [Other](#other) |
| 7 | +- [Recipes](#recipes) |
| 8 | + - [Contribute](#contribute) |
| 9 | + - [Take smart notes](#take-smart-notes) |
| 10 | + - [Discover](#discover) |
| 11 | + - [Organise](#organise) |
| 12 | + - [Write](#write) |
| 13 | + - [Version control](#version-control) |
| 14 | + - [Publish](#publish) |
| 15 | + - [Collaborate](#collaborate) |
| 16 | + - [Workflow](#workflow) |
| 17 | + - [Creative ideas](#creative-ideas) |
| 18 | + - [Other](#other) |
17 | 19 |
|
18 | 20 | ## Contribute
|
19 | 21 |
|
@@ -75,11 +77,11 @@ A #recipe is a guide, tip or strategy for getting the most out of your Foam work
|
75 | 77 | - Publish using community templates
|
76 | 78 | - [[publish-to-netlify-with-eleventy]] by [@juanfrank77](https://github.com/juanfrank77)
|
77 | 79 | - [[generate-gatsby-site]] by [@mathieudutour](https://github.com/mathieudutour) and [@hikerpig](https://github.com/hikerpig)
|
78 |
| - |
79 | 80 | - Make the site your own by [[publish-to-github]].
|
80 | 81 | - Render math symbols, by either
|
81 | 82 | - adding client-side [[math-support-with-mathjax]] to the default [[publish-to-github-pages]] site
|
82 | 83 | - adding a custom Jekyll plugin to support [[math-support-with-katex]]
|
| 84 | +- Export note to PDF [[export-to-pdf]] |
83 | 85 |
|
84 | 86 | ## Collaborate
|
85 | 87 |
|
@@ -140,6 +142,7 @@ _See [[contribution-guide]] and [[how-to-write-recipes]]._
|
140 | 142 | [publish-to-github]: ../publishing/publish-to-github.md "Publish to GitHub"
|
141 | 143 | [math-support-with-mathjax]: ../publishing/math-support-with-mathjax.md "Math Support"
|
142 | 144 | [math-support-with-katex]: ../publishing/math-support-with-katex.md "Katex Math Rendering"
|
| 145 | +[export-to-pdf]: export-to-pdf.md "Export to PDF" |
143 | 146 | [real-time-collaboration]: real-time-collaboration.md "Real-time Collaboration"
|
144 | 147 | [capture-notes-with-drafts-pro]: capture-notes-with-drafts-pro.md "Capture Notes With Drafts Pro"
|
145 | 148 | [capture-notes-with-shortcuts-and-github-actions]: capture-notes-with-shortcuts-and-github-actions.md "Capture Notes With Shortcuts and GitHub Actions"
|
|
0 commit comments