[tw5] Re: Saving in chrome

2019-06-12 Thread Tom Adams
I've found a quirk with Savetiddlers extension for Chrome. Every time I shut down my Chromebook, I lose the extension and have to reload it before I open my tiddlywiki. If I forget to reload the extension, open and save my tiddlywiki, it gets saved in my downloads folder instead of

[tw5] Re: Saving in chrome

2019-05-29 Thread Tom Adams
On Friday, May 10, 2019 at 12:28:45 AM UTC-7, A Sklpns wrote: > > Hello TW friends. > I am looking for a simple way to save both TW5 and TWC files under Google > Chrome. > I use several Chromebooks running ChromeOS. I wanted to access the same tiddlywiki from any of them, so I needed to put

[tw5] Re: Filter/subfilter syntax and variables

2019-01-17 Thread AdamS
al string > "Missing Link" If you add "Missing Link" to your list, then > dragging [[Missing List]] will cause Missing Link to disappear. > > If that's not a bug, I'd like to know the incantation that would make it > work ;-) > > --

[tw5] Re: Filter/subfilter syntax and variables

2019-01-17 Thread AdamS
PM UTC, Mark S. wrote: > > I think we need to know more about your setup. Are you using the macro in > draggable, or in droppable? When I use it in droppable, it works right out > of the box, no matter how many spaces are in the title. > > Good luck! > -- Mark > >

[tw5] Re: A TW Resource Announced: Scripts in TW

2019-01-17 Thread AdamS
Mohammad, this is awesome. Best wishes, Adam On Thursday, January 17, 2019 at 10:12:29 AM UTC, Mohammad wrote: > > Announcement > > Date: Jan 17th, 2017 > > *Scripts in TW* is a resource for Tiddlywikians contains > >1. Solutions to selected questions raised in TW Google group (Forum) >

[tw5] Filter/subfilter syntax and variables

2019-01-17 Thread AdamS
Hello all, I've got this action that is supposed to remove a tiddler from a list of tiddler titles: \define startactions() <$action-listops $tiddler="List 1" $subfilter="-[]"/> \end However, it doesn't seem to work if the tiddler title appears in the list in this format [[Two Words]]. It

[tw5] Re: startactions for dragging links

2019-01-16 Thread AdamS
atible, and easy to do. Best wishes, Adam On Thursday, January 17, 2019 at 1:40:15 AM UTC, Eric Shulman wrote: > > On Wednesday, January 16, 2019 at 4:03:04 PM UTC-8, AdamS wrote: >> >> >> I'm trying to get startactions on dragging a link. Per DraggableWidget >> <

[tw5] Re: startactions for dragging links

2019-01-16 Thread AdamS
ts raising an issue on the github repository? Best wishes, Adam On Thursday, January 17, 2019 at 12:03:04 AM UTC, AdamS wrote: > > > Hi Folks, > > I'm trying to get startactions on dragging a link. Per DraggableWidget > <https://tiddlywiki.com/#DraggableWidget>, one c

[tw5] startactions for dragging links

2019-01-16 Thread AdamS
Hi Folks, I'm trying to get startactions on dragging a link. Per DraggableWidget , one can specify start actions (as well as end actions) on the dragging. The LinkWidget produces draggable links, but they don't

[tw5] Re: Sanitizing JS

2019-01-16 Thread AdamS
sible to you the user. And what happens when your > javascript is executed twice? Overall, it is a lot simpler to reason > about, and less bug prone, to require all javascript calls to be part of > the parse/render/update loop. > > On Monday, January 14, 2019 at 8:09:46 P

[tw5] Re: Sanitizing JS

2019-01-15 Thread AdamS
Yeah, that's kind of my point. I understand why standard inline javascript is not something that can be part of the core, or anything so fundamental to the way tiddlywiki works. That's why I'm wondering if it would be possible to sanitize it, removing any DOM related stuff or anything that

[tw5] Re: Sanitizing JS

2019-01-15 Thread AdamS
e given has some perplexing omissions. > > -- Mark > > On Monday, January 14, 2019 at 5:09:46 PM UTC-8, AdamS wrote: >> >> Hi Folks, >> >> I know it has been discussed a few times, but I keep coming back to the >> idea of inline javascript. Or at leas

[tw5] Sanitizing JS

