[tw] Re: TW5 - Buttons, Links, and Opacity

2015-11-11 Thread BJ
I have this workin on xubuntu 14.04 with chrome and firefox, what is your setup? On Tuesday, November 10, 2015 at 10:20:13 PM UTC, K wrote: > > Thanks BJ, > > But when I tried this, Tiddlywiki threw this error: TypeError: > ev.editor.dataProcessor.writer.setRules is not a function > > On

Re: [tw] Re: TW5 new tiddler (tm-new-tiddler) create in view mode?

2015-11-11 Thread Tobias Beer
Hi Matabele, > The introduction of a new <> variable within the enclosing > $button widget would be a tidier approach: > -- the value of this variable could then be set by any action widget (when > specified) > -- and could then be used by any following action widgets by default. > > This

[tw] Re: Ressources for plugin development?

2015-11-11 Thread enno . weichert
Thanks for the replies and links. I'm sorry for the dupe but I thought I had searched the messages beforehand. Enno -- On Wednesday, November 4, 2015 at 2:18:43 PM UTC+1, enno.w...@gmail.com wrote: > > Hi, I'm looking to develop a plugin but it's difficult to find > documentation for this. >

[tw] Re: [TW5] Tidgraph - Easy tiddler graphs (formerly vecmap)

2015-11-11 Thread Tobias Beer
Hi ihm, > It is very tricky to handle non-tree relations (e.g. back references), > what > I did is to generate a tree structure using a breadth-first search that > stores repeated nodes as outliers. The outliers end up being > nodes that have two or more "parents". I store them in a

Re: [tw] [TW5] Seek empty value field

2015-11-11 Thread Jeremy Ruston
Hi Tobias > For me, negation should always be proper negation in terms of set theory. If > a filter defines a set, then its negation needs to define the exact > complement with respect to all available members, so that A && !A = ALL. You’ve made this point before. However, it is not true of

Re: [tw] [TW5] Seek empty value field

2015-11-11 Thread Tobias Beer
Hi all, I went ahead and created an issue for this: *#2065 has:field* https://github.com/Jermolene/TiddlyWiki5/issues/2065 If agreed upon, it should be quite straight-forward (for me or anyone else) to work out the details and make a PR. Best wishes, — tb -- You received this message

Re: [tw] Ressources for plugin development?

2015-11-11 Thread enno . weichert
Thanks for the link. It's also really sad, I thought I had searched this group. Enno -- On Wednesday, November 4, 2015 at 9:13:06 PM UTC+1, Felix Küppers wrote: > > Hi Enno > > just to reference a similar thread opened this week: > > >

Re: [tw] Re: [TW5] Favorites

2015-11-11 Thread Tobias Beer
Hi Andrew, > Thank you both for feedback. I have placed the favorites tab in front of > the others and named it with the star icon and gave it a tooltip of > favorites. Thank you again for your feedback. > Cool stuff. Now I'm beginning to wonder if it should not, in fact, be the last tab.

[tw] Re: [TW5] Tidgraph - Easy tiddler graphs (formerly vecmap)

2015-11-11 Thread ihm4u
Especially interesting for me: your repo... https://github.com/ihm4u/vecmap Great! Please note that with the new name the repo is now https://github.com/ihm4u/tw5plugs This is where I am developing for now. I might be trying to mimic / adapt some of it's methods to start rebuilding x-plore

[tw] [TWC] Is there a way for a macro to determine its location within the containing tiddler?

2015-11-11 Thread whatever
Hi! Like the title says, is there a way for a macro to determine its location within the containing tiddler? For example, if I have the following tiddler: Some large block of text <> Another block of text <> Yet another block of text Is there a way for each instance of someMacro to determine

[tw] Re: dGSD - (was mGSDEnhancements) : Project progress bars, and a new name!

2015-11-11 Thread Belo Sol
It will be instructive to me if you could describe, or let me know of a reference, where it explains how to non-destructively remove data, such as this, from a TiddlyWiki. Can it all be cleared at once, or is it a step-by-step process? Please excuse the 'noob' question -- but I've had very

