[tw5] Re: how can i return the "parent" tag of a Tiddler

2020-05-03 Thread Tony K
This was solved by <$list filter="[all[current]tags[]tags[]]" /> from https://tiddlywiki.narkive.com/N7cGPxdK/tw-how-to-get-the-parent-tag-of-another-tag On Monday, May 4, 2020 at 12:31:18 AM UTC+3, Tony K wrote: > > I need to return the Tag of the tag of the current tiddler > > e.g. if a

[tw5] Re: how can i return the "parent" tag of a Tiddler

2020-05-03 Thread Tony K
Hello Jed - Tony M sorry I provided an example and thought it was clear . here i go again in my workflow every tiddler needs to have a "Type"... so what is did is 1. Created the different "types" of tiddlers (These are all tags) - Document - Code - Note - etc... 2. each of of

[tw5] Lessons and goodies from Tobias Beer

2020-05-03 Thread 'Peter Buyze' via TiddlyWiki
Tobias Beer no longer seems to be active on this forum, or even in TiddlyWiki? As a TW newbie I don't know what the status is, but he is/was a real guru, the  Uber Tiddly Meister, as Mat once referred to him in a thread in 2016. From what I have seen of his work that is a very apt moniker.

Re: [tw5] Advice on set up for self hosted TW accessible on Mac and iOS

2020-05-03 Thread TonyM
Jared To view in the browser on a mobile the only way to save automatically is if tiddlywiki is on a server. There are solutions I use php with tw-reciever. But you need to install it on your phone or place it somewhere on the internet and that can get messy. I think arlens suggestion is the

