[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread PMario
Hi I think you should forward URL paths to specific ports, if more than 1 TW server is active. see: https://docs.nginx.com/nginx/admin-guide/web-server/reverse-proxy/ or also see this discussion:

[tw5] TWEXE Executable TiddlyWiki's

2020-06-17 Thread TW Tones
Folks especially David Gifford or tiddlytools editors. twexe works on both Windows and Linux. Twexe converts any Tiddlywiki5 html file into an executable. It then serves the file and opens your browser with the wiki, using the existing saving mechanism in the control panel within the

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-06-17 Thread TiddlyTweeter
Very Good post IMO. Most informative. I hope you get feedback. TT On Wednesday, 17 June 2020 09:24:59 UTC+2, TW Tones wrote: > > Folks especially David Gifford or tiddlytools editors. > > > twexe works on both Windows and Linux. > > Twexe converts any Tiddlywiki5 html file into an executable.

[tw5] Re: Presenting: field value selector

2020-06-17 Thread Cyrill
Hey, last time i frequently use your macro, but from version 5.122 it unfortunatly dont work anymore. It shows previously unused field name, which is not right Perhaps some brains here could have a closer look to the code modification between .. Beste Regards Am Samstag, 23. September

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-06-17 Thread TW Tones
I have to remove the executable from my github repository to stop getting warning emails. I will try and share it elsewhere. TW Tones On Wednesday, June 17, 2020 at 5:24:59 PM UTC+10, TW Tones wrote: > > Folks especially David Gifford or tiddlytools editors. > > > twexe works on both Windows

[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-17 Thread TW Tones
/Mike, The variable tv-enable-drag-and-drop is set using the tiddler $:/config/DragAndDrop/Enable which does not exist unless created, setting its text field to "no" will stop the standard drop zone being active thus stop interfering with you own. In $:/core/ui/PageMacros you can see how the

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-06-17 Thread TiddlyTweeter
Tony Let us know how that goes, please! My experience is anything with an "exe", either just a string or an actual executable, often requires explicit permissions from end user? Unsigned executables are (rightly) seen as potentially dangerous. TT On Wednesday, 17 June 2020 09:31:38 UTC+2,

[tw5] Re: Query: The Profligate ??

2020-06-17 Thread TiddlyTweeter
Ciao PMario & all Tested on tw.com on FF & Chrome under developer tools ... My central point can be illustrated ... Enter *Tiddler 1* CONTENT ... !!! Test Level 3 Header In WIKITEXT ... RENDER is Correct (line breaks changed for easier reading) ... Test Level 3 Header In WIKITEXT Now

[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread Saq Imtiaz
Look at $:/plugins/tiddlywiki/tiddlyweb/ServerControlPanel You can see here how it is used: https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/tiddlyweb/tiddlywebadaptor.js#L40 $protocol is replaced with document.location.protocol $host is replaced with

[tw5] Re: Tiddlywiki for problem solving

2020-06-17 Thread TiddlyTweeter
You might want to read this recent thread that (in latter parts) seriously deals with Zettekasten in the context of TW actual use. What is a fragment? Luhmann had idea you FIX the resource forever on creation. I think it

[tw5] Re: Voting plugin

2020-06-17 Thread TW Tones
Nick It would be quite easy to make a button that increments a value in a current tiddler field either each press or after selecting a rating. If you want to accept ratings from multiple users instead set or increment system tiddlers of the form $:/rating/username/tiddlername when the button

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-06-17 Thread Birthe C
TW Tones, Aren't you thinking of TiddlyWiki Toolmap Tiddlytools is Eric Shulmans trademark. Birthe On Wednesday, June 17, 2020 at 9:24:59 AM UTC+2, TW Tones wrote: > > Folks especially David Gifford or tiddlytools editors. > -- You received

[tw5] Re: Voting plugin

2020-06-17 Thread TiddlyTweeter
Understood. I think. You want to yourself badge tiddlers with rank and then sort on that, yes? TT On Wednesday, 17 June 2020 14:13:58 UTC+2, NICK wrote: > > I'm just looking for a counter up/down, which I can then sort tiddlers by > highest count. > > > > > On Wednesday, 17 June 2020 13:00:54

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-17 Thread OGNSYA
For 1: ESC should work to cancel focus on a node. Did you try it in the demo site? On Tuesday, June 16, 2020 at 6:07:04 PM UTC+1, Glenn McLelland wrote: > > Love this new plugin, great job Saq! > > Few suggestions/questions: > > 1. Would it be

[tw5] Re: Voting plugin

2020-06-17 Thread NICK
Genius Tony, I'm new to Tiddly so still trying to figure all this out, but if its possible, TW looks perfect. Don't suppose this button has already been created has it? is it a plugin? Thanks On Wednesday, 17 June 2020 14:11:25 UTC+1, TW Tones wrote: > > Nick > > It would be quite easy to

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-06-17 Thread TiddlyTweeter
Hello Yony. :-) On Wednesday, 17 June 2020 13:30:11 UTC+2, TW Tones wrote: > > Oops > > Yes Birthe. Ta > > Yony > > -- 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

[tw5] Re: Filter by Custom Field containing Tiddler name with spaces in it?

2020-06-17 Thread OGNSYA
Funny thing is that in the process of figuring that out I managed to implement by myself a cool real-time filter for my table. I thought this would take ages to do. Meanwhile, I can't figure out how to implement this thing I thought would be very simple (have a filter that outputs only tiddlers

[tw5] Re: Filter by Custom Field containing Tiddler name with spaces in it?

2020-06-17 Thread Saq Imtiaz
This is usually done with nested lists. What is the numerical range for importance? With a limited set of values there are other ways to approach this Is it 0-10 and whole numbers only? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-06-17 Thread TW Tones
Oops Yes Birthe. Ta Yony -- 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: Voting plugin

2020-06-17 Thread NICK
I think by user is best so they only get one vote on each tiddly nick On Wednesday, 17 June 2020 14:15:58 UTC+1, NICK wrote: > > Genius Tony, > > I'm new to Tiddly so still trying to figure all this out, but if its > possible, TW looks perfect. Don't suppose this button has already been >

[tw5] Re: Voting plugin

2020-06-17 Thread NICK
I'm just looking for a counter up/down, which I can then sort tiddlers by highest count. On Wednesday, 17 June 2020 13:00:54 UTC+1, TiddlyTweeter wrote: > > Changing a vote in TW is trivial. > > But HOW without an on-line server version of TW? > > You have live server based system you need

[tw5] Re: Voting plugin

2020-06-17 Thread TW Tones
I just checked the plugin. No java script there in so it should be easy to do as I suggested. Regards 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: Improvements to "GettingStarted"

2020-06-17 Thread TiddlyTweeter
Riz & Jeremy I did not comment before because I needed to see where this was going to make a decent comment. I think Riz is right, boiling it down to "*KNOWN workable for my platform*". The biggest single issue my users have is the old approach is TOO rich. Too many options. Gets confusing!

[tw5] Re: Voting plugin

2020-06-17 Thread TiddlyTweeter
Changing a vote in TW is trivial. But HOW without an on-line server version of TW? You have live server based system you need add this too? Yes? Just a query. TT On Wednesday, 17 June 2020 13:54:18 UTC+2, NICK wrote: > > I'm looking for a plugin for viewers to vote up/down on tiddlers. >

[tw5] Re: Voting plugin

2020-06-17 Thread NICK
Thanks Birthe, That would be great, but is it unique to each website viewer to rateonn, or a one time thing for the post? Would it build up ratings over time for the same Tidddly post. thats why I thought a counter would show this better. On Wednesday, 17 June 2020 13:47:03 UTC+1, Birthe

[tw5] Re: Tiddlywiki for problem solving

2020-06-17 Thread TW Tones
Alex and thomas Alex, very interesting responce to thomas. It will take time to work throught all your ideas along with Thomas's ideas. Its almost intimidating. I may just make a few points. I find the reiterative abstraction I use to develop methods or algorithiums on top of tiddlywiki

[tw5] Re: Filter by Custom Field containing Tiddler name with spaces in it?

2020-06-17 Thread Saq Imtiaz
If importance is in the range 0-10 and whole numbers only, the following will do what you want though it is not very elegant: [importance[5]] [importance[6]] [importance[7]] [importance[8]] [importance[9]] [importance[10]] On Wednesday, June 17, 2020 at 1:11:20 PM UTC+2, Saq Imtiaz wrote: > >

[tw5] Re: Filter by Custom Field containing Tiddler name with spaces in it?

2020-06-17 Thread OGNSYA
The range is quite limited indeed (0-10, whole), so adding this to my filter works: +[importance[5]] [importance[6]] [importance[7]] [importance[8]] [importance [9]] [importance[10]] It just feels very messy. Also, I'll probably want to do more complex comparisons in the future... On

[tw5] Voting plugin

2020-06-17 Thread NICK
I'm looking for a plugin for viewers to vote up/down on tiddlers. Something like this: https://likebtn.com/en/ I've searched around, does anyone know if it exists? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw5] Re: Voting plugin

2020-06-17 Thread Birthe C
Nick, Maybe http://tobibeer.github.io/tw5-plugins/#rate Birthe On Wednesday, June 17, 2020 at 2:13:58 PM UTC+2, NICK wrote: > > I'm just looking for a counter up/down, which I can then sort tiddlers by > highest count. > -- You received this message because you are subscribed to the Google

[tw5] Tiddly Desktop bug

2020-06-17 Thread 'Jake' via TiddlyWiki
[image: 2020-06-17_17-32-05.png] I accidently pushed an icon to launch TiddlyDesktop application while one TiddlyDesktop was already running. The application freezed. I closed it, but after that I got "that" (pic related). I still can open other wikis, but I can not remove this thing. I tried

[tw5] Re: Filter by Custom Field containing Tiddler name with spaces in it?

2020-06-17 Thread OGNSYA
Thanks @saq I just realized we sent almost the same thing at the same time :) On Wednesday, June 17, 2020 at 12:40:32 PM UTC+1, Saq Imtiaz wrote: > > If importance is in the range 0-10 and whole numbers only, the following > will do what you want though it is not very elegant: > >

