Kota Weaver

Results 3 issues of Kota Weaver

Allow users to add in images via Markdown's specification: ``` [example](https://my-domain.com/myimg.jpg) ``` This image is then inlined into the pdf as a base64 data URI.

I've been running into an issue with urg_node stops publishing data without spitting out any errors when running with uam-05lp. Would a bandwidth issue cause something like this? I have...

Is there a way to run scripts in tool mode? I am having trouble running this example: ``` @tool extends EditorScript func _run(): print("Hello from the Godot Editor!") ``` from...