Re: [tw] how to use javascript in TW5

2017-03-21 Thread Dave
wait, you can make widgets? I thought you could only make macros... time to read some more. -- 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

[tw] Re: Substring of tiddler name

2017-03-21 Thread Steven Schneider
Hello The Bo: Thanks for the code. It looks like is should work... But, in tiddlywiki.com, I 1 - Created a new tiddler with these fields: title: $:/substring_from_to type: application/javascript module-type: macro tag: $:/tags/Macro text: copied all lines provided 2 - Created a new tiddler

[tw] How to run startup module after startup?

2017-03-21 Thread Matt Groth
Hey all, I need to run a startup module without having to restart the server. Specifically, I am talking about the pinboard bookmarks plugin created by moderatemisbehaviour. He mentions in the readme's roadmap that he might

[tw] AutoPill (beta) - Parser to automatically turn any word into a tag pill (if it's a tag)

2017-03-21 Thread David Szego
Hi all, I needed a way to dynamically give me cross-links within my Wiki, but I couldn't MakeEverything a CamelCase link. And I didn't want to <> wrap everything in appropriate <>. So, here's a beta of a parser that looks through all non-system tags, finds matches in the text of a Tiddler, and

[tw] Tiddlywiki5 with Tiddlers in Tabs

2017-03-21 Thread Kevin Kleinfelter
How do I get Tiddlywiki5 to open tiddlers with tabs across the top of the page, instead of opening new tiddlers below the current one? I've been out of touch with TW for a few years and things have changed a bit. ;-) I've been using a TW I configured years ago. Now, I'm trying to upgrade to

[tw] Re: TW5: responsive tile layout for tiddler story river?

2017-03-21 Thread @TiddlyTweeter
TW is simply an HTML file. The easiest way to get a tiled layout is to use CSS Flexbox. If that proves not enough then you will have to load a JS Masonry layout (which is not so easy unless you understand how TW handles JS). once you understand the CSS structure in TW you should be okay. Its

[tw] Anyone interested in a Bay Area (San Francisco) TiddlyWiki MeetUp -- late afternoon / evening March 26 or March 28?

2017-03-21 Thread Steven Schneider
Hi folks, a bit of a long shot, but...I'll be in San Francisco next week and would be interested in meeting up with any TiddlyWiki users. I'll be arriving in Sunday afternoon around 3. I could also meet up with folks on Tuesday 3/28 after 3, before my 9pm departure. I'm especially interested

[tw] Re: TW5: responsive tile layout for tiddler story river?

2017-03-21 Thread Martian
You mean something like this https://jbaysolutions.github.io/vue-grid-layout/examples/01-basic.html ? On Tuesday, 21 March 2017 23:36:45 UTC+3, TheDiveO wrote: > > Would it be possible to replace the core TW5 story river with a tile-based > variant, including kind of a responsive design? Where

[tw] Re: force set width on multi-line edit-text widget

2017-03-21 Thread Thomas Elmiger
Hi Egbert I know it's a steep learning curve ;–) And text-edit obviously is one of the tricky parts – but I am a bit tired now, midnight is near. Maybe in the meantime you could explain your personal usecase. What exactly do you want to achieve? (Possibly not the same as Dave.) Do you know

Re: [tw] how to use javascript in TW5

2017-03-21 Thread Sven Wetzel
Hello Dave, I think you must create a widget, that creates a button with the click event listener on it. Or if you want it as macro you can try this with my SPilot4TW (https://www.quaraman.de/tw/pilot.html): |\define myfunctionbutton(text:"hello world!")|| ||LOOP:|| ||PAUSE: Try it||

[tw] Re: force set width on multi-line edit-text widget

2017-03-21 Thread Egbert
Hi Thomas, thanks for the info, but as a relative newbie I am a bit lost. If I put it into context, does that mean the following?: Putting this .myTextEdit { width:50em; height:10em !important; } in a tiddler tagged $:/tags/Stylesheet And putting this in a different tiddler named

Re: [tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-03-21 Thread Thomas Elmiger
Haha, now I can’t resist: Imagine Josiah in a remote studio clipping the streams from all the Dragon-equipment following a trello timetable – that must be worth an Oscar for multi-angle meetup-livestreams! I'll try to watch and participate remotely if there is any bandwidth left for me :–D

[tw] the RELIABILTY

2017-03-21 Thread @TiddlyTweeter
so much of the time we we come here with problems. of course. but i want to wave the flag for TW's RELIABILITY. its pretty remarkable. @telmiger & I had a fun play on Twitter on this. Josiah -- You received this message because you

[tw] Re: [TW5] Core drag-and-drop improvements

2017-03-21 Thread 'c pa' via TiddlyWiki
Jeff, Notice in the demo that Jeremy has defined a macro called drop-actions() that specifically edits the contents of that list field. That macro is then called in the associated droppable widget. \define drop-actions() <$action-listops $tiddler="Days of the Week"

[tw] how to use javascript in TW5

2017-03-21 Thread Dave
Is there a tutorial somewhere that would teach me how to take this javascript code Click the button to convert the string to lowercase letters. Try it function myFunction() { var str = "Hello World!"; var res = str.toLowerCase(); document.getElementById("demo").innerHTML =

Re: [tw] Re: Firefox not Displaying pictures

2017-03-21 Thread Jeremy Ruston
There’s a useful trick here: once you’ve got your image downloaded, open it in your web browser (typically by double clicking on it in Explorer or Finder). Then note down the URL in the address bar; it will start “file://”. That gives you a reliable absolute URL to your local image; trim from

[tw] Re: force set width on multi-line edit-text widget

2017-03-21 Thread Thomas Elmiger
Please consider *all* restrictions and choose a good way, not a quick one! http://tiddlywiki.com/#TiddlerFields Happy developping, Thomas Hints: spaces, long dashes –, … -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: force set width on multi-line edit-text widget

2017-03-21 Thread Dave
Oh, yeah, I forgot about the upper case thing and fields Is there a way to (easily) convert a string to lowercase only so this would work still using tiddlernames? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group

[tw] Re: Firefox not Displaying pictures

2017-03-21 Thread @TiddlyTweeter
why is this is issue so weirdly complex? is there no single documentation point to send questioners to? -- 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: [tw] Re: [TW5] Plugin update: Autosave for EditorCounter – Never lose hours of work again

2017-03-21 Thread @TiddlyTweeter
is this thread about counting? your gadget counts characters and words accurately for me. Homo Countus Exactus. but maybe its about "autosave"? i never switched it on. why? 200 characters mean nothing to me. 30 minutes of my time do. that is why i auto-backup every thirty minutes.

[tw] TW5: responsive tile layout for tiddler story river?

2017-03-21 Thread TheDiveO
Would it be possible to replace the core TW5 story river with a tile-based variant, including kind of a responsive design? Where tiddlers would be the individual tiles, rendered side-by-side first, then top to bottom. I'm trying to figure out if I can turn TW5 into a poor man's portal page

[tw] Re: Noteself Error (for Danielo)

2017-03-21 Thread @TiddlyTweeter
That is likely NOT the file you downloaded. It looks like the file is trying to reach a database that is not there?? Not sure. On Tuesday, 21 March 2017 21:18:33 UTC+1, Alfonso Arciniega wrote: > > Hi Danielo, > > After downloading to my PC. Right after changing the MyNotebook to any > other

Re: Re: [tw] Voicing Futures ...

2017-03-21 Thread @TiddlyTweeter
Ciao Danielo *I agree with all you write. All the components are mature and work.* WHY is it so difficult to get started? 1 - its unclear how exactly to sign up to Cloudant. And whether they will CHARGE your Credit Card. Do you need to pay to just test? 2 - its unclear what in SelfNote is the

[tw] Noteself Error (for Danielo)

2017-03-21 Thread Alfonso Arciniega
Hi Danielo, After downloading to my PC. Right after changing the MyNotebook to any other name, saving the file, and reloading it; I get the message in a window as shown below. Tried several times on different browsers and on TiddlyDesktop. All the same. Any clues? Saludos, Alfonso -- You

[tw] Re: [TW5] Core drag-and-drop improvements

2017-03-21 Thread Jeff Vance
Quick question: Does the drag and drop only work when the filter is based on the contents of a field? It appears to be the case. I see in the demo it grabs all the days of the week from the List field and drag/drop saves the new order in that field. So what if you use a filter that doesn't

[tw] Re: Firefox not Displaying pictures

2017-03-21 Thread Eric Shulman
On Tuesday, March 21, 2017 at 11:46:08 AM UTC-7, Jason Peterson wrote: > > Ok here are two screen shots. One shows what chrome and firefox look like > for the same picture. The second one shows that all the pictures and TW5 > are in the same folder. Here is the coding that I am > using

[tw] Improvements for mobile version of TW5

2017-03-21 Thread Atul Grover
Hi Jeremy, Are there any "Theme tweak options" or "Default Sidebar Tab actions" which will make the TW more suitable for mobiles. IMHO there could be one which changes the sidebar to open/close from the side rather than becoming visible/hidden at the top. Alternatively TW5 could

[tw] Re: force set width on multi-line edit-text widget

2017-03-21 Thread Thomas Elmiger
Hi guys This would work under certain conditions: \define bignotes(side) <$edit-text tiddler="notesInFields" field="$(currentTiddler)$.$side$" class="tw-edit-texteditor myTextEdit" tag="textarea"> \end <> There are restrictions concerning the naming of fields, so maybe it is not a good idea

Re: [tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-03-21 Thread @TiddlyTweeter
in short. the issue last time was as much bad cinematography as bandwidth? no reason you ALSO have to be film geeks as well as TW ones. But I think its pause for thought. live interaction needs camera angles on something so sustained. J, x On Tuesday, 21 March 2017 17:26:03 UTC+1, Jeremy

Re: [tw] [NEW plugin] TW5 Search and Replace

2017-03-21 Thread J Mc
Hi Danielo, I have tried your searchNreplace plugin but can't get it to work. I have a large list of street names which I need to enclose in square brackets and need to separate with a blank line so that I can create new tiddlers from a list. I can search for \n and replace this [[ but can't put

[tw] Re: Firefox not Displaying pictures

2017-03-21 Thread BJ
you could try [img[file///h:/Private/Wiki/ Wiki5/Aslan'sFriendN9ZF.jpg]] On Tuesday, March 21, 2017 at 7:46:08 PM UTC+1, Jason Peterson wrote: > > Ok here are two screen shots. One shows what chrome and firefox look like > for the same picture. The second one shows that all the pictures and

[tw] Re: force set width on multi-line edit-text widget

2017-03-21 Thread Egbert
Tks Dave. Can't wait for the solution, would really help. -- 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 post to this

Re: [tw] Re: Firefox not Displaying pictures

2017-03-21 Thread Jason Peterson
That did it! it is extremely weird that it has to reside in the same folder with the tiddler though. I will play with it some to see if i can go a subfolder or not. thru...@yahoo.com *THANK YOU VERY MUCH FOR ALL YOUR HELP!* On Tuesday, March 21, 2017 at 2:55:07 PM UTC-4, Thomas Elmiger

Re: [tw] Re: Firefox not Displaying pictures

2017-03-21 Thread Thomas Elmiger
Now you should be able to get the image this way: [img[Aslan'sFriendN9ZF.jpg]] (I’m on my phone and guessing.) -t Jason Peterson schrieb am Di. 21. März 2017 um 19:46: > Ok here are two screen shots. One shows what chrome and firefox look like > for the same picture. The

Re: [tw] Re: [TW5] Plugin update: Autosave for EditorCounter – Never lose hours of work again

2017-03-21 Thread Thomas Elmiger
Hello Danielo and Arlen I think I copied my save function from somewhere below the search button, I don’t remember that exactly. I use $tw.rootWidget.dispatchEvent({type: "tm-auto-save-wiki"}); so this seems to be a technical auto save mechanism and not a sync mechanism. In my experience it

[tw] Re: Firefox not Displaying pictures

2017-03-21 Thread Jason Peterson
So try and put the image files in the same folder/subfolder as where the wiki is stored? I will give it a shot and let you know what happens. thru...@yahoo.com On Tuesday, March 21, 2017 at 1:26:58 PM UTC-4, PMario wrote: > > On Tuesday, March 21, 2017 at 4:50:03 PM UTC+1, Jason Peterson

Re: [tw] Re: [TW5] Plugin update: Autosave for EditorCounter – Never lose hours of work again

2017-03-21 Thread Arlen Beiler
Is the difference here that Thomas's plugin will trigger save for the regular saver mechanism even when a draft is the only thing that changed? This would apply to TiddlyFox and download savers, but not the sync adapter that syncs individual tiddlers, including drafts. The sync mechanism is what

[tw] Re: Where is the NoteSelf repository anyway? @Danielo

2017-03-21 Thread Danielo Rodríguez
Hello mat El viernes, 17 de marzo de 2017, 20:35:28 (UTC+1), Mat escribió: > > I'm posting this publicly because the answer might be of interest for > others also. > Sure. > > @Danielo - https://noteself.github.io/ is clearly on github... but where > is the code? The link at bottom of

[tw] Re: [TW5] Plugin update: Autosave for EditorCounter – Never lose hours of work again

2017-03-21 Thread Danielo Rodríguez
Hello Thomas > > According to http://tiddlywiki.com/#AutoSave the built-in autosave is > triggered by clicking a save- or delete-button. My EditorCounter autosave > function is triggered WITHOUT clicking a button in the user interface. This > way (my way) a "Draft of …" tiddler is saved

Re: Re: [tw] Voicing Futures ...

2017-03-21 Thread Danielo Rodríguez
Hello @Mat > I agree it deserves a LOT more attention, not least on the boards. (I'll > try to plug NoteSelf when it is relevant. > ;-) > Thanks! > > As for using it, I can't talk for others but the FAQ reads: > > [...]Can I use for production/very important

[tw] Re: force set width on multi-line edit-text widget

2017-03-21 Thread Dave
I bet the solution is to set a default content which would have to be a variable set from the field that you'll be assigning it to. If I figure that out I'll post it here, but currently I'm not sure how to exactly. -- You received this message because you are subscribed to the Google Groups

[tw] Re: Firefox not Displaying pictures

2017-03-21 Thread PMario
On Tuesday, March 21, 2017 at 4:50:03 PM UTC+1, Jason Peterson wrote: > > ...Again this shows up in Chrome or IE when I look at the same tiddler but > not in FF. > > [img[H:\Private\Wiki\Images\Twitter\Complaints\Aslan'sFriendN9ZF.jpg]] > hmm. strange. Did some tests. It seems FF only allows

[tw] Re: Firefox not Displaying pictures

2017-03-21 Thread Thomas Elmiger
Hi Jason In many cases it helps to eliminate non-ASCII characters from file names. In your case the ' in Aslan'sFriendN9ZF.jpg Good luck Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-03-21 Thread Dragon Cotterill
On Tuesday, 21 March 2017 16:12:36 UTC, Jed Carty wrote: > > I think that the problem last time with the remote attendees was the wifi > where we were. There may have been a problem with not having a dedicated > computer to run the hangout, if that is the case I may be able to bring up > an

[tw] Re: Voicing Futures ...

2017-03-21 Thread @TiddlyTweeter
Jed This is exactly IT. Futures understanding. Josiah, x On Tuesday, 21 March 2017 17:07:13 UTC+1, Jed Carty wrote: > > As far as the easy deployment of node.js apps goes, I am working on making > a control interface and data dashboard for my robot using tiddlywiki. The > robot runs in node

[tw] Re: force set width on multi-line edit-text widget

2017-03-21 Thread Dave
Good catch! That happens to my version too. When you go look at where the notes are kept ([[notesInFields]]), the notes are still there, but I'm note sure why they don't appear in the tiddler that has the note box. -- You received this message because you are subscribed to the Google Groups

[tw] Dynamic Photo Album

2017-03-21 Thread Jon Cramer
Hello All, I am currently working on a project using TiddlyWiki for a college course at SUNY Polytechnic Institute. I will be creating a dynamic photo album of my daughter's first 4 years by adding dynamic navigation. Users will be able to filter by Age, Activity, and Season based on tags, and

Re: [tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-03-21 Thread Jeremy Ruston
I think the wifi was actually OK last time. I think we used my iPad running the Google Hangouts app; one issue was positioning the camera so that people could see anything interesting. This time, I’ve got a decent quality USB HD webcam (including stereo mics), which hopefully we can plug into

[tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-03-21 Thread Jed Carty
I think that the problem last time with the remote attendees was the wifi where we were. There may have been a problem with not having a dedicated computer to run the hangout, if that is the case I may be able to bring up an old laptop that can be used as a dedicated streaming machine. -- You

[tw] Re: force set width on multi-line edit-text widget

2017-03-21 Thread Egbert
Putting this .myTextEdit { width:50em; height:10em !important; } in a tiddler tagged $:/tags/Stylesheet And putting this in a different tiddler \define bignotes(side) <$edit-text tiddler="notesInFields" field="$(currentTiddler)$.$side$" class="tw-edit-texteditor myTextEdit"

[tw] Re: Voicing Futures ...

2017-03-21 Thread Jed Carty
As far as the easy deployment of node.js apps goes, I am working on making a control interface and data dashboard for my robot using tiddlywiki. The robot runs in node so I have the same script running both tiddlywiki and the robot. I set up bi-directional communication between the robot and

[tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-03-21 Thread @TiddlyTweeter
can i virtually attend? (interactively) last time the tech wasn't quite up to it. i think it might be interesting if it were??? Josiah, x On Friday, 24 February 2017 13:00:01 UTC+1, Jeremy Ruston wrote: > > I’m delighted to invite you to the 2nd TiddlyWiki European Meetup on > Saturday 10th

[tw] Re: Firefox not Displaying pictures

2017-03-21 Thread Jason Peterson
PMario, My apologizes, I have been reading this group enough that I should have included this. Again this shows up in Chrome or IE when I look at the same tiddler but not in FF. [img[H:\Private\Wiki\Images\Twitter\Complaints\Aslan'sFriendN9ZF.jpg]] thru...@yahoo.com On Friday, March 17,

[tw] Re: Voicing Futures ...

2017-03-21 Thread @TiddlyTweeter
I would like to add to this discussion this ... On Sunday, 5 March 2017 09:38:00 UTC+1, Jeremy Ruston wrote: > > *Overall, I’d like to see TiddlyWiki better serve the needs of multiple > audiences:* > > * commercial services for general users > * easy Node.js app deployment for advanced DIY

Re: [tw] Re: [TW5] Core drag-and-drop improvements

2017-03-21 Thread Jeremy Ruston
Hi Atul Please could you start a new thread if you’re posting about a new topic? Thank you, Best wishes Jeremy. > On 21 Mar 2017, at 15:31, Atul Grover wrote: > > Hi Jeremy, > > > > Is there any "Theme tweak options" or "Default Sidebar Tab actions" which > will

[tw] Re: Toccata & Fugue

2017-03-21 Thread @TiddlyTweeter
"Also Sprach Zarathustra" is not a great tune for #TiddlyWiki. Its a bit too definitive, though it has its moments of query of what else is around ... https://www.youtube.com/watch?v=IFPwm0e_K98 Best wishes Josiah -- You received this message because you are subscribed to the Google

[tw] Re: [TW5] Core drag-and-drop improvements

2017-03-21 Thread Atul Grover
Hi Jeremy, Is there any "Theme tweak options" or "Default Sidebar Tab actions" which will make the TW more suitable for mobiles wherein the sidebar open/close from the side rather than becoming visible/hidden at the top? Just by making this minor change TW will become much appropriate

[tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-03-21 Thread Atul Grover
Hi All, I couldn't make it last time but I do hope to make it for the meetup this time around. Regards Atul -- 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

[tw] Re: Voicing Futures ...

2017-03-21 Thread @TiddlyTweeter
Ciao tejjid and all ... On Monday, tejjyid wrote: > > > ... The problem is that TW *isn't* a single-file architecture. It needs > other programs to support it, not just an OS. and now, increasingly those > programs don't. So I think the problem is deep. > I agree, in the sense that the

Re: [tw] Announcing TiddlyChrome

2017-03-21 Thread Ben John
Hi Arlen Can you tell me why my link was blocked? - I have AVG installed on my computer which is running Windows 10 regards Ben On Mon, Mar 20, 2017 at 9:43 AM, Gmail Team wrote: > The message "[tw] Announcing TiddlyChrome" from Arlen Beiler ( > arlen...@gmail.com)

[tw] Side-bar problems

2017-03-21 Thread Jon
Hi, When I hide the sidebar, the tiddlers no longer expand to fill the screen. Also, when using the side bar search box, the frame showing the results doesn't automatically appear (showing Title matches and All matches) - it only appears if I click on the number of matches to the right. I've

[tw] Re: apply macro to outer tiddler of transcluded pair?

2017-03-21 Thread Dave
Thank you sir! -- 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 post to this group, send email to