pyscript / pyscript

Try PyScript: https://pyscript.com Examples: https://tinyurl.com/pyscript-examples Community: https://discord.gg/HxvBtukrg2
https://pyscript.net/
Apache License 2.0
17.84k stars 1.44k forks source link

Add example of pyscript using TiddlyWIki #409

Open AnthonyMuscio opened 2 years ago

AnthonyMuscio commented 2 years ago

Is your feature request related to a problem? Please describe. I do not know pyscript even python, but I am a TiddlyWiki Enthusiast which allows us to build a app inside a single HTML file. One member has used an in browser version of the Basic Programming language and is building documentation, examples and program exchange tools all in the browser - or TiddlyWikis single html file implementation.

Describe the solution you'd like I Expect nothing but I think it may suit your community to look at implementing pyscript in a custom edition of TiddlyWiki in a virtuosic circle.

Describe alternatives you've considered Not applicable

Additional context Contact me by message in the TiddlyWIki Discourse to chat more https://talk.tiddlywiki.org/u/TW_Tones

Shahin-rmz commented 2 years ago

Nice feature request though, A question. Can we have tiddly wiki selfhosted or sync the files by ourselves (and not dropbox)?

AnthonyMuscio commented 2 years ago

TiddlyWikis can be either single file, local file, hosted or served with little or no changes.

A lot of the plugins to extend features include open source javascript libraries or CSS frameworks. I believe TiddlyWiki is an ideal platform to promote open source projects as people can make use of a working environment "out of the Box" along with SDK, Documentation and personal notes. It also allows the interchange of code examples and snipits to help with community support.

The Basic anywhere by a user can be found here, https://basicanywheremachine.neocities.org/BAM_IDE.html it is slow to load and he has not yet installed a splash screen while loading but there you can see Basic running in the browser, in a highly customised wiki. The speed issues in this demo can be fixed.

nmstoker commented 2 years ago

Interesting idea, but isn't this something to implement on the TiddlyWiki side?

marimeireles commented 2 years ago

This is a very cool project :) I can see how it has a good synergy with pyscript. Thanks for letting us know. I'll add an example tag so we can think of it when we're developing our community pages =)

WebReflection commented 3 weeks ago

a "tad" late to the party but I don't understand what we can do here to move this request any way forward.

Interesting idea, but isn't this something to implement on the TiddlyWiki side?

agreed ... my counter-question would be: what is stopping TiddlyWiki from embedding our style and script and show a terminal, an editor, or anything Python related? 🤔

I am just trying to understand if I should keep this bug open, and define some "call for action", or close it as irrelevant for PyScript project itself and just rotting in the list of opened issues.

Thanks in advance for any sort of feedback or extra clarification around how we can proceed doing ... well, something.