Hi TonI love your toggle read-only solution!!.
I was wondering if it is possible to create a global class which could be used to hide individual elements in read-only mode.(I'd like to hide individually selected tabs from the right menu and textpassages from individual tiddlers...)(Sth. like "hide-if-read-only-class"??)
.hide {
display: none;
}
@@.hide
Text to hide
@@
I'm struggling to find a way to hide skeeve's (Stephan Hradek's) new tiddler button when toggling your $:/_publish checkbox.Would you know how to do this?Here's my "class inclusion list" (the last one doesn't work. It should refer to Hradek's .tw-newtiddler-button class ):@@display:none;svg.tw-image-new-button, svg.tw-image-options-button, svg.tw-image-save-button, svg.tw-image-edit-button, svg.tw-image-delete-button, svg.tw-image-cancel-button, svg.tw-image-done-button, svg.tw-journal-button, svg.tw-crypt-button, svg.tw-image-close-others-button, svg.tw-crypt-publish-button, svg.tw-image-home-button, button.tw-newtiddler-button {display: none;}@@
Hi Ton
Thank you very much for taking your time to answer my question :-)...I guess I have to make invisible buttons with no text and a svg image (assigned to a special tw-class to be able to toggle a button's visibility.
<$button message="tw-full-screen">full screen support</$button>
<$button message="tw-full-screen" class="btn-invisible">{{$:/_images/full-screen-button}}</$button>I thought it might be possible (in tw5) to create a custom hidethis class which could be used to hide anything wrapped inside it - eg. using your brilliant toggle visibility/publish feature...Do you know what the logic behind the svg.-prefix for the tw-button classes is?
<$list filter="[!has[draft.of]tag[test]!tag[$:/tags/SideBar]sort[created]]">
<$checkbox tag="$:/tags/SideBar"> Check for add 'More' tab</$checkbox>
</$list>
<$list filter="[!has[draft.of]tag[test]tag[$:/tags/SideBar]sort[created]]">
<$checkbox tag="$:/tags/SideBar"> Uncheck for remove 'More' tab</$checkbox>
</$list>
Hi Ton
Great idea :-)Thank you very much!I made it a little more generic:''ToggleTabs (from sidebar)''<$list filter="[tag[hide]!has[draft.of]tag[hide]!tag[$:/tags/SideBar]]"><$checkbox tag="$:/tags/SideBar"> Show {{!!title}}</$checkbox><br></$list><$list filter="[tag[hide]!has[draft.of]tag[hide]tag[$:/tags/SideBar]]"><$checkbox tag="$:/tags/SideBar"> Hide {{!!title}}</$checkbox><br></$list>Now any tab tagged with "hide" will get a checkbox to toggle if it should show up in the sidebar.
It would be very nice if it was boiled down to just one checkbox which would toggle the tag "$:/tags/SideBar" on all tab tiddlers (tagged with "hide") at once.. Would that be possible somehow?
I guess the real question is what does read only gain you?
--
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.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
Hi all,
I upgraded my guide 'How to make TW5 readonly' [1]
There is now a plugin which contains all functionality:
- Hide the Sidebar tabs (*all* tabs tagged with $:/tags/SideBar)
- Hide the Sidebar button
- Make TW5 read-only (hide Page control buttons and Edit button)
- Save the status (with a *special* Save button)
Cheers,
Ton
[1] http://tw5readonly.tiddlyspot.com/
$:/tags/SideBar system but how could we edit a sidebar tab then without the edit buttons. Is it just a mistake concerning the order presented in this help tid or i missed something?Hi I have just a question regarding the process , steps to make a tiddlywiki readonly with your plugin (thank you provide it to the tw users !)
In your tw in the help tid (http://tw5readonly.tiddlyspot.com/)
-you indicate to disable some button before hiding the sidebar tabs with the add tag $:/tags/hide -- delete tag$:/tags/SideBar system but how could we edit a sidebar tab then without the edit buttons. Is it just a mistake concerning the order presented in this help tid or i missed something?
-at the end how can we save the settings if we have hidden the save button ? of course we should use the "special Save button that does not disappear when hiding the standard Save button" but I don't know how to reach the $:/plugins/tongerner/ro/publish tid to use this button, even just after having added the plugin I can only reach it by the plugin panel and then with internal links presented.
As I am new to the use of TW maybe I lack how to get to a specif tiddler (I use the search field or my table of contents tid that appears as a sidebar tab or the more tab and the system or shadow subtag but out of that i don't know if can get to specif tid ?)
I am only guessing but I reckon 99.9% of the global population would be naiive to the charms and abilities - even the name - of tiddlywiki. And that's why I have created as many cues and enhancements of intuitive navigation and ease of reading adjustments as I can.
As a resource for note taking, story building, wiki-ing anything worthy of curating, Tiddlywiki is a category-killer.
As an editable and destroyable eBook version ....... no.
My eBook is due to be released in the coming 3-4 days and am in the process of final edits including READ-ONLY-ing it.
In final research, and reading your post - I am grateful for it - as it cements in my mind the need to make this project as congruent and flowing as possible for the reader.
all the best - John Newell ( project " Spiritual Quest" eBook / twBook ! )
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/hF30Y9WD9lE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@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/19cfb9a9-8d97-49cc-8a34-f48c4bf82515%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/hF30Y9WD9lE/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@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/8b8101d0-1dac-475f-a6b7-100955d86561%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Morgaine,
Can the reader export the remaining tiddlers? They could then import them into an empty wiki.