diff --git a/content/Excalidraw/Drawing 2023-02-20 18.15.18.excalidraw.md b/content/Excalidraw/Drawing 2023-02-20 18.15.18.excalidraw.md new file mode 100644 index 000000000..091d9f967 --- /dev/null +++ b/content/Excalidraw/Drawing 2023-02-20 18.15.18.excalidraw.md @@ -0,0 +1,15 @@ +--- + +excalidraw-plugin: parsed +tags: [excalidraw] + +--- +==⚠ Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. ⚠== + + +%% +# Drawing +```json +{"type":"excalidraw","version":2,"source":"https://excalidraw.com","elements":[],"appState":{"gridSize":null,"viewBackgroundColor":"#ffffff"}} +``` +%% \ No newline at end of file diff --git a/content/notes/Resource Repositories.md b/content/notes/Resource Repositories.md index 7786df7ac..1d3e7095c 100644 --- a/content/notes/Resource Repositories.md +++ b/content/notes/Resource Repositories.md @@ -4,3 +4,4 @@ title: "Resource Repositories" +[[notes/test.canvas]] \ No newline at end of file diff --git a/content/notes/test.canvas b/content/notes/test.canvas new file mode 100644 index 000000000..553ee5c26 --- /dev/null +++ b/content/notes/test.canvas @@ -0,0 +1,9 @@ +{ + "nodes":[ + {"id":"6d086377874a2c3e","x":125,"y":120,"width":290,"height":136,"type":"text","text":"hello\n```python\nprint(hello)\n```"}, + {"id":"4ea13bda93de0345","x":145,"y":-186,"width":250,"height":56,"type":"text","text":"hello"} + ], + "edges":[ + {"id":"cd66a8b0cd595be8","fromNode":"4ea13bda93de0345","fromSide":"bottom","toNode":"6d086377874a2c3e","toSide":"top"} + ] +} \ No newline at end of file