[tw5] Querying search results as JSON from WebServer API

2019-07-03 Thread bimlas
Dear all, I would like to get the results of a filter in JSON form from WebServer (https://tiddlywiki.com/#WebServer%20API). Is this possible? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw5] Re: Querying search results as JSON from WebServer API

2019-07-03 Thread bimlas
Note: TiddlyWiki itself supports this, but I couldn't find a way to use filters in the API. https://tiddlywiki.com/#:[search[webserver]]%20-[[$:/config/OriginalTiddlerPaths]] See https://tiddlywiki.com/#PermaLinks -> Story Permalinks 2019. július 3., szerda 12:42:50 UTC+2 időpontban bimlas a

[tw5] TW5: javascript macros

2019-07-03 Thread rooster91an
Hello everybody! I'm stuck in a basic and probably easy thing: I cannot get any javascript macro to work in my tiddlywiki. My wiki is a 5.1.19 version running on nodejs. For an example let's take this makro from TW5 Magick (http://tw5magick.tiddlyspot.com/): === /*\ title:

[tw5] Re: Transclusion into variable or something similar?

2019-07-03 Thread Stephan Hradek
Hi Tony Am Dienstag, 2. Juli 2019 01:16:52 UTC+2 schrieb TonyM: > > Stephen, > > Welcome back, if you can share your ultimate result that would be great. > I will. I already have something working and wil describe it, as soon as I have time :/ extensively. But here is what I do just roughly

[tw5] Re: my backstage gone after downloading/installing plugins

2019-07-03 Thread Birthe C
Hi Kelli, I tried to install Timimi yesterday running linux. I tried the older version for Chrome and Chromium, that did not work for me. It installed but saved nothing. Then I tried the latest release for Firefox. I constantly were told that something was missing. The instruction for

[tw5] Re: TW5: javascript macros

2019-07-03 Thread BurningTreeC
Hi, I've tried your example and it works for me on a recent tiddlywiki Maybe you just forgot to save and reload? Hello everybody! > > I'm stuck in a basic and probably easy thing: I cannot get any javascript > macro to work in my tiddlywiki. My wiki is a 5.1.19 version running on > nodejs. >

[tw5] Re: Transclusion into variable or something similar?

2019-07-03 Thread TonyM
Thaks for sharing I will have play with this. I have tried similar things but always find using mailto fragile, it seems to break at a whim. I expect as a result my dreams of adding attachments or using rich html emails is but a pipe dream. Regards Tony -- You received this message because

[tw5] Re: Querying search results as JSON from WebServer API

2019-07-03 Thread bimlas
A possible solution: I can ask all the tiddlers and filter them myself. BTW it would be better if there would be a filter function in the API, for example, I would not have to download a 100 MB wiki if I'm just curious about 10 tiddlers.

[tw5] Re: Is there any way to easily highlight the text of html articles in tiddlywiki?

2019-07-03 Thread 'Mark S.' via TiddlyWiki
I believe you can use the visual editor: http://bjtools.tiddlyspot.com/#VisualEditor to edit HTML. On Wednesday, July 3, 2019 at 7:53:21 AM UTC-7, kat wrote: > > I am trying to use TiddlyWiki to replace Evernote as a way of archiving > web articles to read later. I am mostly just copying the

[tw5] Re: Is there any way to easily highlight the text of html articles in tiddlywiki?

2019-07-03 Thread kat
I had looked at that but unfortunately it doesn't really help me. I still have to edit the tiddler and then scroll down to the point in the article I was at everytime I want to make a highlight. Ideally I need to be able to just select/highlight the text directly as I am reading. On

[tw5] Re: Query -- Are we neglecting "Restore" from default "Download Saves"?

2019-07-03 Thread @TiddlyTweeter
Ciao Mark Its looking good! Your work--well, I could not have done it!! Molto grazie. GG won't at the moment let me send attachments. But you should be able to download it from here ... https://drive.google.com/file/d/1Lg64p8W37ly0YE9tUfbHcnzoQVWpdUdf/view?usp=sharing I hope it works for

Re: [tw5] Re: Querying search results as JSON from WebServer API

2019-07-03 Thread Jeremy Ruston
Hi bimlas There is indeed no efficient way to do filter tiddlers via the HTTP API. I’ve added a ticket here: https://github.com/Jermolene/TiddlyWiki5/issues/4054 Best wishes Jeremy > On 3 Jul 2019, at 13:19, bimlas wrote: > > A possible solution: I can ask all the tiddlers and filter them

[tw5] Re: TW5: javascript macros

2019-07-03 Thread rooster91an
Hi BurningTreeC you are right. I had to restart my tiddlywiki nodejs server. Didn't know that. Thanks a lot! Oliver Am Mittwoch, 3. Juli 2019 12:31:09 UTC+2 schrieb BurningTreeC: > > Hi, I've tried your example and it works for me on a recent tiddlywiki > > Maybe you just forgot to save and

[tw5] Re: Image visability and user-friendliness

2019-07-03 Thread TonyM
Kelli I am confident you can do what you want with tiddlywiki and if you scale it up and start to hit performace issues there are plenty of tips and tricks like external images, html etc.. To build quite a large resource. Fortunaly with tiddlywiki you can benefit from website technologies yet

[tw5] Is there any way to easily highlight the text of html articles in tiddlywiki?

2019-07-03 Thread kat
I am trying to use TiddlyWiki to replace Evernote as a way of archiving web articles to read later. I am mostly just copying the html directly into a tiddler, or using tiddlyclip. I usually add highlights to articles as I read them in Evernote, is there any convenient way to do this in

[tw5] Re: Presenting: AliasTids - one tiddler, many titles

2019-07-03 Thread Ste Wilson
Only tangentially related but the tiddlymap plugin creates a unique id field for each toddler... -- 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

Re: [tw5] Re: Any good way to see if one version is higher than another?

2019-07-03 Thread Jeremy Ruston
Hi Mat > On 2 Jul 2019, at 20:06, Mat wrote: > > But I'm thinking that the core has a built in version comparison mechanism > used in import. Is it possible to tap into this perhaps? The core does indeed have a function to compare “major.minor.revision” format version numbers:

[tw5] Re: Presenting: AliasTids - one tiddler, many titles

2019-07-03 Thread Ste Wilson
And more on track skeeves has the following for alias. http://tw5magick.tiddlyspot.com/ \define find_original() <$list filter="[field:alias/\|$(the_alias)$\|/(i)sort[title]limit[1]]"><$link>{{$(the_alias)$||unwikified}} \end <$set name="the_alias" value={{!!title}}><> -- You received this

Re: [tw5] SelectWidget does actions before selection is set...?

2019-07-03 Thread Mohammad
Thanks Jeremy! I will make some experiments and will return with results. Cheers Mohammad On Wednesday, July 3, 2019 at 9:56:09 PM UTC+4:30, Jeremy Ruston wrote: > > Hi Mohammad > > Does this mechanism lets to switch two values! > > > I guess you could indeed use the outer variable to give

Re: [tw5] Re: Behavior of svg internal links

2019-07-03 Thread Jeremy Ruston
Hi A Gloom Just a thought, but do things work any better when you use Control Panel settings to switch "Navigation Address Bar” to "Include the target tiddler”? I’d expect that subsequent internal navigation would then keep the URL up to date. Best wishes Jeremy > On 3 Jul 2019, at 01:31, A

[tw5] Tiddledrive on Chromebook

2019-07-03 Thread Ovy Ortega
Somehow I don't think this is working like it should for me. I am using the latest chrome on a samsung chromebook and using the tiddledrive offered in extensions. When I save my TW it always brings up the file save window, I thought tiddledrive automatically saved it to your Gdrive. Am I

[tw5] Re: Presenting: AliasTids - one tiddler, many titles

2019-07-03 Thread PMario
On Wednesday, July 3, 2019 at 1:47:26 AM UTC+2, Mat wrote: > > PMario wrote: >> >> Accessing an alias name needs to iterate over every tiddler in the store >> and have a look at the aliases field, if the alias is there. >> Worst case: The last tiddler contains the wanted alias. :/ >> Best case:

[tw5] Re: Image visability and user-friendliness

2019-07-03 Thread PMario
Hi Kelli, Welcome to the club! The easiest way is, to store your wiki.html file in a directory and your images in an eg: \images subfolder. If you want to use them in TW just - create a new tiddler. eg: test.jpg - create a field named: _canonical_uri - with the value:

Re: [tw5] SelectWidget does actions before selection is set...?

2019-07-03 Thread Jeremy Ruston
Hi Mohammad > Does this mechanism lets to switch two values! I guess you could indeed use the outer variable to give access to the previous value. I’m not sure that it would be the clearest way to express what’s going on, but it’s an interesting idea. Best wishes Jeremy. > Temp=A > A=B >

Re: [tw5] Re: Any good way to see if one version is higher than another?

2019-07-03 Thread Mat
Jeremy Ruston wrote: > > So, yes, we could expose it as a filter operator. Perhaps it should be > done as part of a broader effort to add comparison operators. > That, including comparison ops, would be most excellent! Should I put up an issue? <:-) -- You received this message because you

[tw5] Re: Presenting: AliasTids - one tiddler, many titles

2019-07-03 Thread Mat
> > And more on track skeeves has the following for alias. > http://tw5magick.tiddlyspot.com/ > > \define find_original() > <$list > filter="[field:alias/\|$(the_alias)$\|/(i)sort[title]limit[1]]"><$link>{{$(the_alias)$||unwikified}} > \end > > <$set name="the_alias" value={{!!title}}><> > I'm

[tw5] Re: Transclusion into variable or something similar?

2019-07-03 Thread Stephan Hradek
Attachments won‘t work. You could only provide a link to a web location where you keep the file for the user see https://stackoverflow.com/questions/5233556/using-mailto-to-send-email-with-an-attachment HTML mails also don‘t work

[tw5] Re: Image visability and user-friendliness

2019-07-03 Thread 'Mark S.' via TiddlyWiki
You omitted that you also have to save an image file to .\images and copy the name. It's a lot of steps, especially compared with other products like Evernote. Dragging and dropping the images, would be the most straight-forward approach, and, if I understand correctly, should be feasible with

[tw5] Manipulating lists with select multiple

2019-07-03 Thread TonyM
Folks, I am building a generic method to select multiple items (in this case people) from one large list, and add/or remove them from a list field. I am not sure however to build the button that moves members between lists. Any pointers would be helpful. It should be simple, but at this time

[tw5] Re: Is there any way to easily highlight the text of html articles in tiddlywiki?

2019-07-03 Thread TonyM
Kat, A recent discussion had this idea and a solution for images and sketching over. But anything could be designed. You may find describing the feature you want, rather than assuming people know what One Note Highlighting is. The fact is to my understanding that highlighting in one note is

[tw5] Re: Image visability and user-friendliness

2019-07-03 Thread Jed Carty
If you are using everything locally and you are managing a lot of wikis than I suggest you try out Bob. I made it to manage a lot of wikis. Also it can help a lot with managing images, there is a plugin for it that saves the images externally and creates a _canonical_uri tiddler for it

[tw5] Re: Image visability and user-friendliness

2019-07-03 Thread TonyM
Mark, I had considered in the past allowing images to be imported into tiddlers but providing a mechanism to export them to \images leaving behind the _canonical_uri contents, if done with a batch process even easier. On a node server it may be more complex. Regards Tony On Thursday, July 4,

[tw5] Re: Manipulating lists with select multiple

2019-07-03 Thread TonyM
Mat, The problem is I want to 1. add from a tiddler containing the list to a field 2. remove from a tiddler containing the list from a field Eg; 1. $:/temp/select/add 2. $:/temp/select/remove 3. list-field By late I assume you mean time of day, it being different here and all.

[tw5] Re: Manipulating lists with select multiple

2019-07-03 Thread 'Mark S.' via TiddlyWiki
Yes, the subfilter works differently than a plain filter, because the filter is being applied as though the original title list preceded it. On Wednesday, July 3, 2019 at 7:32:41 PM UTC-7, TonyM wrote: > > Mark/Mat, > > Do I take it then that > > $subfilter="[list[!!temp-select-users]]" adds

[tw5] Re: Manipulating lists with select multiple

2019-07-03 Thread Mat
It's a bit too late for me to read you post very carefully but if I understand you right you need help with the moving of items from one list to another. Maybe this helps: In a tiddler, have a field like so a : one two three and in editor preview mode do <$button> <$action-listops $field=a

[tw5] Re: Manipulating lists with select multiple

2019-07-03 Thread 'Mark S.' via TiddlyWiki
Something like Mat had, but since you have an actual list field, and not a text field, perhaps: <$button>Move right <$action-listops $field="office-consultants-list" $subfilter="[list[!!temp-select-users]]" /> <$action-listops $field="temp-select-users" $filter="[[]]"/> <$button>Move left

[tw5] Re: Manipulating lists with select multiple

2019-07-03 Thread TonyM
Mark/Mat, Do I take it then that $subfilter="[list[!!temp-select-users]]" adds temp-select-users to the list $subfilter="-[list[!!temp-select-users]]" removes temp-select-users to the list All the examples give literals with a title, +title -title This use of the filter format in subfilter

Re: [tw5] Some more information on running Node.js server

2019-07-03 Thread Scott Kingery
I have a few notes here: https://techlifeweb.com/tw5tribalknowledge.html#node.js On Wed, Jul 3, 2019 at 9:25 PM passingby wrote: > I installed node.js server following the information on > https://tiddlywiki.com/#GettingStarted > > I tried using a wiki and it works. Now I want to learn a bit

Re: [tw5] Some more information on running Node.js server

2019-07-03 Thread passingby
On Wednesday, July 3, 2019 at 9:37:29 PM UTC-7, Scott Kingery wrote: > > I have a few notes here: > https://techlifeweb.com/tw5tribalknowledge.html#node.js > >> >> Thank you. I ll read up. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

Re: [tw5] SelectWidget does actions before selection is set...?

2019-07-03 Thread Mohammad
For those received this post by email! Please see the original post! It has been edited and two codes have been attached! --Mohammad On Thursday, July 4, 2019 at 9:22:01 AM UTC+4:30, Mohammad wrote: > > Hello Jeremy, > I made an experiment and share the code here! > Amazingly your instruction

[tw5] Some more information on running Node.js server

2019-07-03 Thread passingby
I installed node.js server following the information on https://tiddlywiki.com/#GettingStarted I tried using a wiki and it works. Now I want to learn a bit more. Where can I read more on node.js server commands and functions? -- You received this message because you are subscribed to the

Re: [tw5] SelectWidget does actions before selection is set...?

2019-07-03 Thread Mohammad
Hello Jeremy, I made an experiment and share the code here! Amazingly your instruction works and let me switch values! I have attached the example and added to TW-Scripts for future use! The is as below \define switch() <$action-setfield $tiddler="exmp66/temp" $value={{exmp66/data!!fa}} />

[tw5] How can I shrink the spacing between nested horizontal tabs?

2019-07-03 Thread h0p3
How I can shrink the spacing between nested horizontal tabs? I'm thinking about moving toward nesting trees of tabs in my sidebar because I like the top-down model. I use it to great effect in my desktop environment, and I want it in my wiki . Unfortunately, the