2019-01-14 Thread AdamS
Hi Folks, I know it has been discussed a few times, but I keep coming back to the idea of inline javascript. Or at least something javascript-ish (javascript-esque?). I know the reason this capability isn't standard is because of security issues. I don't have much experience with this sort of

[tw5] Re: Useful Lessons from the "Competition"

2019-01-11 Thread AdamS
I think Dave's point goes beyond example TWs. I don't think the TW community is lacking there. There are some amazing and exotic examples floating around. If I'm understanding Dave's point correctly, we should have "empty" TWs available that are roughly optimized for certain tasks. They come

[tw5] Re: Variables in a filter

2019-01-03 Thread AdamS
Thank you, Mark! That did it. I knew there would be some simple solution. I just couldn't imagine how simple! Still coming to grips with the basic syntax, particularly when it comes to filters. Thanks again for your help. Best wishes, Adam -- You received this message because you are

[tw5] Re: Variables in a filter

2019-01-03 Thread AdamS
Now I'm trying: \define drop-at-end() <$set name="action" value="[]"> <$action-listops $tiddler="$:/StoryList" $subfilter="+[remove]"/> <$action-listops $tiddler="$:/StoryList" $subfilter="+[append]"/> \end But for some reason, still not working. Now, regardless of whether the title has

[tw5] Variables in a filter

2019-01-03 Thread AdamS
Hi all, I'm trying to do some drag n' drop nonsense and I'd like to be able to drag a list item and put it at the very end of the list. This is the macro I've got: \define drop-at-end() <$action-listops $tiddler="$:/StoryList" $subfilter= "+[remove]"/> <$action-listops $tiddler="$:/StoryList"

[tw5] Re: Scrivener and Tiddlywiki

2019-01-02 Thread AdamS
so serve my node.js version frequently from a Raspberry Pi B+ with no lag! > > Mark > > > On Tuesday, January 1, 2019 at 5:50:26 AM UTC-5, AdamS wrote: >> >> Mark and Tony, >> >> Could you guys say a little more about the typing speed issue. I haven't >

Re: [tw5] Re: The purpose of text editor iframes?

2019-01-02 Thread AdamS
iframe came in at the same time as the edit buttons. I could be very > wrong, of course ;-) > > On Wednesday, January 2, 2019 at 10:23:56 AM UTC-7, AdamS wrote: >> >> Hi all, >> >> I'm just wondering why the tiddler text editor uses as iframe instead of >> a texta

[tw5] The purpose of text editor iframes?

2019-01-02 Thread AdamS
Hi all, I'm just wondering why the tiddler text editor uses as iframe instead of a textarea by default. The iframe make styling the embedded textarea somewhat tricky. Interested to know what advantages the iframe confers that I will miss out on by changing the edit tiddler template. Best

[tw5] Re: Scrivener and Tiddlywiki

2019-01-01 Thread AdamS
Mark and Tony, Could you guys say a little more about the typing speed issue. I haven't encountered this yet, but have been hoping to use TW for long-form writing. So this issue troubles me. Are there any routes to fixing this issue? Or is it a product of something fundamental to the way TW

Re: [tw5] Drag and Drop Buttons

2018-12-21 Thread AdamS
her browsers do support draggable links, as far > as I know. > > Best wishes > > Jeremy > > On 21 Dec 2018, at 12:56, AdamS > > wrote: > > I'm trying to make some buttons that can be dragged around and relocated, > but without success. I'm using the dragTidd

[tw5] Drag and Drop Buttons

2018-12-21 Thread AdamS
I'm trying to make some buttons that can be dragged around and relocated, but without success. I'm using the dragTiddler parameter, but when I go to drag it, no luck. Could the click event of the button be getting in the way of the drag? That doesn't seem right because links are clickable and

Re: [tw5] Re: What extra is needed for the hammer/pan widget?

2018-12-20 Thread AdamS
Hi BTC, I've been experimenting with your pan widget, but I'm having some difficulty. Is it possible to have the drag bar and resizer be DOM siblings rather than parent-child? On your demo page, you have a resizable div, but the whole div is a handle for the dragging. I can't seem to figure

[tw5] Re: Spaced Repetition and TiddlyWiki

2018-12-19 Thread AdamS
Hi Diego, It just occured to me that a nice feature might be keyboard shortcuts that let you respond to cards faster than clicking one of the options with the mouse. I've found that really useful with Anki. I suppose with the keyboard plugin integrated into 5.1.18 now, it won't be too hard to