Re: [tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Mohammad
Hi Riz, On Sunday, May 3, 2020 at 10:38:43 PM UTC+4:30, Riz wrote: > > These are valid points Mohammad. > > As you know, I was away from being active in the community in between. > Life happens. However before I left, there was a move to shift tiddlywiki > github Repo to an organizational Repo

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-03 Thread Anders Jonsson
Ah! This would probably explain why my Timimi executables disappeared... (I also had Windows Security throw an alert, but never checked which files caused it...) //Anders -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

Re: [tw5] Advice on set up for self hosted TW accessible on Mac and iOS

2020-05-03 Thread Jared Volpe
Another question. Where is the best place to learn about using plugins, customizing things, and not running into trouble when you upgrade. For instance, I want to use Stroll with a few plugins and I want to make sure I don't do stupid things and wind up in a bad state. On Sunday, May 3, 2020

Re: [tw5] Advice on set up for self hosted TW accessible on Mac and iOS

2020-05-03 Thread Jared Volpe
Also, if I use TiddlyServer, can I use TiddlyDesktop later or vice versa? On Sunday, May 3, 2020 at 9:15:26 PM UTC-7, Jared Volpe wrote: > > Thanks for the tips. Why Quine 2 instead of just viewing in the browser? > > On Sunday, May 3, 2020 at 2:17:19 PM UTC-7, Arlen Beiler wrote: >> >> I would

Re: [tw5] Advice on set up for self hosted TW accessible on Mac and iOS

2020-05-03 Thread Jared Volpe
Thanks for the tips. Why Quine 2 instead of just viewing in the browser? On Sunday, May 3, 2020 at 2:17:19 PM UTC-7, Arlen Beiler wrote: > > I would recommend using single file wikis. On your desktop you can use > TiddlyServer or TiddlyDesktop to access them. Use Dropbox to sync your >

[tw5] Re: how can i return the "parent" tag of a Tiddler

2020-05-03 Thread TonyM
Tony K As Jed Voiced. Your question is not clear enough, what is a type and what are its values? You need to provide more details. If the document tiddler is tagged with more than one tiddler you need a way to know which of these tiddlers is what you have nominated as the parent. - It is

[tw5] Re: How to access the original content of a Shadow Tiddler

2020-05-03 Thread TonyM
Florian, I am yet to do this myself but first you find out which plugin the shadow tiddler belongs using https://tiddlywiki.com/#shadowsource%20Operator eg; $:/core - On a given system tiddler see Info (button) advanced. this will indicate the shadow source as well. - See also

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
Ha! Found it. npm upgrade tiddlywiki@5.1.22 # has no effect on a 5.1.21. npm upgrade tiddlywiki # upgrades it to 5.1.22 This happens on multiple system. I went to my Mac which has never had Tiddlywiki. I went to my home directory and ran - mkdir node_modules - npm install

Re: [tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-03 Thread Rizwan Ishak
Whoa! I can assure you that is a false alarm. The entire codebase of Timimi is on GitHub. Anybody can install golang and compile it. Also please run any other antivirus scans against timimi. Sincerely, Riz On Mon, 4 May 2020, 07:11 TAV, wrote: > Weird, I've been using it with no issue,

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Arlen Beiler
Yeah, which would also explain why there is no tiddlywiki command on your $PATH. The --version command will give you the package.json version, which means that it should be more accurate than npm show version It does seem like there's a few problems with your npm install, I think. That's

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
Update: The problem has nothing to do with my tiddlers. It looks like somehow npm is broken on my system. - cd /tmp - mkdir node_modules - npm install tiddlywiki@5.1.21 - node ./node_modules/tiddlywiki/tiddlywiki.js --version - -- It reports 5.1.21, as

[tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread TonyM
Mark, Soo Cool! On Monday, 4 May 2020 10:58:09 UTC+10, Mark S. wrote: > > > \define filt-alltags() > <$vars tag1="tag[" tag2="]" lb="[" rb="]"> > <$set filter= > "[all[current]tags[]addprefixaddsuffix]+[join[]addprefixaddsuffix]" > > name="filt" select=0> > <$text text=<>/> > > > \end > >

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
I didn't *directly* create those files. Looking at a couple of them, they say they were created by "jd". I'm guessing that is http://j.d.material.tiddlyspot.com/ . I tried using that but it had some side effects I didn't care for. I'll remove those. Thanks for pointing them out. On

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
ls -a data/* data/dtl: *.* *..* *tiddlers* tiddlywiki.info data/pkb: *.* *..* *tiddlers* tiddlywiki.info data/sue: *.* *..* *tiddlers* tiddlywiki.info On Sunday, May 3, 2020 at 8:49:24 PM UTC-4, Arlen Beiler wrote: > > Are there any other folders in the data folder beside the

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
Works!! Mind-effing-blown Thanks Mark Sincerely Riz On Mon, 4 May 2020, 06:28 'Mark S.' via TiddlyWiki, < tiddlywiki@googlegroups.com> wrote: > > \define filt-alltags() > <$vars tag1="tag[" tag2="]" lb="[" rb="]"> > <$set filter= >

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Arlen Beiler
You must have edited a few core tiddlers and maybe added a few buttons? I'm not sure if you changed the images intentionally or not. I notice you have two ViewTemplate files, one with two dots before the extension instead of one. If none of these changes were intentional you can delete all of

[tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread 'Mark S.' via TiddlyWiki
\define filt-alltags() <$vars tag1="tag[" tag2="]" lb="[" rb="]"> <$set filter= "[all[current]tags[]addprefixaddsuffix]+[join[]addprefixaddsuffix]" name="filt" select=0> <$text text=<>/> \end <$wikify text=<> name="wiked"> <$list filter=<>/> On Sunday, May 3, 2020 at 3:38:14 PM UTC-7,

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
<$list filter="[contains:tags{!!tags}]"> tried this without success. Failed when there are more than one tag On Mon, 4 May 2020, 05:45 TonyM, wrote: > Post script, Perhaps use https://tiddlywiki.com/#contains%20Operator to > see if one tag field contains the tag in the other tag field. > > > On

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Arlen Beiler
Are there any other folders in the data folder beside the tiddlers folder? On Sun, May 3, 2020 at 8:25 PM Kevin Kleinfelter < kleinfelter.gro...@gmail.com> wrote: > *kevin@boxtop3*:*/data/containers/tiddlywiki/data*$ find . -print | grep > __core > >

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
*kevin@boxtop3*:*/data/containers/tiddlywiki/data*$ find . -print | grep __core ./pkb/tiddlers/$*__core*_images_right-arrow.tid ./pkb/tiddlers/$*__core*_images_cancel-button.tid ./pkb/tiddlers/$*__core*_ui_Buttons_more-page-actions.tid ./pkb/tiddlers/$*__core*_images_new-journal-button.tid

[tw5] Re: Timimi extends support to Chrome, Chromium and Opera in Linux, Mac and Windows

2020-05-03 Thread TonyM
Ilyallya The host or your computer needs something installed on it which has permission to save files. This is because modern browser prevent this for security reasons. You need the Browser Plugin + Host part. The Browser plugin "sends your files to the host component" There are host apps for

Re: [tw5] Network Error Obnoxious on Chrome

2020-05-03 Thread Arlen Beiler
Ok, sounds good. In thinking this over, I think the best idea would be for you to open an issue on GitHub for this. If you don't have a GitHub account and don't feel like creating one I could open it as well, but feel free to do so. https://github.com/Jermolene/TiddlyWiki5/issues Arlen On Sun,

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread TonyM
Post script, Perhaps use https://tiddlywiki.com/#contains%20Operator to see if one tag field contains the tag in the other tag field. On Monday, 4 May 2020 10:13:35 UTC+10, TonyM wrote: > > Riz, > > That is more precise. Thanks > > *Unfortunatly I must work on something else, I will leave you

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread TonyM
Riz, That is more precise. Thanks *Unfortunatly I must work on something else, I will leave you with the following for now and return later* One would think you could compare tag fields, however the tags may be in a different order. So you want to "iterate" the tags field and test each tag

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Arlen Beiler
check if you have any files in the tiddlers folder of your data folder that start with $__core If you do, please paste the names here. On Sun, May 3, 2020 at 7:00 PM Kevin Kleinfelter < kleinfelter.gro...@gmail.com> wrote: > No output from `which tiddlywiki`. The only way I can use a

Re: [tw5] Network Error Obnoxious on Chrome

2020-05-03 Thread Kevin Kleinfelter
I'm running with 5.1.22 now. As I mentioned earlier, I deleted 5.1.21 and simply installed 5.1.22, so it is a pure 5.1.22. (I backed up the 5.1.21, to be able to pursue my other question about the failed upgrade.) On Sun, May 3, 2020 at 7:50 PM Arlen Beiler wrote: > What is the version number

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
Another way to convey my problem is How will you find all tiddlers which carry the same set of tags <> carries? On Mon, 4 May 2020, 05:22 Rizwan Ishak, wrote: > I thought > > <$list filter="[get[tags]match{!!list}]"/> > > would work. Unfortunately no. > > On Mon, 4 May 2020, 05:11 Rizwan

Re: [tw5] Freelinks

2020-05-03 Thread springer
Jeremy, SQUEEE! Looking forward to trying freelinks with "ignore case". Thanks!! -Springer On Saturday, May 2, 2020 at 9:16:22 AM UTC-4, Jeremy Ruston wrote: > > I’ve just pushed an update that adds an “ignore case” checkbox to the > freelinks plugin for v5.1.23. > > >

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
I thought <$list filter="[get[tags]match{!!list}]"/> would work. Unfortunately no. On Mon, 4 May 2020, 05:11 Rizwan Ishak, wrote: > We don't know beforehand what titles are there in the list field or how > many. > > So tag[title1]tag[title2]...won't work. > > On Mon, 4 May 2020, 05:08 TonyM,

Re: [tw5] Re: List of changes proposed for documentation

2020-05-03 Thread TonyM
Riz In such cases its about the union of groups. Selecting Windows should keep all windows possibilities alive including firefox, clicking firetfox should lisk all solutions that work with both. However the servers allow the same across all browsers at a URL so if its a served or Single File

Re: [tw5] Network Error Obnoxious on Chrome

2020-05-03 Thread Kevin Kleinfelter
As a quick hack, I edited tiddlywiki/core/modules/syncer.js and made Syncer.prototype.displayError look like this: Syncer.prototype.displayError = function(msg,err) { if(err === ($tw.language.getString("Error/XMLHttpRequest") + ": 0")) {

Re: [tw5] Network Error Obnoxious on Chrome

2020-05-03 Thread Arlen Beiler
What is the version number in the control panel. If you click the gear icon it will open the control panel, and the main tab should list the version. On Sun, May 3, 2020 at 6:54 PM Kevin Kleinfelter < kleinfelter.gro...@gmail.com> wrote: > That's a good suggestion, but no joy. > > I removed and

Re: [tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
We don't know beforehand what titles are there in the list field or how many. So tag[title1]tag[title2]...won't work. On Mon, 4 May 2020, 05:08 TonyM, wrote: > I will just add for clarity > > [[tiddler1]] [[tiddler2]] [[tiddler3]] > Is in effect three (3) Runs > > To test these its easier to

[tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread TonyM
I will just add for clarity [[tiddler1]] [[tiddler2]] [[tiddler3]] Is in effect three (3) Runs To test these its easier to say [[tiddler1]] [[tiddler2]] [[tiddler3]] +[get[fieldname]match[yes]] Regards Tony On Monday, 4 May 2020 09:31:52 UTC+10, TonyM wrote: > > Riz > > We can say

Re: [tw5] is there an "AND" version of tagging operator?

2020-05-03 Thread TonyM
Riz I use the matches operator like this; [{tiddlernam}match[yes]] [get[fieldname]match[no]] Its a form of "string equals" All these operators have being there in previous releases. https://tiddlywiki.com/#match%20Operator Tony On Monday, 4 May 2020 09:27:09 UTC+10, Riz wrote: > > The

[tw5] Re: is there an "AND" version of tagging operator?

2020-05-03 Thread TonyM
Riz We can say [enlist{!!list}] generates the tiddlers you want to test if they have particular tags This is a run, if you want to test each item in that run you either append more filters or use a +[[run]] to apply to each item So the following should be what you are looking for

Re: [tw5] is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
The following PR had a matches operater doing what I am talking about. https://github.com/Jermolene/TiddlyWiki5/pull/3003/files Has there been any developments regarding the same? I guess the current matches operater is not the same. On Mon, 4 May 2020, 04:50 Rizwan Ishak, wrote: > Yes > > On

Re: [tw5] is there an "AND" version of tagging operator?

2020-05-03 Thread Rizwan Ishak
Yes On Mon, 4 May 2020, 04:50 TonyM, wrote: > Riz > Perhaps also would be a better word than and if I understand you? > > tony > > -- > You received this message because you are subscribed to a topic in the > Google Groups "TiddlyWiki" group. > To unsubscribe from this topic, visit >

[tw5] is there an "AND" version of tagging operator?

2020-05-03 Thread TonyM
Riz Perhaps also would be a better word than and if I understand you? tony -- 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

[tw5] Re: Does that TW is a Quine matter? YES.

2020-05-03 Thread Joshua Fontany
Thanks for this, I think this realization has a lot of potential to allow TW users to deeply explore certain "cognitive spaces" (//topics//). For example, I really need to get all of Buckminster Fuller's work into a TW, especially his Synergenics. TiddlyWiki is a Quine, a Quine is a *Software

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
No output from `which tiddlywiki`. The only way I can use a "tiddlywiki" command is to first run something like: `alias tiddlywiki=node /usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js`. So I usually run it as `node /usr/local/lib/node_modules/ tiddlywiki/tiddlywiki.js` As I mentioned

Re: [tw5] Network Error Obnoxious on Chrome

2020-05-03 Thread Kevin Kleinfelter
That's a good suggestion, but no joy. I removed and re-installed tiddlywiki with npm. I created a new wiki, so I've got a clean tiddlywiki.info, no content and no plugins. If I open or close a tiddler from an already-open wiki while wifi is down, the status icon turns red and start spinning

[tw5] Re: Freelinks plugin

2020-05-03 Thread Birthe C
Installing a plugin from the plugin library mandag den 4. maj 2020 kl. 00.37.13 UTC+2 skrev Joseph Cosentino: > > Hello everyone! > > I've been using tiddlywiki for probably 4 or 5 months now and love it! I >

[tw5] Re: The Many Macros Question - design and performance

2020-05-03 Thread TonyM
Mark, On Monday, 4 May 2020 08:20:20 UTC+10, Mark S. wrote: > > Since your question seems to be mainly about documenting macros, why not > put your macro definitions in a data tiddler. Then as you edit, if you need > a reminder just type > > {{macs##mymacro1}} > > and see something like > >

[tw5] is there an "AND" version of tagging operator?

2020-05-03 Thread Riz
Say myfield contains a list of 5 titles - I want to find tiddlers tagged by all of them in combination [enlist{!!list}tagging[]] This code would list all tiddlers tagged by at least one of them - tag[title1] or tag[title2] and so on. I want to find tag[title1] AND tag[title2] AND tag[title3]

[tw5] Freelinks plugin

2020-05-03 Thread Joseph Cosentino
Hello everyone! I've been using tiddlywiki for probably 4 or 5 months now and love it! I just have a hopefully easy question. The release notes for 5.1.22 explicitly state that a freelinks plugin was added to show links to tiddlers without CamelCase or double brackets. This sounds great and I

Re: [tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Rizwan Ishak
I was following the save methods listing as is. I did consider separating it out as Browser independent methods. But that would receive nearly zero attention from a normal new user. This way at least he knows he has more options. Finally, about the current saver listing. For a normal new user -

[tw5] Re: The Many Macros Question - design and performance

2020-05-03 Thread 'Mark S.' via TiddlyWiki
Since your question seems to be mainly about documenting macros, why not put your macro definitions in a data tiddler. Then as you edit, if you need a reminder just type {{macs##mymacro1}} and see something like mymacro1(size of tiddler, name of field) over in the preview window. Putting

[tw5] Re: Next/Prev in Tag Set button?

2020-05-03 Thread TonyM
Diego, Actually that looks very powerful, although I imagine there are new methods available from recent tiddlywiki versions. I expect to harvest some of your coding ideas from there. I am however trying to make something far easier to use but perhaps with less features and dynamic in

Re: [tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Sylvain Naudin
Hi Riz, I'm not sure about the Servers and Cloud savers section about the possibilities in Firefox. Since this applies to any browser, I won't refer to it in detail here. (just as I find that it shouldn't be the case today looking at the tiles again, and that it should be referenced

[tw5] Re: The Many Macros Question - design and performance

2020-05-03 Thread TonyM
Mario Thanks for your knowledgeable response. I have placed some question inline with your comments. This will be a good opportunity to write some guidance for others, I think it depends, what your macros do. .. Eg. If they define global > functionality, which is useful for every "user"

Re: [tw5] Re: [Plugin] Embed YouTube Videos

2020-05-03 Thread Tony K
can you please run inspect / console and see the output if you have any error ? can you share the link you are trying to bookmark ? On Monday, May 4, 2020 at 12:49:49 AM UTC+3, Martin Piron wrote: > > Well, sorry but no Tiddler is created, even if I save then refresh :-/ > > It’s late here

Re: [tw5] Re: [Plugin] Embed YouTube Videos

2020-05-03 Thread Martin Piron
Well, sorry but no Tiddler is created, even if I save then refresh :-/ It’s late here and I have to sleep, but tomorrow I can try things if you can indicate some... (Even on a fresh empty.html from TiddlyWiki.com I could not make it work) Le dimanche 3 mai 2020 23:18:41 UTC+2, Tony K a écrit :

[tw5] Re: how can i return the "parent" tag of a Tiddler

2020-05-03 Thread Jed Carty
I am not sure I understand the question correctly, but it sounds like you want something to do with the tagging or tags operator. https://tiddlywiki.com/#tagging%20Operator https://tiddlywiki.com/#tags%20Operator something like '[is[current]tags[]tagging[]]' or maybe

[tw5] how can i return the "parent" tag of a Tiddler

2020-05-03 Thread Tony K
I need to return the Tag of the tag of the current tiddler e.g. if a Tiddler is tagger "Document" and "Document" is tagged "Type", I want to know that this tiddler has already a "Type" assigned to it can't figure out the filter for that thanks for any insights -- You received this message

[tw5] Re: The Many Macros Question - design and performance

2020-05-03 Thread PMario
Hi Tony, I think it depends, what your macros do. .. Eg. If they define global functionality, which is useful for every "user" tiddler, or used in the ViewTemplate, you pretty much have to make them global, tagging them $:/tags/Macro If you use them in something like a Dashboard tiddler, it

[tw5] Re: The Many Macros Question - design and performance

2020-05-03 Thread TonyM
Mohammad Thanks for your responce. How do you include groups or individual macros as needed? If we define global macros vs local it sounds like you are proposing mostly local? Your answers are very helpful to keep this clear, but I wonder about performance? thanks in advance Tony -- You

[tw5] How to access the original content of a Shadow Tiddler

2020-05-03 Thread Florian Cauvin
How can I get the original value of a shadow tiddler that I override? As an example, let's say I make some small modifications to how my TW displays tags by overriding shadow tiddler $:/core/ui/TagTemplate I then want to display the difference using the original and my modification using the

Re: [tw5] Re: [Plugin] Embed YouTube Videos

2020-05-03 Thread Tony K
can you please try to refresh and see if it changes ? On Monday, May 4, 2020 at 12:16:25 AM UTC+3, Martin Piron wrote: > > Ok, now I’ve got no error but just like the bookmark plugin, it just does > nothing... > What is it supposed to do ? > -- You received this message because you are

Re: [tw5] Network Error Obnoxious on Chrome

2020-05-03 Thread Arlen Beiler
This is quite possibly related to your other post. Please try creating a new empty datafolder and only copy the tiddlywiki.info file from your current data folder to get a clean one. Then try testing everything again. On Sun, May 3, 2020 at 4:42 PM Kevin Kleinfelter <

Re: [tw5] Re: [Plugin] Embed YouTube Videos

2020-05-03 Thread Martin Piron
Ok, now I’ve got no error but just like the bookmark plugin, it just does nothing... What is it supposed to do ? -- 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] Advice on set up for self hosted TW accessible on Mac and iOS

2020-05-03 Thread Arlen Beiler
I would recommend using single file wikis. On your desktop you can use TiddlyServer or TiddlyDesktop to access them. Use Dropbox to sync your folders. And use Quine 2 on iOS to access the files in your dropbox app through the iOS files integration system. Quine 2 allows you to directly access your

Re: [tw5] Re: [Plugin] Embed YouTube Videos

2020-05-03 Thread Tony K
if it doesn't work please report and I will look into it N.B. you should refresh to see the newly created tiddler I didn't solve part yet :( On Monday, May 4, 2020 at 12:06:22 AM UTC+3, Martin Piron wrote: > > Well there was one by default, so no. I will try it. > > > Le 3 mai 2020 à 20:37,

Re: [tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Arlen Beiler
can you run `which tiddlywiki`? Also, is you current folder a data folder? Meaning is there a tiddlywiki.info file in the folder you are running the tiddlywiki command from? On Sun, May 3, 2020 at 1:34 PM Kevin Kleinfelter < kleinfelter.gro...@gmail.com> wrote: > >- `node

Re: [tw5] Re: [Plugin] Embed YouTube Videos

2020-05-03 Thread Martin Piron
Well there was one by default, so no. I will try it. > Le 3 mai 2020 à 20:37, Tony K a écrit : > > Hello Martin > > Did you input your Google Api key? > > -- > You received this message because you are subscribed to a topic in the Google > Groups "TiddlyWiki" group. > To unsubscribe from

Re: [tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Rizwan Ishak
Oh, sorry about that. I have made a pull request to that effect a couple of days ago. So in my fork of tiddlywiki.com, it the tiddler is already renamed. Jeremy has reviewed the PR and will merge it soon. So that will be ok. On Mon, 4 May 2020, 02:27 Birthe C, wrote: > Riz, > > Timimi link

[tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Birthe C
Riz, Timimi link does not work. You have written [[Timimi|Timimi: WebExtension and Native Host by Riz]], but the tiddler at tw.com is called: "Timimi" Extension and executable by Riz. I might be that that tiddler should also be corrected then. Birthe -- You received this message because you

[tw5] Advice on set up for self hosted TW accessible on Mac and iOS

2020-05-03 Thread Jared Volpe
Sorry if this question has been asked and answered before, but I’d like the latest and greatest instructions and best practices for setting up TW for use on a Mac and iOS and I want to access it at home and away. I’m happy to use TW in Chrome. No need for dedicated apps. I do want to have my TW

[tw5] Network Error Obnoxious on Chrome

2020-05-03 Thread Kevin Kleinfelter
When network connectivity is down, the node.js edition of TW works nicely and as expected with Firefox. With Chrome, the minute I open a tiddler, it goes nuts with the gold Network Error message. If I close the message, it comes right back. This makes the node.js TW unusable offline with

[tw5] Re: [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-05-03 Thread Mat
Birthe C wrote: > > I thought if substory could be used. > That's interesting. I have totally neglected substories . Will investigate... but not now. Thanks. <:-) -- You received this message because you are subscribed to the Google

[tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Riz
Attached is the proposal for "Getting started -Firefox" I was considering. Other platforms can be reshaped in this model. Please download, *drag it to tiddlywiki.com* and see -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: general questions about BobExe and nodejs

2020-05-03 Thread stefan infp
Sorry, I realized that each wiki works as separate wiki. [image: Screenshot from 2020-05-03 23-28-26.png] I talk about this Unload command related to wikis. Thanks for the link about the Editions. duminică, 3 mai 2020, 23:05:53 UTC+3, Jed Carty a scris: > > I am not sure what is unbelievable

[tw5] Re: [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-05-03 Thread Birthe C
Mat, I had not seen the last part of your write up. You are right some pictures are needed. When I first read about the tiddlers, I thought if substory could be used. (Maybe stupid thought - especially now that the documentation is growing). Birthe -- You received this message because you

[tw5] Re: Sharing Drift

2020-05-03 Thread Anne-Laure Le Cunff
Tony, this is amazing! This includes basically everything I added to my own TW, looks like we have a similar use case :) On Sunday, May 3, 2020 at 1:03:10 PM UTC+1, Tony K wrote: > > Drift is now updated with the latest version of TWCrossLinks >

[tw5] Re: Building static sites in the browser

2020-05-03 Thread Anne-Laure Le Cunff
I don't use the prerelease and it works perfectly fine for me just with the plugin :) Here is a quick tutorial and here is my implementation if you want to download it straight away. Thanks so

[tw5] Re: general questions about BobExe and nodejs

2020-05-03 Thread Jed Carty
I am not sure what is unbelievable about it working. I am not sure I understand what you are expecting in the first part. It is not just one wiki, it is several wikis, they are not all loaded into the same wiki. You use the wikis just like any other tiddlywiki, open it up and create tiddlers.

[tw5] Re: [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-05-03 Thread Mat
@PMario - thank you! I didn't realize that end had slipped along from an edit I made - but after Jeremy invited me to adapt it for tiddlywiki.com it's all become a draft. I've actually continued working on it and I've identified quite a few additional Big Picture topics that I think are worth

[tw5] Re: Notion encourages busy work

2020-05-03 Thread Ed Heil
In my very short acquaintance with TiddlyWiki I've had the following arc so far: * use the basic tools: mainly linking, simple transclusion * learn how to do some complicated stuff (this took a lot of effort for me) (no, seriously, a LOT of effort) * discover that there are built-in ways to

[tw5] Re: [doc] The BIG PICTURE of TiddlyWiki - an overview

2020-05-03 Thread PMario
Hi Mat, Very nice read! .. The only thing that did upset me, was the abrupt end. ... Instead of ending with: TiddlyWiki x I would have expected something that would have brought me back to the intro, with a twist. eg: *Tiddlywiki* -- *Lists* in tiddlers, *Tiddlers* in lists have

[tw5] Re: Of course this needs to be clarified and solved before I start using it.

2020-05-03 Thread Petruschka
I nearly forget Mat [[ <:-) ]] ! But I know where I want to go, only the time is the problem ;) If you want to look, Matt, there are no "if" questions, only "how" questions. Best wishes..! On Sunday, May 3, 2020 at 9:00:05 PM UTC+2, Mat wrote: > > > > > <:-) > -- You received this

[tw5] Re: Of course this needs to be clarified and solved before I start using it.

2020-05-03 Thread Mat
<:-) -- 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 the web visit

[tw5] Re: Notion encourages busy work

2020-05-03 Thread 'Mark S.' via TiddlyWiki
Let's face it. The problem isn't the software. The problem is us. Tinkering will almost always be more interesting than the actual work ;-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Of course this needs to be clarified and solved before I start using it.

2020-05-03 Thread Petruschka
Hello beloved TiddlyWiki group, as I let myself be sucked deeper and deeper into the TiddlyWiki universe again, old and new basic concerns come up again. The investment of the hard to quantify good of time. At first there is the writing of notes themselves, documentation with pictures, mind

[tw5] Re: Notion encourages busy work

2020-05-03 Thread Anne-Laure Le Cunff
I do agree the fact that you can tinker with TW so much is probably part of why some people are drawn to it in the first place, but as for myself I can definitely see an reversed correlation between time spent tinkering and time spent actually writing in TW. :) That being said, what I like

[tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Mat
Apropos a wizard and guidance with savers, I made http://setup.tiddlyspot.com/ I still think it's a great idea but I had to face that I just wasn't qualified to manage it. I personally use TW's native saver and a generic broswer addon

[tw5] Re: [Plugin] Embed YouTube Videos

2020-05-03 Thread Tony K
Hello Martin Did you input your Google Api key? -- 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

[tw5] Re: Notion encourages busy work

2020-05-03 Thread Mark Kerrigan
any technology choice can be used to be used to create busy work, for example I spent a lot of time at my old job working on a documentation system for a quality management system (ISO 9001). Did it matter almost no one ever used it? No because it just had to exist for auditing purposes.

[tw5] Re: The MESS of knowing what is what ... GG is poison ...

2020-05-03 Thread Sylvain Naudin
> > I believe the answer is that we need humans to curate, summarise and index > the useful information that surfaces. > Yes ! I'm also 200% convinced about that. Where I agree with the feeling of TiddlyTweeter (I suppose) is in not being able to do it from this communication tool for the

[tw5] Re: general questions about BobExe and nodejs

2020-05-03 Thread stefan infp
Something unbelievable happened. I tried BobLinux on Ubuntu 19.10 and it works. Even it creates subwikis and displays it in the sidebar correctly and even opens wikis and subwikis in the browser. How to create and save tiddlers in a specific wiki, subwiki? How can I use images, videos, PDFs

[tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Alfonso Arciniega
Hi Tony, Actually, I do use "TiddlyWiki for Firefox 2.0.2-prerelease" on "Waterfox Classic 2020.03.01" for dedicated TiddlyWiki matters, especially TW5. I even use the old "Firefox 3.6.36" (no extension required) due to TWC compatibility to old plugins (I have a couple of TWC's that cannot be

Re: [tw5] Re: List of changes proposed for documentation

2020-05-03 Thread Riz
These are valid points Mohammad. As you know, I was away from being active in the community in between. Life happens. However before I left, there was a move to shift tiddlywiki github Repo to an organizational Repo with roles assigned to volunteers - so that burden on Jeremy will be less. I

[tw5] Re: Notion encourages busy work

2020-05-03 Thread Jed Carty
One thing to remember with this group is that there is a huge selection bias toward people who want to tinker with tiddlywiki, otherwise they wouldn't post here. I think that most people who use it are like Felicity, who uses it all the time but doesn't have any need for anything past tagging,

[tw5] Re: general questions about BobExe and nodejs

2020-05-03 Thread Jed Carty
I don't know how to answer that question in a useful way. I put media in the wikis when it is useful, I have wikis for different subjects and wikis listed under them for more specific things that fit under them. A lot of them are for documenting my own projects or are custom things that don't

[tw5] Re: [Plugin] Embed YouTube Videos

2020-05-03 Thread Martin Piron
Hello and thanks a ot for your plugin. I can't make it work : I installed it by importing the json, I see the "Add YouTube Video" tab on the panel, but trying to import a YouTube URL gives an internal JavaScript error : Uncaught TypeError: Cannot read property 'items' of null. What is it

[tw5] Re: Can't Make Upgrade From 5.1.21 to 5.2.22 Happen (node.js)

2020-05-03 Thread Kevin Kleinfelter
- `node /usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js --version` reports 5.1.21. - `npm show tiddlywiki version` reports 5.1.22 - `find / -name tiddlywiki.js` reports: - /usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js -

[tw5] Re: Notion encourages busy work

2020-05-03 Thread Jed Carty
Before I made Bob about 90% of what I did with tiddlywiki was making new things and tinkering. Now it is mainly note taking and documentation. I am not sure how much of that is Bob and how much of that is a change in my work. But having the tools ready makes a huge difference. -- You received

  1   2   3   >