Re: [tw] [TW5] Using tiddlymap connected with city/travel map(s)

2015-11-11 Thread The Bo
Hey, then it's only possible to use "small" .png maps. I was thinking about a streetmap of a region which size is something like 50 km². I don't think .png would fit for this kind of project. Greets Tueb Am Montag, 9. November 2015 15:15:46 UTC+1 schrieb Felix Küppers: > > Hi Tueb, > > depends

Re: [tw] [TW5] Seek empty value field

2015-11-11 Thread Tobias Beer
Hi Jeremy, > You’ve made this point before. However, it is not true of the current > filter operators, nor can we retrospectively fix it. So, that boat has > sailed, and we have no choice but to continue to use “!” for the more > informal sense of “inversion” that we use at the moment. >

[tw] Re: TW5 Modify tiddler content based on search input

2015-11-11 Thread Matabele
Hi Try something like this -- not a search, but a select widget with values listing all non-system tags. Start: <$edit-text field="start" tag="input" default="" focusPopup= "$:/state/demo" class="tc-popup-handle"/> <$reveal state="$:/state/demo" type="nomatch" text="" default="">

[tw] Re: [TWC] Is there a way for a macro to determine its location within the containing tiddler?

2015-11-11 Thread Tobias Beer
Hi whatever, Despite wanting things self-contained within a single tiddler, I'd discourage you from trying to achieve that. I'd argue that using a macro in a tiddler to modify the very same tiddler at the exact same spot where the macro is placed isn't a good design choice, although possibly

Re: [tw] TW5 new tiddler (tm-new-tiddler) create in view mode?

2015-11-11 Thread Tobias Beer
Hi Jeremy, > I’m afraid that it isn’t possible for a widget to alter the value of a > variable set by its parent. > A widget can only set variable values for its own descendents. > Would that be... - by choice ...or... - because it's actually, technically impossible (perhaps owed to

[tw] Re: WorkflowForCreatingACustomLibrary

2015-11-11 Thread Tobias Beer
Hi again, Christopher, I see now, you're talking of the plugin library at which I have yet to take a closer look, code-wise. Best wishes, — tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

Re: [tw] TW5 new tiddler (tm-new-tiddler) create in view mode?

2015-11-11 Thread Jeremy Ruston
Hi Tobias > the tm-new-tiddler message would actually set the currentTiddler variable > for the scope of its parent, the button widget, upon execution I’m afraid that it isn’t possible for a widget to alter the value of a variable set by its parent. A widget can only set variable values for

[tw] TiddlyWikiNotRecursingIntoPluginDirectories

2015-11-11 Thread Christopher Mann
Hi, It seems as if the plugin mechanism doesn't recurse into subdirectories with my plugin $:/plugins/chris2fr/asplugout. I have been saving the plugin in plugins/asplugout instead of plugins/chris2fr/asplugout, but with the titles prefixed $:/plugins/chris2fr/asplugout all the same. Here is

[tw] Re: [TWC] Is there a way for a macro to determine its location within the containing tiddler?

2015-11-11 Thread whatever
That's what I thought. :( Oh well, I guess the old way will have to do. w On Wednesday, November 11, 2015 at 12:37:49 PM UTC+1, whatever wrote: > > Hi! > > Like the title says, is there a way for a macro to determine its location > within the containing tiddler? For example, if I have the

[tw] WorkflowForCreatingACustomLibrary

2015-11-11 Thread Christopher Mann
Hi, What is the workflow for creating a custom library? I think I must be off base, but here is what I tried: tiddlywiki mypluginlibrary --init pluginlibrary mkdir mypluginlibrary/plugins cp -r mysuperplugin mypluginlibrary/plugins vi mypluginlibrary/tiddlywiki.info I then add the plugin in the

[tw] Re: TW5 - Buttons, Links, and Opacity

2015-11-11 Thread K
I'm sorry; can you clarify your question? On Wednesday, November 11, 2015 at 12:48:13 AM UTC-8, BJ wrote: > > > I have this workin on xubuntu 14.04 with chrome and firefox, what is your > setup? > > On Tuesday, November 10, 2015 at 10:20:13 PM UTC, K wrote: >> >> Thanks BJ, >> >> But when I

