[tw] Re: list filter displays list without carriage return (TW5)

2015-10-22 Thread Matabele
Hi This filter expression should do much the same: --- <$list filter="[tag{!!title}sort[]]"/> Or in macro form: \define taggedby() --- <$list filter="[tag{!!title}sort[]]"/> \end <> Note: single blank line after the $list widget regards On Thursday, 22 October 2015 07:33:56 UTC+2, Dave wro

[tw] Re: [TW5] Toggle macro

2015-10-22 Thread Matabele
Hi Have a look at 'conditional variable assignment' with the $set widget: http://tiddlywiki.com/#:SetWidget -- this can be used to set the value of a variable, depending upon the output of a filter expression regards On Friday, 23 October 2015 02:36:34 UTC+2, Andrew wrote: > > Hi Tobias, >

[tw] TW under node.js and external video

2015-10-22 Thread Andrew Lister
I've been using TW under node.js because I like that tiddlers are individual text files accessible easily from anywhere, and in a way that can be integrated with my regular tag-based filing system. I've been making one TW per course to hold my lecture notes - easy navigation, all in one place,

[tw] Re: [TW5] Toggle macro

2015-10-22 Thread Andrew
Hi Tobias, I was wondering if you might know how to use the double bars || to declare in a macro something like: Use the title of the initial tiddler passed as a parameter with the first macro call if the field in the status field is null or empty. In my macro, I want to set the value of $c$

[tw] Re: [TW5] Toggle macro

2015-10-22 Thread Andrew
The What: Dynamic console buttons for the system aboard a starship (future wishful thinking.) I mean really what is Tiddlywiki anyway. With touch screens and some tech and some time, woot, woot. In the Star Trek fictional universe, LCARS (/ˈɛlkɑrz/; an acronym for Library Computer Access/Retriev

[tw] Re: Transclusion using AndTidWiki

2015-10-22 Thread Papa Piper
Tobias, I'm using TW5. For what it is worth, I get the exact error when I display the file in a browser. --pp -- 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 ti

[tw] Re: Transclusion using AndTidWiki

2015-10-22 Thread Tobias Beer
Are you using TW2 or TW5 in AndTidWiki and if the former, which version? Best wishes, — tb -- 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...

[tw] Re: Bulk import rich text notes from iOS filed under "FROM MY PC" (ie not synced to an e-mail account)?

2015-10-22 Thread Tobias Beer
Hi madscijr, I would say, eventually you have to make up your mind which system you want to use. You can use the IOS notes app as but an inbox, and then revise that inbox to transfer stuff into your TiddlyWiki notebook, or whichever other target, e.g. trello. However, if that's your workflow, I'd

[tw] Re: [TW5] Toggle macro

2015-10-22 Thread Tobias Beer
Hi Andrew, Nay worries, no confusion here, just curiosity... trying to understand the what it is that you're after rather than the how. Always comes first, possibly preceded by a why... but maybe that all too often comes last. ;-) It's good to try and use all the bells and whistles that are alrea

[tw] Transclusion using AndTidWiki

2015-10-22 Thread Papa Piper
I'm unable to make Transclusion work, using AndTidWiki. When I insert {{TiddlyA}} inside the text field of TiddlyB, no data whatsoever renders from TiddlyA. Instead, I only get this: TiddlyA}} Has anyone else encountered this issue? -- You received this message because you are subscribed

[tw] Re: Bulk import rich text notes from iOS filed under "FROM MY PC" (ie not synced to an e-mail account)?

2015-10-22 Thread madscijr
PS one possible workaround is to activate Notes for iCloud , then you can possibly access them through your iCloud account via an e-mail client. Not sure if the "FROM MY PC" notes get associated with t

[tw] Bulk import rich text notes from iOS filed under "FROM MY PC" (ie not synced to an e-mail account)?

2015-10-22 Thread madscijr
Hi Tiddlywikers, Has anyone tried transferring notes, created in Apple's default Notes app on their iPhone or iPad, to their computer (I'm in Windows), to ultimately be imported in TiddlyWiki? (I haven't got that far yet, but will probably write a VBA or Python or Perl script to concatenate th

[tw] Re: [TW5] Toggle macro

2015-10-22 Thread Andrew
You are very wise Tobias. I don't yet have any hooks into what it can do yet. It's more like I'm building an engine out of parts from the core rather than using js that isn't part of the core. If I can push the features to the fields of the tiddler buttons, it will make it more functional and dy

[tw] Re: list filter displays list without carriage return (TW5)

2015-10-22 Thread Dave
Here's an example of one frustration when I was trying to figure out this tagglytagging replacement. I came across this tiddler on the main site http://tiddlywiki.com/#tagging%20Operator%20%28Examples%29 Here's what it displayed (with the first "try it" button clicked [[task]tagging[]] → same

[tw] Braintags reading dumpster, grab it while you can

2015-10-22 Thread David Gifford
Hi everyone, If you haven't seen much of me, it's because a) I have been quite busy this year, and b) I have been using Workflowy instead of TiddlyWiki for my Spanish resources and other things I used to use TiddlyWiki for. I still use TW every day for contacts, information, etc. But Workflowy,