[tw5] Re: Spaced Repetition and TiddlyWiki

2018-12-19 Thread AdamS
I'm very much in favor of this. I've used anki for a while, but the more I use tiddlywiki, the more I simply want to integrate everything possible into tiddlywiki. I'm really looking forward to seeing how your plugin progresses! Best wishes, Adam On Wednesday, December 19, 2018 at 7:36:30 PM

Re: [tw5] Create New Tiddler and Substories

2018-12-18 Thread AdamS
So I put this inside a tiddler: <$navigator story="$:/SubStoryList" history="SubHistoryList"> > > {{$:/core/ui/PageTemplate/pagecontrols}} > > > <$transclude tiddler="$:/core/ui/Buttons/new-tiddler" mode="inline"/> > <$list filter="[list[$:/SubStoryList]]" history="$:/SubHistoryList" >

Re: [tw5] Re: What extra is needed for the hammer/pan widget?

2018-12-13 Thread AdamS
Oh wow. I just found the http://hammerwidgets.tiddlyspot.com/ page. I was using an even older version. It looks like you've already anticipated what I had in mind. I'm excited to play around with this! On Friday, December 14, 2018 at 1:47:39 AM UTC, AdamS wrote: > > I, too, am trying t

Re: [tw5] Re: What extra is needed for the hammer/pan widget?

2018-12-13 Thread AdamS
I, too, am trying to make use of the hammer/pan widgets. But am having some trouble with the starting-x and starting-y values not quite working (unless I'm simply doing something wrong). Very much looking forward to their 5.1.18 release. If I could make one request with it. It might be useful

Re: [tw5] Adjusting the EditTemplate body editor height dynamically

2018-12-12 Thread AdamS
me way I can toggle between them? Being able to simply work with the div would make what I'm trying to do a lot easier. If anyone can point me in the right direction on this, I'd be very much obliged. Best regards, Adam On Wednesday, December 12, 2018 at 1:23:03 AM UTC, AdamS wrote: > > S

[tw5] Adjusting the EditTemplate body editor height dynamically

2018-12-11 Thread AdamS
of a workaround for this? Or is making a new widget the only way forward on this problem? Best regards, AdamS -- 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] Create New Tiddler and Substories

2018-12-11 Thread AdamS
Thanks, BTC! For some reason, I just couldn't imagine putting a button inside the navigator widget call. Still learning the ropes here. Probably will be for a long time yet. Thanks, again. Best regards, Adam On Tuesday, December 11, 2018 at 2:05:57 PM UTC, BurningTreeC wrote: > > Hi

[tw5] Create New Tiddler and Substories

2018-12-11 Thread AdamS
Hi folks. I'm trying to create a new layout interface but am running into a problem fairly early on. I have created some substories, but I can't figure out how to create new tiddlers in those substories. If I click on create new tiddler, I just end up adding it to the main story river, which I

[tw5] Re: Final checks for v5.1.18

2018-11-26 Thread AdamS
I'm not sure if I'm doing this right as I'm simply using the prerelease that is hosted rather than downloading an empty one. But the comments plugin seems to have some strange functionality. Opening a comment and then hitting cancel leaves an empty comment. It can be deleted but if the empty

[tw5] Re: The editor toolbar drops when preview is toggled on

2018-11-02 Thread AdamS
Found it! One of the plugins had a toggle for a sticky toolbar. The sticky toolbar also has a default offset of 35px. That's what was doing it. Thanks for your help, Mark and Thomas! On Friday, November 2, 2018 at 10:18:12 PM UTC, AdamS wrote: > > I gave it a try, but no results. The

[tw5] Re: The editor toolbar drops when preview is toggled on

2018-11-02 Thread AdamS
I gave it a try, but no results. The new TW works just fine even with all of them. On Friday, November 2, 2018 at 8:28:14 PM UTC, Thomas Elmiger wrote: > > Import your tiddlers in an empty TW one by one and check for the effect > while doing so? -- You received this message because you are

[tw5] Re: How to set background color of select html tag

2018-11-02 Thread AdamS
Nope. I'm wrong. Works great! I had another stylesheet running that was causing me problems. Thanks for the fix! On Monday, July 16, 2018 at 4:59:22 PM UTC+1, talha131 wrote: > > I have fixed the issue to the best of my knowledge and opened up a pull > request at Github > >

