%% date:: [[2024-04-21]] parent:: %% # [[Visual note-taking]] ![[Visual note-taking.svg]] Visual [[Note-taking]] is an images-first approach to creating notes. ## Advantages of making notes visual [[Multi-sensory input]] helps you remember things. ## Concerns with visual notes - Searching images is difficult - [[Linking]] between images is difficult - Storage for images is higher than storage of text ## How to take visual notes [Playlist of videos for visual PKM](https://www.youtube.com/watch?v=9ELqSWucVYo&list=PL-1Nqb2waX4X_Czs-q0JuYEraJ5poiVrA) ![](https://youtu.be/9ELqSWucVYo) ![](https://www.youtube.com/watch?v=erKrXsIwbAg) ### Hybrid notes ![](https://youtu.be/zmgqMZi6QL8) ## Related - [[Obsidian Excalidraw]] - [[Obsidian Canvas core plugin|Obsidian Canvas]] - [[Mermaid]] %% # Text Elements # Drawing ```json { "type": "excalidraw", "version": 2, "source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.1.1", "elements": [ { "id": "V7hRAFau", "type": "text", "x": 388.5514131784439, "y": -180.92675018310547, "width": 3.8599853515625, "height": 24, "angle": 0, "strokeColor": "#1e1e1e", "backgroundColor": "transparent", "fillStyle": "solid", "strokeWidth": 2, "strokeStyle": "solid", "roughness": 1, "opacity": 100, "groupIds": [], "frameId": null, "roundness": null, "seed": 1628134616, "version": 2, "versionNonce": 1212942040, "isDeleted": true, "boundElements": null, "updated": 1712048641036, "link": null, "locked": false, "text": "", "rawText": "", "fontSize": 20, "fontFamily": 4, "textAlign": "left", "verticalAlign": "top", "containerId": null, "originalText": "", "lineHeight": 1.2 } ], "appState": { "theme": "dark", "viewBackgroundColor": "#ffffff", "currentItemStrokeColor": "#1e1e1e", "currentItemBackgroundColor": "transparent", "currentItemFillStyle": "solid", "currentItemStrokeWidth": 2, "currentItemStrokeStyle": "solid", "currentItemRoughness": 1, "currentItemOpacity": 100, "currentItemFontFamily": 4, "currentItemFontSize": 20, "currentItemTextAlign": "left", "currentItemStartArrowhead": null, "currentItemEndArrowhead": "arrow", "scrollX": 583.2388916015625, "scrollY": 573.6323852539062, "zoom": { "value": 1 }, "currentItemRoundness": "round", "gridSize": null, "gridColor": { "Bold": "#C9C9C9FF", "Regular": "#EDEDEDFF" }, "currentStrokeOptions": null, "previousGridSize": null, "frameRendering": { "enabled": true, "clip": true, "name": true, "outline": true } }, "files": {} } ``` %%