Is there a way to make the css style changed when editing the stylesheet without commit it?

Recently I change a lot things about css file.

What makes me boring is after I change the css file, I need to commit the edit to check the effect, if not satisfied with the result I need to return back and change it again.

Because many modifications of the css cant make you satisified just one time. So you should switch between preview mode and edit mode of the tid, so many times.

Any way to make the css file change take effect lively?

Hi Ori.

Check out the SideEditor.

Hi Ori

For my “Bricks” project I made a stylesheet manager that allows live editing:
https://tid.li/tw5/apps/bricks.html

Have fun.
Thomas

@ori you can also use a checkbox to toggle the $:/tags/Stylesheet on your css, or use and inline style in a tiddler;

<style>
Your CSS definitions
</style>
Tiddler content that makes use of your CSS

If your stylesheet destroyed you “single file wiki” wiki, you can edit the file, find the tidder and edit the tag from $:/tags/Stylesheet to anything else eg $:/stop/Stylesheet save and reload.

In a Node wiki find the stylesheet tiddler on disk and edit that. You may need to stop and start the server.