[tw] Re: WorkflowForCreatingACustomLibrary

2015-11-11 Thread Tobias Beer
Hi Christopher, Again, please try to have a conversation like this in the TiddlyWikiDev group. Not knowing... - your exact (folder) setup, e.g.: - where that *pluginlibrary* or your *mysuperplugin* reside - your

[tw] Re: [TWC] Is there a way for a macro to determine its location within the containing tiddler?

2015-11-11 Thread Tobias Beer
Hi whatever, > I'm trying to make everything as simple as possible, ie ideally you'd only > need to enter <> and then be able to select the type, while the > instance ID would be superfluous. But I can't do that, unless the infobox > "knows" its location in the tiddler text. Also, fields

[tw] Re: TiddlyWikiNotRecursingIntoPluginDirectories

2015-11-11 Thread Tobias Beer
Hi Christopher, Try to post dev related topics in the TiddlyWikiDev group. I'm not exactly sure but my guess is the answer has to do with environment variables and telling TiddlyWiki where to look for plugins: Environment

[tw] Re: TiddlyWikiNotRecursingIntoPluginDirectories

2015-11-11 Thread Christopher Mann
Hi, Thanks, yes perhaps the wrong venue. It actually is a known inconsistency. https://github.com/Jermolene/TiddlyWiki5/issues/1309 Updated issue directly. Perhaps will look at core code for a backwards fix. Rock on! C: On Wednesday, November 11, 2015 at 4:58:29 PM UTC+1, Tobias Beer wrote:

[tw] Re: TW5 Modify tiddler content based on search input

2015-11-11 Thread Tobias Beer
Hi again, Pascal, Here's an even more streamlined version that should be ready to work with your setup: \define glossary(subfilter) <$list filter="[!is[system]tag[HelloThere]$subfilter$]"> <$link to={{!!title}}><$view field="title"/> <$view field="chinois" /> <$view field="pinyin"/> \end

Re: [tw] Re: TW5 Modify tiddler content based on search input

2015-11-11 Thread Pascal Piallat
Thank you very much matabele and tb !! Your answers are very helpful, I'm processing them slowly to fully understand what they actually do and how. By the way, tb, your more streamlined version works close to what I wanted. Thanks !! Regards 2015-11-11 13:57 GMT+01:00 Tobias Beer

[tw] Re: [TWC] Is there a way for a macro to determine its location within the containing tiddler?

2015-11-11 Thread whatever
Hey! Well, my plugin [1] uses very few predefined parameters. Of the plugin-defined parameters only one is mandatory (Type) and the other (InstanceID) only where there is more than one instance of the macro with the same Type parameter in the same tiddler. All other parameters are based on

[tw] Re: TW5 - List of tiddlers with field check box

2015-11-11 Thread Tobias Beer
Hi RickL, > As you can see by my example, I have the due dates for Tasks in red. > Your comment - "I would not recommend placing styles within list > iterations. Use a global stylesheet tiddler instead." made me think I > should be doing this differently but not sure how to do it. > Ah,

[tw] Re: TW5 - Buttons, Links, and Opacity

2015-11-11 Thread BJ
I would like to fix any errors there are with my (ckeditor ) plugin.You had a problem with the div editor version of ckeditor - I have not been able to reproduce this error on my setup (my computer is setup with linux xubuntu 14.04). If you could let me know what software you are using

Re: [tw] WorkflowForCreatingACustomLibrary

2015-11-11 Thread Erwan
Hi Christopher, I'm not sure if this is what you need because I don't know much about plugins myself, but I remember that Jed explained how he did his plugin library here: http://inmysocks.tiddlyspot.com/#Making%20a%20Plugin%20Library I hope that helps Erwan On 11/11/15 15:23, Christopher

[tw] TW5 button to toggle between two themes

