Hi
all,
I'm a happy user of TW classic even though it's been
a few years since I've actively used it. Now I've decided to use TW5
for my blog. Combining the power of TW5 with github pages it was
literally a few minutes to have the blog up and running.
My
question is, can I limit the editing options when tiddly is viewed
over https? I mean I wouldn't mind using it as it is, since it's a
blog and changes anyone would make in my online version wouldn't be
stored anyway, but still it would be a nice feature to limit the edit
stuff for online viewing.
kind regards,
seba
--
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, send an email to tiddlywiki+unsubscribe@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/9a06974e-c08b-4fcc-b6a7-f20a413e9c16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Dear Seba,You could use my ReadOnlySave theme (find attached). I wrote something about on the group [1]You could hide the save button from the userbest wishesAlex
On 16 January 2017 at 12:37, Seba <sebastja...@gmail.com> wrote:
Hi all,
I'm a happy user of TW classic even though it's been a few years since I've actively used it. Now I've decided to use TW5 for my blog. Combining the power of TW5 with github pages it was literally a few minutes to have the blog up and running.
My question is, can I limit the editing options when tiddly is viewed over https? I mean I wouldn't mind using it as it is, since it's a blog and changes anyone would make in my online version wouldn't be stored anyway, but still it would be a nice feature to limit the edit stuff for online viewing.
kind regards,
seba
--
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, send an email to tiddlywiki+...@googlegroups.com.
<$reveal type="nomatch" state="$:/Key" text="open sesame">
button[aria-label="edit"] {display:none}
</$reveal><$reveal type="nomatch" state="$:/Key" text="open sesame">
.tc-tiddler-controls, .tc-sidebar-scrollable, .tc-topbar-right {display:none}
.tc-story-river {padding-right: 3em; margin-right: 0;}
</$reveal><$reveal type="nomatch" state="$:/Key" text="open sesame">
button[aria-label="edit"] {display:none}
.tc-tagged-Lock {display:none;}
</$reveal>