[tw5] Re: Is there a way to programmatically disable/remove the edit and create new tiddler buttons before uploading it to a hosting site

2020-04-16 Thread Jed Carty
I made a plugin that lets you export a wiki that has the editing pieces removed. https://ooktech-tw.gitlab.io/plugins/readonlycore/ -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it,

[tw5] Re: Is there a way to programmatically disable/remove the edit and create new tiddler buttons before uploading it to a hosting site

2020-04-16 Thread Raghu Veer S
Thanks Lin. Is there a way to achieve this with standalone wiki? On Thursday, April 16, 2020 at 7:42:59 PM UTC+5:30, Lin Onetwo wrote: > > Hi Raghu, > > You can achieve this by using a special template, just like normally we > save nodejs wiki to HTML wiki using $:/core/save/all > You can

[tw5] Re: Is there a way to programmatically disable/remove the edit and create new tiddler buttons before uploading it to a hosting site

2020-04-16 Thread Mohammad
Lin, This is a great idea. --Mohammad On Thursday, April 16, 2020 at 6:42:59 PM UTC+4:30, Lin Onetwo wrote: > > Hi Raghu, > > You can achieve this by using a special template, just like normally we > save nodejs wiki to HTML wiki using $:/core/save/all > You can create a template similar to

[tw5] Re: Is there a way to programmatically disable/remove the edit and create new tiddler buttons before uploading it to a hosting site

2020-04-16 Thread Raghu Veer S
It worked. Thanks Again! On a different note, wouldn't this unnecessarily increase the size of the wiki? (I do not know how the import mechanism works, my guess is each of these imports are extra tags or js functions, that might add to the overhead. Please do let me know if that is not the

[tw5] Re: Is there a way to programmatically disable/remove the edit and create new tiddler buttons before uploading it to a hosting site

2020-04-16 Thread Raghu Veer S
This is super neat! Thanks a lot. On Thursday, April 16, 2020 at 6:45:57 PM UTC+5:30, TonyM wrote: > > Are you using control panel appearance toolbars to hide the buttons? > > if so toggle thier visibility then use [haschanged[]] in the advanced > search tab to see the visibility tiddlers that

[tw5] Re: Is there a way to programmatically disable/remove the edit and create new tiddler buttons before uploading it to a hosting site

2020-04-16 Thread Lin Onetwo
Hi Raghu, You can achieve this by using a special template, just like normally we save nodejs wiki to HTML wiki using $:/core/save/all You can create a template similar to that ,but exclude the buttons and codemirror plugins. I also think about this before, I want to exclude codemirror