[tw] Re: [TW5] presenting TWRocketDock

2018-02-22 Thread BurningTreeC
> > > Don't try this at home: https://www.youtube.com/watch?v=0g9ssQSV6UA > wait a moment - this comes from a parallel universe, right? Because I've never seen it and I've seen everything, so I wonder > > > @TiddlyTweeter :-) > -- You received this message because you are subscribed to the

[tw] Re: [TW5] Implementation ideas for dragging links into textareas

2018-02-22 Thread PMario
Hi, Nice stuff - at the beginning. ... But IMHO, you may not hard-code and block all possible combinations, just because you can. I first supported your PR for the core, but if you over-engineer it, I think it should be a plugin. So users have the choice. TW has a possibility to configure

[tw] Re: remoteStorage syncadaptor plugin

2018-02-22 Thread Tristan Kohl
When opening your files from your hard drive via the file:// protocol this might be an issue since Firefox does not allow http requests than. I would just use an always on static server to host single file wikis via caddyserver and store everything to remoteStorage. I am trying to setup this

[tw] Re: [TW5] Implementation ideas for dragging links into textareas

2018-02-22 Thread BurningTreeC
Thanks for the clarification, Mario! my pulse is stable again :) On Thursday, February 22, 2018 at 11:18:39 AM UTC+1, BurningTreeC wrote: >> >> It is still the original implementation, I'm just looking for ideas, if >> something very useful comes up >> Don't understand why now it should be a

[tw] Re: self-made macro is inconsistent... why?

2018-02-22 Thread PMario
On Thursday, February 22, 2018 at 5:13:10 AM UTC+1, Darin Wick wrote: > > Am I doing something wrong? I'm using NoteSelf rather than plain TW5 - > could that be the cause, since $:/macros/tasklist is stored in PouchDB > rather than the file? > I don't know NoteSelf, so it's just a guess. But

[tw] Re: Broken with macro calls

2018-02-22 Thread Stephan Hradek
Why not let the macro return the full row? \define makerow(i) <> \end \define XXX() 1 <$list filter="[tag[ActionWidgets]]"> <$macrocall $name="makerow" i=<>/> -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: [TW5] Implementation ideas for dragging links into textareas

2018-02-22 Thread BurningTreeC
@PMario, It is still the original implementation, I'm just looking for ideas, if something very useful comes up Don't understand why now it should be a plugin, just because I'm asking for ideas? These things will only have effect while dragging - how can one set this from the keyboard

[tw] Re: remoteStorage syncadaptor plugin

2018-02-22 Thread BurningTreeC
> When opening your files from your hard drive via the file:// protocol this > might be an issue since Firefox does not allow http requests than. I would > just use an always on static server to host single file wikis via > caddyserver and store everything to remoteStorage. > > I am trying to

[tw] Re: remoteStorage syncadaptor plugin

2018-02-22 Thread BurningTreeC
Hi Giovanni, can this be set up with local files, too? forgive me, I'm not aware if there are limitations in local file-access BTC -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw] Re: [TW5] Implementation ideas for dragging links into textareas

2018-02-22 Thread PMario
On Thursday, February 22, 2018 at 11:18:39 AM UTC+1, BurningTreeC wrote: > > It is still the original implementation, I'm just looking for ideas, if > something very useful comes up > Don't understand why now it should be a plugin, just because I'm asking > for ideas? > IMO your initial PR is

[tw] Re: How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread Stephan Hradek
Before taking too many steps and making it overly complicated: Have you thought about utiolising a Journal tiddler? -- 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

[tw] [TW5] Implementation ideas for dragging links into textareas

2018-02-22 Thread BurningTreeC
Hi community, I'd like to gather some ideas for dragging links into text areas The current status is, that dragging a link - from the Recent tab for example - into a text area or an input field - creates a link to the dragged tiddler like [[tiddler title]] I've made a pull request so that

[tw] Re: Broken with macro calls

2018-02-22 Thread Iain
Thanks for the advices. I ended up rewriting and having the macro generate the complete . Turned out to be a better solution anyway, making my whinging a little hollow :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Re: How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread Stephan Hradek
Am Donnerstag, 22. Februar 2018 17:20:55 UTC+1 schrieb Stephan Hradek: > > Can you test, what you attempted on tiddlywiki.com and post all the > tiddlers here so that I can see and aybe correct? > > For your previous example, it is an easy fix: > > Tiddler 1 fields: > >> Title:hostTiddler >>

Re: [tw] Re: Online/Offline Sync & Version Control

2018-02-22 Thread Danielo Rodríguez
Hello Darin, I didn't noticed the date of your post. Glad to hear that you are working on a possible PR. Finding free time is hard, I know, I wish you the best luck. Regards -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe

