4bcc727b08676672a4c533a762cac00fe0b83a92
.obsidian/core-plugins.json
| ... | ... | @@ -26,5 +26,6 @@ |
| 26 | 26 | "workspaces": false, |
| 27 | 27 | "file-recovery": true, |
| 28 | 28 | "publish": false, |
| 29 | - "sync": false |
|
| 29 | + "sync": false, |
|
| 30 | + "webviewer": false |
|
| 30 | 31 | } |
| ... | ... | \ No newline at end of file |
.obsidian/workspace.json
| ... | ... | @@ -13,12 +13,12 @@ |
| 13 | 13 | "state": { |
| 14 | 14 | "type": "markdown", |
| 15 | 15 | "state": { |
| 16 | - "file": "Home.md", |
|
| 16 | + "file": "faq.md", |
|
| 17 | 17 | "mode": "source", |
| 18 | 18 | "source": true |
| 19 | 19 | }, |
| 20 | 20 | "icon": "lucide-file", |
| 21 | - "title": "Home" |
|
| 21 | + "title": "faq" |
|
| 22 | 22 | } |
| 23 | 23 | } |
| 24 | 24 | ] |
| ... | ... | @@ -40,7 +40,8 @@ |
| 40 | 40 | "state": { |
| 41 | 41 | "type": "file-explorer", |
| 42 | 42 | "state": { |
| 43 | - "sortOrder": "alphabetical" |
|
| 43 | + "sortOrder": "alphabetical", |
|
| 44 | + "autoReveal": false |
|
| 44 | 45 | }, |
| 45 | 46 | "icon": "lucide-folder-closed", |
| 46 | 47 | "title": "Files" |
| ... | ... | @@ -175,12 +176,12 @@ |
| 175 | 176 | }, |
| 176 | 177 | "active": "2a5b58d4cf8b7f2c", |
| 177 | 178 | "lastOpenFiles": [ |
| 178 | - "getting_started.md", |
|
| 179 | 179 | "downloads.md", |
| 180 | + "Home.md", |
|
| 181 | + "getting_started.md", |
|
| 180 | 182 | "client_usage.md", |
| 181 | 183 | "client_install.md", |
| 182 | 184 | "client_CLI_install.md", |
| 183 | - "_Sidebar.md", |
|
| 184 | - "Home.md" |
|
| 185 | + "_Sidebar.md" |
|
| 185 | 186 | ] |
| 186 | 187 | } |
| ... | ... | \ No newline at end of file |
faq.md
| ... | ... | @@ -74,3 +74,18 @@ R is /programs/x86_64-linux/r/3.6.2/bin/R |
| 74 | 74 | |
| 75 | 75 | ``` |
| 76 | 76 | |
| 77 | + |
|
| 78 | + |
|
| 79 | +``` |
|
| 80 | +This is a regular paragraph. |
|
| 81 | + |
|
| 82 | +<table> |
|
| 83 | + <tr> |
|
| 84 | + <td>Foo</td> |
|
| 85 | + </tr> |
|
| 86 | +</table> |
|
| 87 | + |
|
| 88 | +This is another regular paragraph. |
|
| 89 | +``` |
|
| 90 | + |
|
| 91 | + |