Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Excalidraw support with paletton #50

Open
quantumfate opened this issue Sep 10, 2023 · 3 comments
Open

Excalidraw support with paletton #50

quantumfate opened this issue Sep 10, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@quantumfate
Copy link

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.

@mbeckrich
Copy link
Collaborator

mbeckrich commented Sep 10, 2023 via email

@quantumfate
Copy link
Author

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": {}
}

%%

@mbeckrich
Copy link
Collaborator

mbeckrich commented Sep 11, 2023 via email

@mbeckrich mbeckrich added the enhancement New feature or request label Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants