[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread Atronoush
If you look at https://github.com/buggyj/tiddlyclip you will see tiddlyclip smart enough to detect the duplicated title. If you bookmark the same webpage with different content it append the new text to previous bookmark tiddler If the content is different it adds an ordinal number to title.

[tw5] Re: Bookmark to a TiddlyWiki Bookmarklet proof-of-concept.

2020-10-28 Thread Atronoush
amreus, On Sunday, October 4, 2020 at 11:50:09 PM UTC+3:30 amreus wrote: > Just playing with an idea I might have read about on this forum. It's not > completely functioning at moment, but enough of it is that I'm certain it > can be made to work. > > I made a browser bookmarklet that opens

[tw5] Re: Twexe and TW5-jsoneditor issues?

2020-10-28 Thread TW Tones
Also in addition to Joshua's notes I have a separate wiki for JSON mangling, generating new tiddlers from my import data and transfer the data to my wiki, ie: So you twexe need not support JSON mangler but will make use of its results. If using twexe you may also consider making use of

[tw5] Re: so: personal DreamHost for TW users?

2020-10-28 Thread TW Tones
Surya, Independent from tiddlyspot. If you have a php apache server you can upload and share tiddlywiki's as simple files. If you want to edit on line you can use tw-receiver. Other use dropbox, one drive etc... I use sharepoint, some use AWS and there are more. Regards Tones Regards Tones

[tw5] Re: Twexe and TW5-jsoneditor issues?

2020-10-28 Thread Joshua Fontany
Hi! Author of TW5-jsoneditor here. :) Json Editor was a proof-of-concept that unfortunately stopped getting updated around *TiddlyWiki 5.1.20* . One of the dependents ( $:/plugins/joshuafontany/jsonmangler ), "patches the Tiddlywiki core" by inserting code on-the-fly when it is booted. I

[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread Donald Coates
Dev code is working beautifully. I also added the tiddler as Mohammed suggested to get the link to show under the tags and above the text and it works beautifully. I think there is a problem though with using the web site title as the > tiddler title. As you know, web site titles are not

[tw5] Re: so: personal DreamHost for TW users?

2020-10-28 Thread FFT
Site is working once again. On Tuesday, October 27, 2020 at 6:27:18 PM UTC-7 Surya wrote: > Hi :-))) > > @TW Tones: I know... But I couldn't reply privately to amreus- that > possibility is grey for me :-( > But he found, how he can contact me :-) > > And, @amreus- it worked :-) I got

Re: [tw5] Re: Refnotes/Bibtex modification?

2020-10-28 Thread Keelan Cook
Oh no worries! This is no rush for me. I'm just fiddling to polish my workflow, so don't make this any kind of priority. As for the additional project you've referenced, that also looks very promising. I'll poke around with it some too! It's really neat to see all the directions you can take a

[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread amreus
I think there is a problem though with using the web site title as the tiddler title. As you know, web site titles are not unique but tiddler titles need to be unique. For bookmarks, it is the url that should be used as the unique id of the bookmark. So what's the solution to that? (Just

[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread amreus
Sanitizing the characters [ ] { } | from the tiddler title is in the dev branch, I just neglected to mention it. On Wednesday, October 28, 2020 at 4:22:03 PM UTC-4 Atronoush wrote: > Good improvement amreus! > > Like Donald I also support the proposed idea on GitHub repo! > > One issue is

[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread Atronoush
Good improvement amreus! Like Donald I also support the proposed idea on GitHub repo! One issue is about the title is used for tiddler, it is good to resolve the issue of nasty character in tiddler title. Atro On Wednesday, October 28, 2020 at 10:43:20 PM UTC+3:30 amreus wrote: > Yes,

[tw5] Twexe and TW5-jsoneditor issues?

2020-10-28 Thread Tiddly Novice
I'm trying to get a new TW working with TWexe and the TW5-jsoneditor plug-in working on a windows 10 computer with firefox, but after I drag and drop all the plug-in tiddlers from the plug-in into the fresh wiki (as instructed), save, and refresh I get nothing but a page with an error message

[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread amreus
Yes, please check out the dev branch - that is the branch where I pushed some updates, including updated readme. On Wednesday, October 28, 2020 at 10:06:06 AM UTC-4 digit...@gmail.com wrote: > edit to above I see the url is

[tw5] Re: "in" filter operator, or better AND logic.

2020-10-28 Thread ma...@mklauber.com
I ended up writing a `in` filter operator, which can compare a field on the input tiddler to a TextReference to a list, and pass it through if it's in the list. The code is here https://github.com/mklauber/tiddly-in-filter, and it's available in my plugin library here:

[tw5] Re: confirmed working on private server (vps)

2020-10-28 Thread Donald Coates
edit to above I see the url is added a field. -- 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+unsubscr...@googlegroups.com. To view this discussion on

[tw5] confirmed working on private server (vps)

2020-10-28 Thread Donald Coates
Thank you for this. I can confirm it works on my private server https://mainwiki.digitalap3.com possibly in instructions specifically say add files directory in same directory as tiddlers changed the url in forms.html and funcs.js more specific on adding bookmarklet: I created a bookmark

[tw5] Re: Radiobutton automatic

2020-10-28 Thread Eric Shulman
On Wednesday, October 28, 2020 at 2:21:46 AM UTC-7, Gerald Weis wrote: > > I enter 3 values > 1. the minimum value > 2. the maximum value > 3. the real measured value > > The radio widget should now automatically change the value in the display. > If the real measured value is should be set to

[tw5] Re: geztting the first word/letter of a list of tiddlers

2020-10-28 Thread TW Tones
Jean-Pierre , Its late here in Sydney, so I can look at this tomorrow, if no one else has, however can I suggest you try an come at this from a different direction! Alternatively can I suggest it will be easier for you if you state > Please do say what you want to do with the first word /

Re: [tw5] Re: Refnotes/Bibtex modification?

2020-10-28 Thread Saq Imtiaz
Hi Keelan, I'm buried under a few other tasks today but will get back to you tomorrow, if no else beats me to it. Since you mentioned TiddlyResearch, this may also be of interest:

Re: [tw5] Re: Refnotes/Bibtex modification?

2020-10-28 Thread Keelan Cook
That was my initial guess, that I could edit that specific tiddler to move the styled contents into the text field. I'm just not sure what I need to edit to make it do so. I dug around for decent bit looking for that answer, and I couldn't figure it out. I must admit, I've rarely used the

[tw5] Re: Radiobutton automatic

2020-10-28 Thread Gerald Weis
Sorry in english now So here again the whole thing is understandable I enter 3 values 1. the minimum value 2. the maximum value 3. the real measured value The radio widget should now automatically change the value in the display. If the real measured value is than the maximum value, then the

[tw5] Re: Keep Wikis settings and plugins in sync

2020-10-28 Thread Tony Woode
Hi all Thanks everso for your replies, particularly thanks TW Tones for answering my question with all those options, that's very good of you I was very much hoping we could not dicuss here WHY some of us need to split our wikis up and not just have one master wiki, I'm sure even if you can't

[tw5] Re: Radiobutton automatic

2020-10-28 Thread Gerald Weis
Also hier nochmal das ganze verständlich ich gebe 3 Werte ein 1. den Minimalwert 2. den Maximalwert 3. den realgemessenen Wert Nun soll der Radiowidget automatisch den Wert in der Anzeige verändern. Ist der realgemessene Wert < als der Minimalwert , dann soll Wert auf 1 gesetzt werden. Ist

[tw5] Re: geztting the first word/letter of a list of tiddlers

2020-10-28 Thread Jean-Pierre Rivière
Now that I know how to fetch the first letter of a given tiddler title, I am not up to my task alas. Because the bit of code shown to me is unable to permit me to have list of all initial letters with only one of each letter concerned. This means I need to have firsthand all the initial inside

[tw5] Re: geztting the first word/letter of a list of tiddlers

2020-10-28 Thread Jean-Pierre Rivière
<$list filter="[tag[TableOfContents]]"> <$set name=1st value={{{ [all[current]split[]first[]] }}}> <$set name=1stWord value={{{ [all[current]split[ ]first[]] }}}> <<1st>> <<1stWord>> <$link/> is really what I wanted to know how to do. I failed to spot your message. Many thanks

Re: [tw5] Re: Refnotes/Bibtex modification?

2020-10-28 Thread Atronoush Parsi
Hi Keelan, While Saq will give you a better answer, I just have a look at your wiki! Each reference is stored as a tiddler! This is what is done by the BibTex Importer plugin (official one) In the reference tiddler all data is stored as user fields lik bibtex-author, bibtex-title etc... Now, you