[tw5] Re: The editor toolbar drops when preview is toggled on

2018-11-02 Thread AdamS
or custom style sheets might be > causing the problem? > > -- Mark > > On Friday, November 2, 2018 at 7:28:48 AM UTC-7, AdamS wrote: >> >> I think it is the latest release of TW. 5.1.17? This is on Firefox. >> Though it does the same thing on the ios app Quine and i

[tw5] Re: The editor toolbar drops when preview is toggled on

2018-11-02 Thread AdamS
I just tried disabling all the plugin, but the bug is still there. I'm not sure what else it could be. Thanks for your suggestions! On Friday, November 2, 2018 at 4:34:51 PM UTC, Thomas Elmiger wrote: > > Did you try to switch off the word counter? > > Good luck! > Thomas > -- You received

[tw5] Re: The editor toolbar drops when preview is toggled on

2018-11-02 Thread AdamS
erhaps you could present a screen shot? I don't ever recall seeing this > behavior. > > What TW version, Browser, and platform are you using? > > Good luck! > -- Mark > > On Friday, November 2, 2018 at 5:03:00 AM UTC-7, AdamS wrote: >> >> Whenever prieview is

[tw5] The editor toolbar drops when preview is toggled on

2018-11-02 Thread AdamS
Whenever prieview is toggled on, the editor toolbar drops down a bit. The preview pane gets pushed down with it, but the edit pane does not. So the editor toolbar ends up occluding the top line or two of the edit pane. I've been searching for a solution but haven't come up with anything. Ideas?

[tw5] Re: How to set background color of select html tag

2018-11-02 Thread AdamS
I've tried to implement the solution, and I think I've done it correctly. What I'm getting is the select tags look great until you click on it and try to select one of the options. The dropdown menu turns white (against white text). I'm not sure if I'm doing something wrong or if the solution

[tw5] Re: [Outreach] Communicating to writers the benefits of TW -- #21 FUTURE TIDDLERS

2018-11-01 Thread AdamS
Yes! That's just what I had in mind. On Thursday, November 1, 2018 at 6:21:09 PM UTC, S. S. wrote: > > > > On Thursday, November 1, 2018 at 7:31:20 PM UTC+7, AdamS wrote: >> >> ... >> >> Tongerner also has a "new template tiddler" button. I wond

[tw] Getting TiddlyWiki and Fluidapp together - UnaMesa is not trusted?

2009-10-21 Thread Chris Adams
Hi everyone, Has anyone else had issues getting site specific browsers to work with Tiddlywiki's filesaving behaviour? I'm trying to get TiddlyWiki and FluidApp[1] to play nicely together and every time I start a browser, When I click the option to trust the code from UnaMesa, the next window

[tw] Probably done but...

2009-10-14 Thread Chris Adams
]: http://damienkatz.net/2009/07/apache_couchdb_and_lotus.html C -- Chris Adams mob: 07974 368 229 tel: 0207 558 8971 skype: chris.d.adams twitter: mrchrisadams --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[tw] Re: Tiddle: beta release. A desktop application providing an indexed view into your TiddlyWiki

2009-10-13 Thread Chris Adams
Hi Ben, Making a quicksilver[1] style front-end for tiddly is a very smart idea, nice work! What is actually happening under the hood here? Are you parsing the tiddywiki html DOM for keywords when you search, and displaying them in the window drawn by java? I'm afraid I'm on a mac, and I

[tw] Re: Tiddle: beta release. A desktop application providing an indexed view into your TiddlyWiki

2009-10-13 Thread Chris Adams
for windows) which indexes your TiddlyWiki, and provides a quick way of searching through Tiddlers. I would appreciate any feedback from anyone who would like to try it out. Tiddle can be found at:http://tiddle.sourceforge.net/ Kind Regards, Ben Warner -- Chris Adams mob: 07974

[tw] Re: Using tiddlywiki with a site specific browser like fluid or prism - anyone doing this?

2009-10-12 Thread Chris Adams
-prism-whatever-heres-how-to-make-an-extension-compatible-with-at-least-one/ http://www.luckydisasters.com/2008/06/10/heres-how-to-make-an-extension-compatible-with-prism-two-ish/ HTH. -- F. -- Chris Adams mob: 07974 368 229 tel: 0207 558 8971 skype: chris.d.adams twitter