[tw] Re: [TW5] List Operations Using Filters

2015-10-22 Thread Matabele
Hi I have added another listops filter: -- the move[] filter moves the marker tiddler forward or backward the specified number of places in the list. I have also done a little more work on the documentation -- this may be found here . regards On Sunday,

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-10-22 Thread magev958
This is my first attempt at GitHub, so very new to it. I did download GitHubDesktop on mac, but when I tried upload it wanted an "commit comment" on every file. Not so fun on 27.000 files! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsub

[tw] Re: Special list filter question

2015-10-22 Thread David Gifford
Thanks Tobias, that did it! Dave On Thursday, October 22, 2015 at 11:42:11 AM UTC-5, Tobias Beer wrote: > > Try to decipher this, I think it might help: > > when current tags of type @ filters > > > Something like > > <$li

[tw] Re: Special list filter question

2015-10-22 Thread Tobias Beer
Try to decipher this, I think it might help: when current tags of type @ filters Best wishes, — tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from t

[tw] Re: [TW5] Toggle macro

2015-10-22 Thread Tobias Beer
Hi Andrew, Can you please expand a little more on the idea behind this than any implementation. I see that you do some toggling but then for what purpose, how do you intend to use it? ...and most importantly, how does that differ from what cycletags do

[tw] Re: Special list filter question

2015-10-22 Thread David Gifford
Or, an alternate way would be a list filter that gives me all the tiddlers tagged with the current tiddler but only the one also tagged "source". Thanks for any help you can give me. Dave -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsub

[tw] Special list filter question

2015-10-22 Thread David Gifford
Hi all Always getting stuck on the list filters. What would be the list to get me this result: Assuming all the tags on the current tiddler have tiddlers assigned to them, I only want the result to display the title of the tiddler that was created before all the other ones. Use case: I will

[tw] Re: [TW5] Toggle macro

2015-10-22 Thread Andrew
@Matabele, thank you again for your feedback. My macro is actually more complex than just 2 items. It is called using the initial tiddler but then can daisy chain through unlimited additional tiddlers. I was just looking to see if there was a better way of defining the variables than declaring t

Re: [tw] [TW5] Chemical equations

2015-10-22 Thread Felix Küppers
Hi, maybe this is of interest to you: http://danielriggins.com/mednotes/ or this one: http://danielriggins.com/biochem/ -Felix On 10/17/2015 08:26 AM, student wrote: > > > I need a way I can more easily include complicated chemical equations > and diagrams in my tiddlers. Including an image re

[tw] Re: TiddlyMap live view - only show incoming links to the current tiddler?

2015-10-22 Thread Tobias Beer
Hi Sylvain, > I imagine you have a look to > http://www.hallo-sme.uni-hamburg.de/#main.scss and > http://www.hallo-sme.uni-hamburg.de/#compile.sh ;) > Haven't gotten to compile any such yet. ;-) Best wishes, — tb -- You received this message because you are subscribed to the Google Group

[tw] Re: [TW5] Chemical equations

2015-10-22 Thread student
Hey, thank you so much! This is exactly what I need! I just need some time to get used to using it HAHA On Saturday, October 17, 2015 at 6:54:35 PM UTC+8, Tobias Beer wrote: > > Hi student, > > Some musings here: > > http://chem.tiddlyspot.com > > You'll learn the most from trying to understand b

Re: [tw] Re: TiddlyDesktop creates unremovable file

2015-10-22 Thread Tobias Beer
Hi Linus, Tried renaming the folders along that path? Best wishes, — tb -- 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.

Re: [tw] [TW5] Picture as external link in wiki text, how?

2015-10-22 Thread Tobias Beer
Hi Jeremy, > [img link=“http://tiddlywiki.com"; [ > http://wikitext.tiddlyspace.com/fractalveg.jpg]] > This feels like the preferable approach to me, not introducing more complexity to the wikitext syntax. So we just add: - *ext* - links to an external resource - *link* - li

[tw] Re: list filter displays list without carriage return (TW5)

2015-10-22 Thread PMario
On Thursday, October 22, 2015 at 7:33:56 AM UTC+2, Dave wrote: > > ... (after only a single day of frustration). > And that's the key words here. ... TiddlyWiki seems to have users with quite a high level of resistance against frustration. But that's not the majority of possible users :) Req