Hi guys,
I'm trying to adapt TW5 to certain limited needs while exploring its capabilities and here are several notes/questions:
1. I'd like to take advantage of TW5 encryption. Does it still encrypt only the whole TW or there's a possibility to encrypt single tiddlers?
2. Double click doesn't open a tiddler for editing. Will this behaviour be implemented in TW5?
3. I haven't found a way to add DOM classes inline (like {{myClass{text}}} in TWc), only inline styles and block styles/classes [1]. Will there be some syntax to do this?
4. In TiddlyWiki.com, permalink/permaview are now shown in the toolbars. Of'course, I can unhide them each time, but it would be more convenient if they are shown (mostly permalink on tiddlers).
5. In default theme, the EditTemplate (or how it is called in TW5) doesn't look simple at all (while Jeremy wrote that simplicity is of importance for attracting new users a while ago). Also, the edit area itself occupies very part of the tiddler area. I'd propose some adjustments:
-- move "show preview" to the toolbar
-- hide the "Use wiki text to add formatting, images, and dynamic features" tip to some sort of "info section" which is to be toggled by a button in the toolbar (just like the info button in the view mode toggles info)
-- put the content type chooser and the field adder in the same line (added fields are displayed in separate lines anyway)
-- probably reduce margine of the edit area at least by third
6. Are there sections, slices or stuff like that in TW5? Some means of usage TW in a "database-like" style (like using ForEachTiddlerPlugin or GridPlugin [2]) -- with the content shown inside the tiddler text? May be even some tools to aggregate such tables within the core?
7. when I add a tag or a field and then press esc (cancel), no prompt like "are you sure that you'd like to abandon the changes" is displayed.
1. I'd like to take advantage of TW5 encryption. Does it still encrypt only the whole TW or there's a possibility to encrypt single tiddlers?
The Whole - but If I'm not mistaken there is a plugin to encrypt single tiddlers. Use the search function in this group.
2. Double click doesn't open a tiddler for editing. Will this behaviour be implemented in TW5?
I hope not. I like it to be able to select word-wise by double clicking the first word I want to select.
3. I haven't found a way to add DOM classes inline (like {{myClass{text}}} in TWc), only inline styles and block styles/classes [1]. Will there be some syntax to do this?
What does this do? You can add <span class="myclass">text</span>. You can even create Templates or macros for that.
4. In TiddlyWiki.com, permalink/permaview are now shown in the toolbars. Of'course, I can unhide them each time, but it would be more convenient if they are shown (mostly permalink on tiddlers).
Why would it be more convenient? I don't want to see them. It's sufficient for me to be able to grab them from the sidebar's open-tab. I see no use in actually seeing them.
5. In default theme, the EditTemplate (or how it is called in TW5) doesn't look simple at all (while Jeremy wrote that simplicity is of importance for attracting new users a while ago). Also, the edit area itself occupies very part of the tiddler area. I'd propose some adjustments:
-- move "show preview" to the toolbar
-- hide the "Use wiki text to add formatting, images, and dynamic features" tip to some sort of "info section" which is to be toggled by a button in the toolbar (just like the info button in the view mode toggles info)
-- put the content type chooser and the field adder in the same line (added fields are displayed in separate lines anyway)
-- probably reduce margine of the edit area at least by third
I disagree. But you're free to tweak the templates to your likings.
6. Are there sections, slices or stuff like that in TW5? Some means of usage TW in a "database-like" style (like using ForEachTiddlerPlugin or GridPlugin [2]) -- with the content shown inside the tiddler text? May be even some tools to aggregate such tables within the core?
slices - no, except kind of in data dictionary tiddlers
sections, stuff - not that I know ;)
"database-like" / foreach - have you seen the list widget?
7. when I add a tag or a field and then press esc (cancel), no prompt like "are you sure that you'd like to abandon the changes" is displayed.
And that's good!
4. In TiddlyWiki.com, permalink/permaview are now shown in the toolbars. Of'course, I can unhide them each time, but it would be more convenient if they are shown (mostly permalink on tiddlers).
5. In default theme, the EditTemplate (or how it is called in TW5) doesn't look simple at all (while Jeremy wrote that simplicity
I use this heavily with CSS in TWc, the options you propose are too long to write each time
(I use them for different semantic highlightning). I've heard about some kind of "definitions" which allow to define new syntaxes like old-school "+++[label]stuff===" for sliders etc, but I don't remember the name of the mechanism.. Can anyone help with that?
They are needed for referencing and sharing links. The trick you propose is ok, although it requires more clicks (while with proper keyboard shortcuts permalink method requires only one). After all, one more icon wouldn't hurt, I guess.
I disagree. But you're free to tweak the templates to your likings.
Well, if you don't provide arguments, it sounds like you disagree for the sake of disagreement
(considering the rest of you response).
for now, the EditTemplate is not simple at all and it's much more complicated (or piled, it's better to say) than that of TWc...
I haven't explored it fully (may be there's more power behind templates than I know for now); when there's no distinguishing of sub-data, I won't expect that it's possible to build some representation for it. An example of what I mean:
[...]
and I aggregate values of slices for different pupils into different (interactive) tables. On the other hand, sometimes I open tiddlers of certain pupils to see and analyse different stuff, so I need these to be in the tiddler text (not in the rather hidden fields).
7. when I add a tag or a field and then press esc (cancel), no prompt like "are you sure that you'd like to abandon the changes" is displayed.
And that's good!My opinion is different because this increases a possibility of unexpected data loss; the behaviour can be made switchable via settings as well.
4. In TiddlyWiki.com, permalink/permaview are now shown in the toolbars. Of'course, I can unhide them each time, but it would be more convenient if they are shown (mostly permalink on tiddlers).
3. I haven't found a way to add DOM classes inline (like {{myClass{text}}} in TWc), only inline styles and block styles/classes [1]. Will there be some syntax to do this?
2. Double click doesn't open a tiddler for editing. Will this behaviour be implemented in TW5?
5. In default theme, the EditTemplate (or how it is called in TW5) doesn't look simple at all (while Jeremy wrote that simplicity is of importance for attracting new users a while ago). Also, the edit area itself occupies very part of the tiddler area. I'd propose some adjustments:
-- move "show preview" to the toolbar
-- hide the "Use wiki text to add formatting, images, and dynamic features" tip to some sort of "info section" which is to be toggled by a button in the toolbar (just like the info button in the view mode toggles info)
-- put the content type chooser and the field adder in the same line (added fields are displayed in separate lines anyway)
-- probably reduce margine of the edit area at least by third
6. Are there sections, slices or stuff like that in TW5? Some means of usage TW in a "database-like" style (like using ForEachTiddlerPlugin or GridPlugin [2]) -- with the content shown inside the tiddler text? May be even some tools to aggregate such tables within the core?
1. I'd like to take advantage of TW5 encryption. Does it still encrypt only the whole TW or there's a possibility to encrypt single tiddlers?
2. Double click doesn't open a tiddler for editing. Will this behaviour be implemented in TW5?
3. I haven't found a way to add DOM classes inline (like {{myClass{text}}} in TWc), only inline styles and block styles/classes [1]. Will there be some syntax to do this?
4. In TiddlyWiki.com, permalink/permaview are now shown in the toolbars. Of'course, I can unhide them each time, but it would be more convenient if they are shown (mostly permalink on tiddlers).
5. In default theme, the EditTemplate (or how it is called in TW5) doesn't look simple at all (while Jeremy wrote that simplicity is of importance for attracting new users a while ago). Also, the edit area itself occupies very part of the tiddler area. I'd propose some adjustments:
-- move "show preview" to the toolbar
-- hide the "Use wiki text to add formatting, images, and dynamic features" tip to some sort of "info section" which is to be toggled by a button in the toolbar (just like the info button in the view mode toggles info)
-- put the content type chooser and the field adder in the same line (added fields are displayed in separate lines anyway)
-- probably reduce margine of the edit area at least by third
6. Are there sections, slices or stuff like that in TW5? Some means of usage TW in a "database-like" style (like using ForEachTiddlerPlugin or GridPlugin [2]) -- with the content shown inside the tiddler text? May be even some tools to aggregate such tables within the core?
Best regards,
Yakov.
[1] http://tiddlywiki.com/#Styles%20and%20Classes%20in%20WikiText
[2] tiddlytools.com/#GridPluginInfo
--
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.
The purest expression of TiddlyWikis philosophy would be to break a tiddler with sections into separate tiddlers, and transclude the sections back together when you need to view them as a single unit.
Ok, although I'd prefer the summary to be visible for each tiddler, Stephan's toc does the basic trick to gather summaries from (hidden) fields.
Since fields are 1st class citicens in TW5, the attribute "hidden" imo isn't true anymore.
{{!!fieldname}}
As far as I know, it's not planned. IMO the main reason is, that users expect a browser double click to select a word and not change the view mode.
-m
To me, that's the single most feature used when editing a tw and that's usually what I do in my wikis... I edit them. So, it would be more than welcome to have that option, whereas selecting a word by double-clicking is something I hardly ever do.
Thanks, sounds all plausible. However, it doesn't seem to work. Care to take a look?
Sorry, my typo: the tag is "$:/tags/ViewTemplate", not "$:tags/ViewTemplate".
You want your feature back, it's ok, but is not te expected behavior for most of the users.
Double click for edit was the most anoying feature that TWC has, and I hated it a lot.
What's wrong with clicking on a button?
In a visitor / web context I totally agree; from an editors point of view not so much ...but this distinction concerns more than click-behavior.
Essentially, lot's of scrolling to the toolbar and then moving the mouse to the right button, rather than a ridiculously simple and fast "click anywhere". But that's just my 5 cents and I can totally understand if you and others others prefer to be spared from it, so I'm not asking for changing the default behavior, just emphasizing a desire for what Jeremy suggested might be an optional feature at some point.
Just give me an example: how many programs that do you use allows double click for editing something? Word? Excel? Notepad? LibreOffice? dokuWiki? facebook? google Drive? How does programs manage double click?
I agree with that part, editing large text could be too much scoll but even in this case I would prefer an alternative solucion. Maybe a floating button, visible on-hover, maye a context menu.