[tw] Re: How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread markhylton2
Stephan, BOTTOM LINE: Things are now working as I need them to be working. Project number in the title was dropped. "Inheriting" a field value (the project number, in this case) in a new tiddler was added. I think it is more important to have the date/timestamp in the title (to help keep

[tw] Re: How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread Stephan Hradek
Can you test, what you attempted on tiddlywiki.com and post all the tiddlers here so that I can see and aybe correct? For your previous example, it is an easy fix: Tiddler 1 fields: > Title:hostTiddler > projectnumber:12345 > Text:{{||newProjectEntryPB}} > Tiddler 2 fields:

[tw] Re: How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread markhylton2
Mike, I tried to use <$wikify> ... and couldn't figure out how to use it correctly, so I don't know if it could have worked or not. On the other hand, I've gotten my current problem(s) resolved (see later posts in this thread), so I won't look further into this, for now anyway. I much

Re: [tw] Re: remoteStorage syncadaptor plugin

2018-02-22 Thread Giovanni P
BTC: are you talking about (a) different storage providers/accounts or (b) different "folders" within the same storage provider? If (b), yes it could be done quite easily. Currently you can alternate between folders by changing $:/plugin/fiatjaf/remoteStorage/namespace (or something like that) in

[tw] remoteStorage syncadaptor plugin

2018-02-22 Thread TonyM
Giovanni, I am not immediatly in a position to test this but the following questions arrise; Can I host remote storage on cpanel accounts? How will it deal with multiple users both view and edit? Similtaniously or serialy. Have you seen noteself?, It can also use a pouchdb inside the browser

[tw] Re: Broken with macro calls

2018-02-22 Thread TonyM
Ian, In some similar work in the mymenus plugin I simply used two list as follows; Psuedo code Add th here <$list filter <$list filter <> Leaving responcibility for table formatting out of a macro allows that macro to be used in otherways as a global macro. And also if you want

[tw] Re: Wikipedia, Text Slicer Edition & Pandoc

2018-02-22 Thread 'Mark S.' via TiddlyWiki
It kind of looks like you would need to take an existing pandoc writer (maybe markdown) and rewrite it as a new TiddlyWiki module. But ... it's all written in Haskell. It would be quite a time investment to get up to speed with Haskell (unless of course you already know it) enough to make the

Re: [tw] Re: remoteStorage syncadaptor plugin

2018-02-22 Thread Giovanni P
Yeah, Tristan. I'm also the owner of a very old 5apps account, I always liked remoteStorage, but had never seem any useful apps that supported it. I wish I could say nowadays the situation is different, but still there aren't many useful apps on https://wiki.remotestorage.io/Apps (besides the 3

Re: [tw] A slider which closes itself when clicking elsewhere or closing tiddler

2018-02-22 Thread passingby
Friends I am really sorry i got busy and made no progress on the issue. Maybe this weekend. I shall update if i get something done. Thank you for your suggestions/ On Wednesday, February 21, 2018 at 4:03:01 AM UTC-7, ste...@gmail.com wrote: > > Hi Andreas, > > On Wednesday, February 21, 2018

[tw] Re: Wikipedia, Text Slicer Edition & Pandoc

2018-02-22 Thread BurningTreeC
I'm on Linux, now the next 10 minutes I'm doing https://wiki.haskell.org/Learn_Haskell_in_10_minutes Then for those five org-mode users it'll be time :D No, seriously, I think also if there won't be many users, having it on the list could still be good in terms of "showing that there's also tw"

[tw] Re: Just a little starting help

2018-02-22 Thread BurningTreeC
Hi Davide, Am Dienstag, 20. Februar 2018 21:55:42 UTC+1 schrieb Paperoga: > > > Hi Simon, (from Germany ? ) > Almost, South Tyrol, Alto Adige - it's almost austria though > > thanks for the link, the tutorial are good! > > Yes, I mean that control panel, and I download TW just from there, 4.5 Mb

[tw] Re: How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread markhylton2
Good morning, Stephan, BOTTOM LINE: a journal tiddler will work, I just have to drop the project number requirement in the title. Consider that done. *I still want* (and don't know how) to get a field value from the storyTiddler. Ever do something because it was the first way you concepted it,

[tw] Re: How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread Stephan Hradek
A quick & Dirty example. tiddler: New Button projecttitle (required field): "Project #1, -0MM-0DD 0hh:0mm:0ss" text: \define journalButton() <$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$: /language/Buttons/NewJournal/Caption}} class=<>> <$action-sendmessage

[tw] How to concatenate < and a tiddler field value for use as a new tiddler title

2018-02-22 Thread Michael Wiktowy
Look up <$wikify>. It is like <$set> but it renders/evaluates the value to the variable rather than just storing it for further rendering in another context (or not rendering like in one of your cases). So you get to choose where the value gets set in stone. I had a similar issue recently and