mokeyish / obsidian-code-emitter

An obsidian plugin that allows code blocks executed interactively in sandbox like jupyter notebooks. Supported language rust、kotlin、python、Javascript、TypeScript etc.
GNU General Public License v3.0
231 stars 8 forks source link

Prompt box blocks text (python) #24

Open HappyYoyo09 opened 5 months ago

HappyYoyo09 commented 5 months ago

When using the input() function, the prompt box blocks your view of the text telling you what to input. I have yet to test this on desktop, only mobile.

byronpendason commented 1 week ago

I came here to post an issue about this.

Would it be possible to place the text of input as a text in the prompt box, or as a placeholder in the textbox?

Or maybe add a button/link in the output that activates the prompt box, so that people can read what's been outputted before inputting the requested data.