[tw5] Re: Voting plugin

2020-06-17 Thread NICK
Exactly with the count/voting part - and then tiddlers could be sorted by top votes/newest/oldest. Deleting would be disabled when i can figure the first part out, Only just come across TW5 and seeing if it can do what we need it too! On Wednesday, 17 June 2020 14:50:38 UTC+1, Birthe C wrote:

[tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread Birthe C
Mark S, The question is about a dedicated app. That is not necessary for saving to be convenient. Birthe On Wednesday, June 17, 2020 at 4:16:35 PM UTC+2, Mark S. wrote: > > I don't quite understand the question > > "Do you need a dedicated app for saving tiddlywiki?" > > Why would anyone say

[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-17 Thread Michael Wiktowy
Hi Tony, et al., I have come to similar conclusions. While JSON manipulation looks to be a powerful tool (once I figure out how to use it), but I have been continuing to try to make things work with vanilla TW and finally come up with a solution for the $browse macro at least. Having a list of

[tw5] Safari does not render linked images

2020-06-17 Thread Chris Helm
Hello all, I'm a relative newbie with Tiddlywiki and I'm struggling with the following problem. A search of this site and Google in general doesn't indicate that it's been addressed already so could I ask for your help with it please? I'm using Tiddlyspot to host a TW5 file that publishes

Re: [tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread 'Mark S.' via TiddlyWiki
On Wednesday, June 17, 2020 at 7:43:04 AM UTC-7, Riz wrote: > > How would you word the question? > > > That depends on what the intent of the 2nd question was. Why would anyone arbitrarily want an app ? The only reason I can think that anyone would choose the Download saver (except for Eric)

[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread leeand00
The tiddler in question doesn't exist; I'm running version 5.1.22, should I create the tiddler? Also there's a special tiddler $__config_tiddlyweb_host.tid I had to modify it to get it to work with the nginx reverse_proxy. I just attempted to add :8080 to it, maybe that will fix it up; did

[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread Saq Imtiaz
In the Control Panel, which plugins do you see listed? Do you see either tiddlyweb or nwsaver? On Wednesday, June 17, 2020 at 7:57:24 PM UTC+2, leeand00 wrote: > > The tiddler in question doesn't exist; I'm running version 5.1.22, should > I create the tiddler? > > Also there's a special

[tw5] Re: Query: The Profligate ??

2020-06-17 Thread TiddlyTweeter
Looking at the thread ... https://github.com/Jermolene/TiddlyWiki5/pull/4290#issuecomment-546708220 I had deja-vu. I realized I commented on it before! I had forgotten! I will again. TT On Wednesday, 17 June 2020 17:25:23 UTC+2, PMario wrote: > > On Wednesday, June 17, 2020 at 11:07:50 AM

[tw5] Re: Preview: keyboard driven draggable bullets

2020-06-17 Thread Glenn McLelland
I'm pretty sure I tested the Escape key before I posted. Looks like it works correctly now! -- 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] What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread OGNSYA
I'm curious to know what type of people uses TiddlyWiki currently, and what type of people the project wants to reach? I believe that discussing this might help inform many of the conversations that have been going on, such as the Getting Started page, and the UI/workflow redesign. In case

[tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread 'Mark S.' via TiddlyWiki
Are you saying that the download saver is convenient? Let's take a step back. Why would anyone want to use an app if there is already a convenient method? If the download saver is convenient, then you only need to choose between a cloud-based solution and the download saver. Why would someone

[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread leeand00
PMario, yes, I'm already using nginx to shoot multiple wiki's across port 80 inside the DMZ, and I access it from a specific machine on the LAN that way (as you stated using a reverse-proxy). On Wednesday, 17 June 2020 02:43:19 UTC-4, PMario wrote: > > Hi > I think you should forward URL paths

[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-17 Thread Michael Wiktowy
An update: I have tagging on import working for multiple files now also. For the record, I replaces the split and removeprefix/suffix with some splitregexp 's \define tag-import-actions() <$set name="preregfilter" value="# \[\["> <$set name="sufregfilter" value="\]\]"> <$list

Re: [tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread Jeremy Ruston
Hi Riz > The major question at this point is what is the algorithm for the "Help me > choose it" option. > > I got only two steps till now > > Do you need cloud synchronization? > - Yes : > - Which of the following cloud services would you prefer? GitHub, Gitlab, > Dropbox, Google Drive

[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread Saq Imtiaz
In the browser developer console, check to see what URL the requests are being made to now. Sorry it's a bit difficult to debug when I don't have the same setup. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread leeand00
The plugins I have are: - Core: TiddlyWiki5 core - Filesystem: Synchronise changes to the local filesystem - Highlight: Highlight.js syntax highlighting - TiddlyWeb: Sync changes to TW5 server or TiddlyWeb server After making the changes I mentioned in my previous post; It works remotely! :)

[tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread 'Mark S.' via TiddlyWiki
On a side note, any local file saving solution can become a cloud solution using SyncThing. A common theme that comes up is that people want a solution that doesn't involve putting data on the servers of 3rd parties like Google, Microsoft, or even Github. I guess it would fit best as a "cloud

[tw5] Drift and Daily Notes

2020-06-17 Thread Adam Howard
First off I want to say thank you for drift! It is awesome. :) I wanted to see if their was a way I could have two daily notes. One for personal stuff and one for work stuff? Can this be done? Thanks, Adam -- You received this message because you are subscribed to the Google Groups

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread Birthe C
How would we know? Maybe the people here guess some numbers, but in reality TiddlyWiki is used by many that we know nothing about. Birthe -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails

[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread Saq Imtiaz
What is the current value of $__config_tiddlyweb_host.tid ? Try changing it to: *$protocol$//$host$* This should make it pickup the port from document.location.host On Wednesday, June 17, 2020 at 8:20:11 PM UTC+2, leeand00 wrote: > > The plugins I have are: > > - Core: TiddlyWiki5 core > -

Re: [tw5] Safari does not render linked images

2020-06-17 Thread Jeremy Ruston
Hi Chris I can confirm the problem. The same problem occurs with putting https://www.dropbox.com/s/3j94lvbwqubk0kn/IMG-20200605-WA0008.jpeg?dl=1"/> into a plain HTML tiddler, so I think this is a peculiarity of Dropbox and Safari, rather than TiddlyWiki. Best wishes Jeremy -- Jeremy Ruston

[tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread OGNSYA
I started this discussion, which I think would be helpful to figure out who is TW's audience (current and potential). https://groups.google.com/forum/#!topic/tiddlywiki/X3op3S7apYk That could then inform the UX for newcomers On Sunday, June 14, 2020 at 12:01:46 PM UTC+1, Jeremy Ruston wrote: >

[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread leeand00
I tried that just now (except I added a forward-slash at the end. (All of these errors are from syncer-browser-tiddlyweb) Now I get XMLHttpRequest error code: 404 (it's trying to pull /status) when I get that. And I get Error retrieving skinny tiddler list: XMLHttpRequest error code 502

[tw5] Re: Voting plugin

2020-06-17 Thread TiddlyTweeter
I still don't get it. You have a wiki that has multiple users? Yes? On a server? TT. On Wednesday, 17 June 2020 15:17:22 UTC+2, NICK wrote: > > I think by user is best so they only get one vote on each tiddly > > nick > > On Wednesday, 17 June 2020 14:15:58 UTC+1, NICK wrote: >> >> Genius

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-06-17 Thread 'Mark S.' via TiddlyWiki
toolmap updated. On Wednesday, June 17, 2020 at 12:24:59 AM UTC-7, TW Tones wrote: > > Folks especially David Gifford or tiddlytools editors. > > > twexe works on both Windows and Linux. > > Twexe converts any Tiddlywiki5 html file into an executable. It then > serves the file and opens your

[tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread 'Mark S.' via TiddlyWiki
I don't quite understand the question "Do you need a dedicated app for saving tiddlywiki?" Why would anyone say "yes" ? It's more like, "Do you need saving to be convenient" ? I think the "Getting Started" section needs at least a sentence to explain that TW doesn't have a save mechanism

Re: [tw5] Re: Markdown plugin breaking static site render

2020-06-17 Thread Mehmet Ali Anil
Hi Mike and all, I see that you are also using Stroll and tw5-markdown plugin. Unfortunately the official markdown plugin does not work with the [[]] syntax for bidirectional linking of Stroll, therefore counterproductive here. Best, Mehmet Ali On Tuesday, 9 June 2020 at 20:51:52 UTC+2

Re: [tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread Ste Wilson
My 5 pence worth 'Tiddly wiki is a fully contained application contained in a web page. As such it works out of the box in any browser, but that means that saving downloads another copy of the wiki. See here for some help making that a little more painless-->Pick a browser> Info on how

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-06-17 Thread David Gifford
Mark S, thank you for updating the Toolmap! Everyone else: if you provide updates for the Toolmap, please put Toolmap in the title of the thread. I don't read every single thread, so I need something to call my attention to it. Thanks! On Wednesday, June 17, 2020 at 9:07:40 AM UTC-5 Mark S.

[tw5] Re: clevernote theme related question

2020-06-17 Thread Zia Khan
Thank you Stallings it worked. really appreciated. On Tuesday, June 16, 2020 at 7:48:37 PM UTC-7, Stallings wrote: > > Zia, > > If you're referring to the Timimi theme, you can adjust the width by > editing the width percentage in $:/themes/tesseract/clevernote/stylesheet: > >

[tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread Riz
The major question at this point is what is the algorithm for the "Help me choose it" option. I got only two steps till now Do you need cloud synchronization? - Yes : - Which of the following cloud services would you prefer? GitHub, Gitlab, Dropbox, Google Drive - No: Go to next question

[tw5] Re: Max size of single html wiki file?

2020-06-17 Thread 'Jake' via TiddlyWiki
> If you start to look at interwiki possibilities you will discover already > many methods and opportunities. > > I say assume tiddlywiki can do it and if you find it can't ask for help. > Structure your content so you can find and export exactly what you want and > you will be future

Re: [tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread Rizwan Ishak
How would you word the question? On Wed, 17 Jun 2020, 19:46 'Mark S.' via TiddlyWiki, < tiddlywiki@googlegroups.com> wrote: > I don't quite understand the question > > "Do you need a dedicated app for saving tiddlywiki?" > > Why would anyone say "yes" ? It's more like, "Do you need saving to be

[tw5] Re: Max size of single html wiki file?

2020-06-17 Thread David Gifford
Try https://kookma.github.io/TW-Searchwikis/ On Wednesday, June 17, 2020 at 9:30:33 AM UTC-5 Jake wrote: > > If you start to look at interwiki possibilities you will discover already >> many methods and opportunities. >> >> I say assume tiddlywiki can do it and if you find it can't ask for

[tw5] Re: Query: The Profligate ??

2020-06-17 Thread PMario
On Wednesday, June 17, 2020 at 11:07:50 AM UTC+2, TiddlyTweeter wrote: > Now for* Tiddler 2* CONTENT > > Test Level 3 Header In HTML > > ... RENDER is INcorrect, with excess s > > > Test Level 3 Header In HTML > > > It is confusing & can create layout issues?? > You are absolutely right. Not

[tw5] Re: Voting plugin

2020-06-17 Thread Birthe C
All the users can save to it to add up the voting. But what happens if they do not vote as planned but instead delete the tiddler. Somehow it needs to be limited or? Birthe On Wednesday, June 17, 2020 at 3:33:36 PM UTC+2, TiddlyTweeter wrote: > > I still don't get it. > > You have a wiki that

[tw5] Re: Tiddly Desktop bug

2020-06-17 Thread OGNSYA
I got the same thing a few times before. The way I've been avoiding it is to never try to open TD by double-clicking the icon on the tray; Always right-click and select Wiki List In mine I could remove that bugged out instance just by clicking Remove... On Wednesday, June 17, 2020 at 3:39:00

Re: [tw5] Safari does not render linked images

2020-06-17 Thread Glenn McLelland
You just need to replace www.dropbox.com with dl.dropboxusercontent.com and then it will work. [img[https://dl.dropboxusercontent.com/s/3j94lvbwqubk0kn/IMG-20200605-WA0008.jpeg]] See https://ryanmo.co/2013/11/03/dropboxsharedlinks/ for more info. Cheers! -- You received this message because

[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-17 Thread Saq Imtiaz
@Michael some thoughts below: > I am still wondering about proper use of the "tv-auto-open-on-import" > variable. What Tony wrote about "tv-enable-drag-and-drop" makes me think > there is a tiddler that I should be globally poking that value into rather > than it being a locally controlled

[tw5] 2020.06.15 - TWGGF: A Step Toward Federation

2020-06-17 Thread h0p3
* https://philosopher.life/#2020.06.15%20-%20TWGGF%3A%20A%20Step%20Toward%20Federation * Tonight, I was struck by [[TW-Searchwikis|https://github.com/kookma/TW-Searchwikis]]. Yet again, Mohammad "kookma" Rahmani is brilliant. It is certainly possible I'm not really understanding it, but I

Re: [tw5] Safari does not render linked images

2020-06-17 Thread Chris Helm
Hi Jeremy, thanks very much for such a prompt response. I'm glad to find that it's not me. Best regards, Chris On Wednesday, June 17, 2020 at 8:32:43 PM UTC+1, Jeremy Ruston wrote: > > Hi Chris > > I can confirm the problem. The same problem occurs with putting

Re: [tw5] Safari does not render linked images

2020-06-17 Thread Chris Helm
And thank you too, Glenn, not only for a prompt response but the solution too! I'm grateful AND impressed. :-) So I'll go off now and try out your fix. Best regards, Chris On Wednesday, June 17, 2020 at 8:47:27 PM UTC+1, Glenn McLelland wrote: > > You just need to replace www.dropbox.com

[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread Saq Imtiaz
To recap: >From the remote machine - you access wiki via wiki.somedomain.com:8080 - locally you access wiki via 127.0.0.1, i.e. on port 80? And the problem is that we need the tiddlyweb plugin to make requests to the same port as used in the browser URL. Am I understanding this correctly? - What

[tw5] Re: Best way to use same TW on multiple platforms?

2020-06-17 Thread Glenn McLelland
I've had good success with https://tiddlydrive.github.io/ I can access and edit my tiddlywiki from my Android phone's browser (Opera), ipad (Safari), or desktop (Windows or Mac). Google Drive allows you to roll back to a previous revision if you make a mistake. The only downside is images and

[tw5] Re: 2020.06.15 - TWGGF: A Step Toward Federation

2020-06-17 Thread Joshua Fontany
Thanks for the reminder to check out Searchwikis, that was a very well thought out concept. Jed has done a lot of work on the federation concept that I also want to get familiar with. I agree that this opens up a huge opportunity to share/trade content. Best, Joshua F On Wednesday, June 17,

[tw5] Re: Query: The Profligate ??

2020-06-17 Thread TiddlyTweeter
I now wrote this on Github at https://github.com/Jermolene/TiddlyWiki5/pull/4290#issuecomment-645625262 I just commented on GG about this again at: [The Profligate >

[tw5] Re: TWEXE Executable TiddlyWiki's

2020-06-17 Thread TW Tones
Will do David TW Tones -- 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: Automatically applying tags to imported tiddlers

2020-06-17 Thread Saq Imtiaz
Michael: something like this should also work for parsing $:/Import <$list filter="[enlist{$:/Import}butfirst[6]]" variable="imported"> On Wednesday, June 17, 2020 at 10:16:15 PM UTC+2, Michael Wiktowy wrote: > > Thank you Saq. > > I had just discovered how to do it globally by looking at

[tw5] Re: node.js Tiddlywiki Doesn't Include custom proxy port over ssh when port forwarding?

2020-06-17 Thread leeand00
No I'm just happy someone is here to help me out. Thank you! The URL requests for tiddlers.json?filter=[all[tidd... is being made to http://wiki/helpdeskaleer.com/recipes/undefined/tiddlers.json?filter=...URI Encoded string That's one of the other wiki's that I have reverse proxied...also the

[tw5] Re: Consistency on TiddlyWiki translations - Or let us consider the use of a Translation Memory (TM)

2020-06-17 Thread Paco Rivière
I found this plugin, that may be used to look up the dictionaty table: http://contextplugin.tiddlyspot.com/ El dimarts, 16 juny de 2020 21:20:20 UTC+2, Paco Rivière va escriure: > > Following here a conversation with JR from a few weeks ago, about > TiddlyWiki translation aids, I enclose an

[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-17 Thread Michael Wiktowy
Thank you Saq. I had just discovered how to do it globally by looking at upgrade.html but was still banging my head as to how to do it locally. Your solution of transcluding into the macro/variable an editable tiddler would work great. I agree wrt your recommendations. It would make things

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread Alex Hough
Tony said something on the thread that Thomas started to share his TW on the subject of problem solving: "its molding clay for the mind"[1]. I think these type of user are the ones Birthe identifies as the "many that we know nothing about." Looking back into the history of of TiddlyWiki there

[tw5] Re: 2020.06.15 - TWGGF: A Step Toward Federation

2020-06-17 Thread TiddlyTweeter
h0p3 wrote: > > > Tonight, I was struck by [[TW-Searchwikis| > https://github.com/kookma/TW-Searchwikis] > ]. > > > That link is broken. You should maybe edit it to

[tw5] Re: 2020.06.15 - TWGGF: A Step Toward Federation

2020-06-17 Thread h0p3
Fixed. Gracias. https://kookma.github.io/TW-Searchwikis/ and https://github.com/kookma/TW-Searchwikis should work now. On Wednesday, June 17, 2020 at 6:03:26 PM UTC-4, TiddlyTweeter wrote: > > h0p3 wrote: >> >> >> Tonight, I was struck by [[TW-Searchwikis| >>

[tw5] Re: Consistency on TiddlyWiki translations - Or let us consider the use of a Translation Memory (TM)

2020-06-17 Thread TiddlyTweeter
IMO that is a great piece of work. The one thing that might help is rather than have to open and edit a Tiddler is if the actual contents of a Tiddler could be directly edited on click, in context. TT > -- You received this message because you are subscribed to the Google Groups

[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-17 Thread TW Tones
/Mike, This sent me off on my own import tools development, Still a way to go. I attached some incomplete research notes into the import mechanism for others wishing to further this. I do now think we can save any import as a JSON and we can add all the bells and whistles we want. Regards

[tw5] Re: 2020.06.15 - TWGGF: A Step Toward Federation

2020-06-17 Thread TW Tones
h0p3, Progress and tools are enhancing this every day. Past federation work especially Jed's has a lot to teach us, including the need for simplicity and integration with the core. So much new material has being forth coming with the times Covid-18, has isolation and social distancing given

Re: [tw5] Safari does not render linked images

2020-06-17 Thread springer
Another solution: I've been serving up dropbox images everywhere with no trouble, always replacing the final dl=0 with raw=1 https://www.dropbox.com/s/h6hm0wtjbp2wa2u/tw5-1-22.jpg?dl=0 becomes [img[tooltip|https://www.dropbox.com/s/h6hm0wtjbp2wa2u/tw5-1-22.jpg?raw=1]] Seems to work

Re: [tw5] Re: Improvements to "GettingStarted"

2020-06-17 Thread TW Tones
Jeremy, Yes, my thought was the question do you want to access your wiki on different devices? The trouble is most people would answer yes, even before they discover they love tiddlywiki. Which means we send them down the complexity path right away. Here I provide a carefully thoughtout path

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread TW Tones
TT, OGNSYA Re tracking, I have felt for sometime, if the core included an opt in to tickle a URL somewhere so that we could get an indication of implementations on the internet and their visitation possibly quite a few in the community would opt in. If this allowed opt in to a league table of

[tw5] to double-bracket or not to double-bracket...

2020-06-17 Thread springer
Dear all, I've become a real fan of dynamic tables; almost every tiddler for a person or a kind now includes a table that neatly shows a row for each tiddler tagged as such (or otherwise referencing it in a field, whatever I need) -- with toggle to display the related contents right there

[tw5] Re: Automatically applying tags to imported tiddlers

2020-06-17 Thread Michael Wiktowy
On Wednesday, June 17, 2020 at 5:00:58 PM UTC-3, Saq Imtiaz wrote: > > > So the issue is that when you set tv-enable-drag-and-drop, it is only set > in that widget and its children. > The import message is handled by the navigator widget which is an ancestor > of your widget. > > I use

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread TiddlyTweeter
Tones As far as I understand it there is total antipathy to any kind of collective tracking for TW built in. I think that is good. One simple thing might be a meta tag announcing "This is a TW" in the header a trawler might recognise. I see no harm in that. So long as you can delete it. I

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread TW Tones
TT, What does Opt In mean to you? Surely that is enough to calm you down? Any resource on the internet, a website, a link and mail out already may use a way to see how many visitors they have. Sure there are multi-site traps fed by advertising add on's the world over, but I am not talking

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread TW Tones
OGNSYA, I think these questions are important, so thanks for asking the community. With all due respect there is an issue with your question. If I asked you how many people use WordPress?, you may be tempted to ignore end users, but I think its fair to say 99% of people have used WordPress

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread TiddlyTweeter
On big numbers. A very useful thing to know. Your questions are Good. Some time ago I tried pin it down. The issue is that TW release has NO tracking on by default. There is no way to collect reliable data directly of any kind. Proxy measures (user groups, common hosting services) are

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread TiddlyTweeter
Alex I hope you are collecting you "speeches" somewhere! :-) ... by the neatness & footnotes I'm assuming you wrote this in a wiki? Yes? Best wishes Josiah On Wednesday, 17 June 2020 22:53:44 UTC+2, Alex Hough wrote: > > Tony said something on the thread that Thomas started to share his TW on

[tw5] Re: What is TiddlyWiki's demographic, both current and intended?

2020-06-17 Thread TW Tones
TT, The point is a wiki should allow Opt-in to provide information to the community. I would not only be happy, but would like such a services to go on my Gihub page, the playground and blog wikis I have published. I expect more people to publish content for public or community view would

  1   2   >