obsidian icon indicating copy to clipboard operation
obsidian copied to clipboard

Excalidraw support with paletton

Open quantumfate opened this issue 10 months ago • 3 comments

I setup my excalidraw in a way so that my drawing notes match my obsidian colors. It would be great if this plugin or catpuccin itself had a integration with excalidraw. Maybe that is an upstream related issue to support paletton.com

Excalidraw in obsidion allows you to import color palettes with paletton.

quantumfate avatar Sep 10 '23 19:09 quantumfate

Thanks for the suggestion. Excalidraw been on my todo list for ages and I just haven’t gotten to it yet. I’m going to add it as part of the rewrite, though. I’m not super familiar with it so it might take a bit more time, but I’ll get it in ASAP. 😊 My goal is to get the rewrite out within the next week or so, real life permitting. I will update you here when Excalidraw has been added.On Sep 10, 2023, at 1:39 PM, Leon Connor Holm @.***> wrote: I setup my excalidraw in a way so that my drawing notes match my obsidian colors. It would be great if this plugin or catpuccin itself had a integration with excalidraw. Maybe that is an upstream related issue to support paletton.com Excalidraw in obsidion allows you to import color palettes with paletton.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>

mbeckrich avatar Sep 10 '23 22:09 mbeckrich

I will paste my Excalidraw template here as you might find it useful. Note that I'm intentionally using light mode setting even though I use obsidian in dark mode. I'm doing that because if I used dark mode, excalidraw would invert all colors into light mode - It's increadibly confusing I know.

---

excalidraw-plugin: parsed
tags: [excalidraw]
excalidraw-export-dark: false

---
==âš   Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. âš ==


# Text Elements
%%
# Drawing
```json
{
	"type": "excalidraw",
	"version": 2,
	"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.19",
	"elements": [],
	"appState": {
		"theme": "light",
		"viewBackgroundColor": "#1e1e2e",
		"currentItemStrokeColor": "#1e1e1e",
		"currentItemBackgroundColor": "transparent",
		"currentItemFillStyle": "hachure",
		"currentItemStrokeWidth": 1,
		"currentItemStrokeStyle": "solid",
		"currentItemRoughness": 1,
		"currentItemOpacity": 100,
		"currentItemFontFamily": 1,
		"currentItemFontSize": 20,
		"currentItemTextAlign": "left",
		"currentItemStartArrowhead": null,
		"currentItemEndArrowhead": "arrow",
		"scrollX": 847.5,
		"scrollY": 654.0625,
		"zoom": {
			"value": 1
		},
		"currentItemRoundness": "round",
		"gridSize": 20,
		"gridColor": {
			"Bold": "#48486FFF",
			"Regular": "#2C2C44FF"
		},
		"currentStrokeOptions": {
			"highlighter": false,
			"hasOutline": false,
			"outlineWidth": 0,
			"constantPressure": false,
			"options": {
				"smoothing": 0.5,
				"thinning": -1,
				"streamline": 0.5,
				"easing": "linear",
				"start": {
					"taper": 5,
					"cap": false,
					"easing": "linear"
				},
				"end": {
					"taper": 5,
					"cap": false,
					"easing": "linear"
				}
			}
		},
		"previousGridSize": 20,
		"frameRendering": {
			"enabled": true,
			"clip": true,
			"name": true,
			"outline": true
		}
	},
	"files": {}
}

%%

quantumfate avatar Sep 11 '23 10:09 quantumfate

Fantastic! Thanks so much. On Sep 11, 2023, at 4:54 AM, Leon Connor Holm @.***> wrote: I will paste my Excalidraw template here as you might find it useful. Note that I'm intentionally using light mode setting even though I use obsidian in dark mode. I'm doing that because if I used dark mode, excalidraw would invert all colors into light mode - It's increadibly confusing I know.

excalidraw-plugin: parsed tags: [excalidraw] excalidraw-export-dark: false


==âš  Switch to EXCALIDRAW VIEW in the MORE OPTIONS menu of this document. âš ==

Text Elements

%%

Drawing

{
	"type": "excalidraw",
	"version": 2,
	"source": "https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/1.9.19",
	"elements": [],
	"appState": {
		"theme": "light",
		"viewBackgroundColor": "#1e1e2e",
		"currentItemStrokeColor": "#1e1e1e",
		"currentItemBackgroundColor": "transparent",
		"currentItemFillStyle": "hachure",
		"currentItemStrokeWidth": 1,
		"currentItemStrokeStyle": "solid",
		"currentItemRoughness": 1,
		"currentItemOpacity": 100,
		"currentItemFontFamily": 1,
		"currentItemFontSize": 20,
		"currentItemTextAlign": "left",
		"currentItemStartArrowhead": null,
		"currentItemEndArrowhead": "arrow",
		"scrollX": 847.5,
		"scrollY": 654.0625,
		"zoom": {
			"value": 1
		},
		"currentItemRoundness": "round",
		"gridSize": 20,
		"gridColor": {
			"Bold": "#48486FFF",
			"Regular": "#2C2C44FF"
		},
		"currentStrokeOptions": {
			"highlighter": false,
			"hasOutline": false,
			"outlineWidth": 0,
			"constantPressure": false,
			"options": {
				"smoothing": 0.5,
				"thinning": -1,
				"streamline": 0.5,
				"easing": "linear",
				"start": {
					"taper": 5,
					"cap": false,
					"easing": "linear"
				},
				"end": {
					"taper": 5,
					"cap": false,
					"easing": "linear"
				}
			}
		},
		"previousGridSize": 20,
		"frameRendering": {
			"enabled": true,
			"clip": true,
			"name": true,
			"outline": true
		}
	},
	"files": {}
}
%%


—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>

mbeckrich avatar Sep 11 '23 21:09 mbeckrich