Docs sync @ 9490aa2 Fixed typo (#54)
Updated .vscode dir, and added assets
4
.vscode/.vscode/custom-tag-style.css
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
.foam-tag{
|
||||
color:#ffffff;
|
||||
background-color: #000000;
|
||||
}
|
|
@ -5,10 +5,10 @@
|
|||
// Foam's own extension
|
||||
"foam.foam-vscode",
|
||||
|
||||
// Tons of markdown goodies (lists, tables of content, so much more)
|
||||
"yzhang.markdown-all-in-one",
|
||||
// Prettier for auto formatting code
|
||||
"esbenp.prettier-vscode",
|
||||
|
||||
// Image-pasting for markdown
|
||||
"mushan.vscode-paste-image"
|
||||
// Understated grayscale theme (light and dark variants)
|
||||
"philipbe.theme-gray-matter"
|
||||
]
|
||||
}
|
8
.vscode/.vscode/keybindings.json
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
// This file does not get automatically applied
|
||||
// @TODO: Make it work or document how to copy to user keybindings
|
||||
[
|
||||
{
|
||||
"key": "cmd+shift+n",
|
||||
"command": "foam-vscode.create-note"
|
||||
}
|
||||
]
|
22
.vscode/.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,22 @@
|
|||
{
|
||||
"files.autoSave": "onFocusChange",
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.wrappingIndent": "indent",
|
||||
"editor.overviewRulerBorder": false,
|
||||
"editor.lineHeight": 24,
|
||||
"foam.edit.linkReferenceDefinitions": "withExtensions",
|
||||
"[markdown]": {
|
||||
"editor.quickSuggestions": {
|
||||
"other": true,
|
||||
"comments": false,
|
||||
"strings": false
|
||||
}
|
||||
},
|
||||
"git.enableSmartCommit": true,
|
||||
"git.postCommitCommand": "sync",
|
||||
"files.exclude": {
|
||||
"_site/**": true
|
||||
},
|
||||
"files.insertFinalNewline": true,
|
||||
"markdown.styles": [".vscode/custom-tag-style.css"]
|
||||
}
|
4
.vscode/foam.json
vendored
|
@ -1,4 +0,0 @@
|
|||
{
|
||||
"purpose": "this file exists to tell the foam-vscode plugin that it's currently in a foam workspace",
|
||||
"future": "we may use this for custom configuration"
|
||||
}
|
29
.vscode/settings.json
vendored
|
@ -1,29 +0,0 @@
|
|||
{
|
||||
"editor.minimap.enabled": false,
|
||||
"editor.wrappingIndent": "indent",
|
||||
"editor.overviewRulerBorder": false,
|
||||
"editor.lineHeight": 24,
|
||||
"[markdown]": {
|
||||
"editor.quickSuggestions": {
|
||||
"comments": "on",
|
||||
"strings": "on",
|
||||
"other": "on"
|
||||
}
|
||||
},
|
||||
"files.defaultLanguage": "markdown",
|
||||
"files.exclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"foam.edit.linkReferenceDefinitions": "off",
|
||||
"foam.openDailyNote.directory": "journal",
|
||||
"foam.openDailyNote.titleFormat": "fullDate",
|
||||
"git.enableSmartCommit": true,
|
||||
"git.postCommitCommand": "sync",
|
||||
"markdown.preview.breaks": true,
|
||||
"pasteImage.path": "${projectRoot}/attachments",
|
||||
"pasteImage.showFilePathConfirmInputBox": true,
|
||||
"prettier.singleQuote": false,
|
||||
}
|
|
@ -3,6 +3,10 @@
|
|||
|
||||
@import "{{ site.theme }}";
|
||||
|
||||
a {
|
||||
color: #3300ff;
|
||||
}
|
||||
|
||||
.markdown-body {
|
||||
max-width: 800px;
|
||||
font-size: 16px;
|
||||
|
@ -22,6 +26,22 @@ input.task-list-item-checkbox {
|
|||
margin-right: 4px;
|
||||
}
|
||||
|
||||
img[src*="demo"] {
|
||||
border: 1px #eee solid;
|
||||
-webkit-box-shadow: 4px 4px 16px 0px rgba(50, 50, 50, 0.1);
|
||||
-moz-box-shadow: 4px 4px 16px 0px rgba(50, 50, 50, 0.1);
|
||||
box-shadow: 4px 4px 16px 0px rgba(50, 50, 50, 0.1);
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 1170px) {
|
||||
img[src*="demo"] {
|
||||
max-width: 130%;
|
||||
margin-left: -15%;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
|
@ -31,3 +51,24 @@ blockquote {
|
|||
font-family: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida,
|
||||
"DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
|
||||
}
|
||||
|
||||
.wikilink:before {
|
||||
content: "[[";
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.wikilink:after {
|
||||
content: "]]";
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.github-only {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.announcement {
|
||||
background: #ede7ff;
|
||||
padding: 4px 16px;
|
||||
color: black;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
|
BIN
assets/images/azure-devops-wiki-demo.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
assets/images/create-new-note-from-template.gif
Normal file
After Width: | Height: | Size: 759 KiB |
BIN
assets/images/create-new-template.gif
Normal file
After Width: | Height: | Size: 391 KiB |
BIN
assets/images/custom-snippet.gif
Normal file
After Width: | Height: | Size: 521 KiB |
BIN
assets/images/custom-tag-style.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
assets/images/daily-note.gif
Normal file
After Width: | Height: | Size: 141 KiB |
BIN
assets/images/demo-backlinks-explorer.gif
Normal file
After Width: | Height: | Size: 2.9 MiB |
68
assets/images/diagram-drawio-demo.drawio.svg
Normal file
|
@ -0,0 +1,68 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="281px" height="181px" viewBox="-0.5 -0.5 281 181" content="<mxfile host="dd26700e-36c4-4a92-a6df-21c7be0d8350" modified="2020-08-31T10:44:14.509Z" agent="5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.48.2 Chrome/78.0.3904.130 Electron/7.3.2 Safari/537.36" etag="ygaBEVmOlivkHZFzXaxy" version="13.1.3"><diagram id="6hGFLwfOUW9BJ-s0fimq" name="Page-1">1ZVNT4NAEIZ/DVdT2NrWq7XqQU89aI+bMsKahSHboYC/3qXMAhvUmJi08QTzzMcy72yGQKyz+sHIIn3GGHQQzeI6EHdBFIXLcGUfLWmYhMvrjiRGxcwGsFUfwHDGtFQxHLxAQtSkCh/uMc9hTx6TxmDlh72h9k8tZAITsN1LPaUvKqa0o6toOfBHUEnqTg4XN50nky6YOzmkMsZqhMQmEGuDSN1bVq9Bt+o5Xbq8+2+8/YcZyOk3Caz7gRrXG8S2VTbRUIoJ5lJvBnprsMxjaAvMrDXEPCEWFoYWvgNRw3OTJaFFKWWavVArem3Tr+z5nbkbue5qLn0yGmfkZJou69qZu7FvSDtZLq9rsO3qW4kYHbA0e46K+FZJkwBHiX489mIDZmBPsSEGtCR19KtLvmBJHzfMwL7wGL4eyeKyI1n+o5HMzzQSPvoodekXHQ3JH0GVKoJtIU8fX9k16MvN9cAQ1D9rMO2OE6I5rxC3RN1KqYaN1LN0tI0Ws78LIiaCRBcXJFz4gvQCnUOQ+UQQcXFBRHQ+Qaw5/LROvtG/X2w+AQ==</diagram></mxfile>">
|
||||
<defs/>
|
||||
<g>
|
||||
<path d="M 110 60 L 110 90 L 60 90 L 60 113.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke"/>
|
||||
<path d="M 60 118.88 L 56.5 111.88 L 60 113.63 L 63.5 111.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/>
|
||||
<path d="M 170 60 L 170 90 L 220 90 L 220 113.63" fill="none" stroke="#000000" stroke-miterlimit="10" pointer-events="stroke"/>
|
||||
<path d="M 220 118.88 L 216.5 111.88 L 220 113.63 L 223.5 111.88 Z" fill="#000000" stroke="#000000" stroke-miterlimit="10" pointer-events="all"/>
|
||||
<rect x="80" y="0" width="120" height="60" fill="#ffffff" stroke="#000000" pointer-events="all"/>
|
||||
<g transform="translate(-0.5 -0.5)">
|
||||
<switch>
|
||||
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 30px; margin-left: 81px;">
|
||||
<div style="box-sizing: border-box; font-size: 0; text-align: center; ">
|
||||
<div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||
1
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</foreignObject>
|
||||
<text x="140" y="34" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">
|
||||
1
|
||||
</text>
|
||||
</switch>
|
||||
</g>
|
||||
<rect x="0" y="120" width="120" height="60" fill="#ffffff" stroke="#000000" pointer-events="all"/>
|
||||
<g transform="translate(-0.5 -0.5)">
|
||||
<switch>
|
||||
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 150px; margin-left: 1px;">
|
||||
<div style="box-sizing: border-box; font-size: 0; text-align: center; ">
|
||||
<div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||
2
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</foreignObject>
|
||||
<text x="60" y="154" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">
|
||||
2
|
||||
</text>
|
||||
</switch>
|
||||
</g>
|
||||
<rect x="160" y="120" width="120" height="60" fill="#ffffff" stroke="#000000" pointer-events="all"/>
|
||||
<g transform="translate(-0.5 -0.5)">
|
||||
<switch>
|
||||
<foreignObject style="overflow: visible; text-align: left;" pointer-events="none" width="100%" height="100%" requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="display: flex; align-items: unsafe center; justify-content: unsafe center; width: 118px; height: 1px; padding-top: 150px; margin-left: 161px;">
|
||||
<div style="box-sizing: border-box; font-size: 0; text-align: center; ">
|
||||
<div style="display: inline-block; font-size: 12px; font-family: Helvetica; color: #000000; line-height: 1.2; pointer-events: all; white-space: normal; word-wrap: normal; ">
|
||||
3
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</foreignObject>
|
||||
<text x="220" y="154" fill="#000000" font-family="Helvetica" font-size="12px" text-anchor="middle">
|
||||
3
|
||||
</text>
|
||||
</switch>
|
||||
</g>
|
||||
</g>
|
||||
<switch>
|
||||
<g requiredFeatures="http://www.w3.org/TR/SVG11/feature#Extensibility"/>
|
||||
<a transform="translate(0,-5)" xlink:href="https://desk.draw.io/support/solutions/articles/16000042487" target="_blank">
|
||||
<text text-anchor="middle" font-size="10px" x="50%" y="100%">
|
||||
Viewer does not support full SVG 1.1
|
||||
</text>
|
||||
</a>
|
||||
</switch>
|
||||
</svg>
|
After Width: | Height: | Size: 5.7 KiB |
BIN
assets/images/foam-janitor-demo.gif
Normal file
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/images/foam-log.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
assets/images/foam-navigation-demo.gif
Normal file
After Width: | Height: | Size: 3.3 MiB |
BIN
assets/images/graph-filter.gif
Executable file
After Width: | Height: | Size: 7.1 MiB |
BIN
assets/images/graph-style.gif
Normal file
After Width: | Height: | Size: 4.9 MiB |
BIN
assets/images/markdown-snippets.gif
Normal file
After Width: | Height: | Size: 407 KiB |
BIN
assets/images/md-notes-autocomplete-no-extension.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
assets/images/md-notes-autocomplete-with-extension.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
assets/images/migrating-one-note.png
Normal file
After Width: | Height: | Size: 104 KiB |
BIN
assets/images/note-embed-type-demo.gif
Normal file
After Width: | Height: | Size: 568 KiB |
BIN
assets/images/prettify-links-demo.gif
Normal file
After Width: | Height: | Size: 430 KiB |
BIN
assets/images/preview-image-in-glutter.png
Normal file
After Width: | Height: | Size: 41 KiB |
BIN
assets/images/preview-image-on-hover.png
Normal file
After Width: | Height: | Size: 40 KiB |
BIN
assets/images/readme-demo.gif
Normal file
After Width: | Height: | Size: 6.3 MiB |
BIN
assets/images/snippets.gif
Normal file
After Width: | Height: | Size: 389 KiB |
BIN
assets/images/style-node-by-type.png
Normal file
After Width: | Height: | Size: 73 KiB |
BIN
assets/images/template-picker-annotated.png
Normal file
After Width: | Height: | Size: 82 KiB |
BIN
assets/images/vercel-detect-preset.png
Normal file
After Width: | Height: | Size: 38 KiB |