2015-11-11 Thread Dave
I quite often go between a small monitor (laptop) and a bigger one. I like the centralized theme on the big monitor but the snow white theme on the laptop (doesn't squish the sidebar). How would I go about making a macro that does this (or even one to set a specific theme?) thanks, Dave --

Re: [tw] Re: [TW5] Tidgraph - Easy tiddler graphs (formerly vecmap)

2015-11-11 Thread ihm4u
Hi Tobias, Not sure, I believe in x-plore for TW2 I tackled this by first generating the entire tree... and only afterwards doing the rendering. Yes, I do this also (first generate a tree). - *truncation* - indicate that an item has subitems but don't show them - -

[tw] Re: TW5 - Buttons, Links, and Opacity

2015-11-11 Thread K
Sure :). I'm running windows 8.1 and I'm running Firefox. On Wednesday, November 11, 2015 at 11:21:59 AM UTC-8, BJ wrote: > > I would like to fix any errors there are with my (ckeditor ) plugin.You > had a problem with the div editor version of ckeditor - I have not been > able to reproduce

[tw] Re: TW5 - List of tiddlers with field check box

2015-11-11 Thread RickL
As you can see by my example, I have the due dates for Tasks in red. Your comment - "I would not recommend placing styles within list iterations. Use a global stylesheet tiddler instead." made me think I should be doing this differently but not sure how to do it. On Saturday, November 7,

[tw] Re: [TW5] How to protect single tiddlers from editing by password

2015-11-11 Thread jonathanhaug
Hi there, I have to reactivate this. I’ve edited the shadow tiddler $:/core/ui/Buttons/edit and added a reveal widget: <$list filter="[all[current]tag[locked]]"> <$list filter="[all[current]!tag[locked]]"> <$reveal type="match" state="$:/_secret" text="my-secret">

[tw] Integrate this Javacript

2015-11-11 Thread K
How would I get this up and running in tiddly wiki. To summarize, its a javascript used to create a hover box over footnotes. I tried the hover widget and the macro that came with it, but the scope was not local, so it was frustrating to

[tw] TW5 Help with Integrating this Javascript

2015-11-11 Thread K
How would I get this up and running in tiddly wiki? To summarize, its a javascript used to create a hover box over footnotes. I tried the hover widget and the macro that came with it, but the scope was not local, so it was frustrating to

[tw] Trying to clear out data in the way I thought -- is likely impossible.

2015-11-11 Thread Belo Sol
I think I can answer my own question, having opened one of the GTD TiddlyWiki files, in Kate. The data appears to be mixed throughout the code, so there are no separate lines one could 'clear out' to remove data while leaving the rest of the program's code intact. My (only) previous

Re: [tw] Re: On Tobias Beer's tbGTD. Some praise, a demonstration, and a humble request

2015-11-11 Thread Alex Hough
Hi All, Intelligtagger : that was a great plugin... if only it was available for TW5... Udo -- i don't suppose you are reading? Alex On 10 November 2015 at 16:38, Jeremy Ruston wrote: > Hi Leo > > I was actually thinking of you when I added the “Tight” theme for

Re: [tw] [TW5] Seek empty value field

2015-11-11 Thread Tobias Beer
Hi Erwan, > It's true that it's a bit counter-intuitive, but I would assume that it's > more common to use "has" or "get" in order to do something with the field > value, and in these cases it's more convenient not to have to check if the > value is empty before using it. That's how I

Re: [tw] Re: Requesting a TiddlyWiki OS

2015-11-11 Thread Alex Hough
Dave* et al.*, yes... its annoying when I use my iPhone to make a reminder, why can't i link it to a photograph why can't the reminder be a tiddler i want everything to be a tiddler is the world insane! Can't it see I set off my timer, i am timing something. When I press stop,

Re: [tw] [TW5] Seek empty value field

2015-11-11 Thread Tobias Beer
Hi Matabele, > "[has[F]]" -- those input tiddlers in which field F exists > "[!has[F]" -- those input tiddlers in which field F does not exist or has > an empty value > For me, negation should always be proper negation in terms of set theory. If a filter defines a set, then its negation