[tw] Re: TiddlyWiki and Git

2017-12-08 Thread Jed Carty
Diego, I experimented with this a bit before making the multi-user plugin. For my group it was much easier to just make the wiki folder a git repo and have a script that would pull any new changes before starting the server and push current changes after you are finished. It works well for thin

[tw] Building a complex reference list

2017-12-08 Thread Shay Shaked
This is going to be a bit hard to explain in writing, but here goes. Is there a way to create a list which will be created from other tiddlers that connect to it? In TW, if you open the extra option of a tiddler with the down arrow, then go to info, then go to references, you see a list of tid

[tw] Re: Building a complex reference list

2017-12-08 Thread Jed Carty
You are right that 1 and 3 relatively simple to do. Putting this in a tiddler will do 1 and 3: <$list filter='[backlinks[]tag[journal]]'> says to use the current tiddler as your input, you can change this to something like [DnD] to make it for the DnD tiddler instead of the tiddler where y

[tw] Re: Building a complex reference list

2017-12-08 Thread Jed Carty
>From a quick look at the code it wouldn't take a lot of effort to make this. It would require a modified version of getTiddlerLinks and a modified version of getTiddlerBacklinks in this file https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/wiki.js -- You received this message

Re: [tw] Re: Building a complex reference list

2017-12-08 Thread Shay Shaked
Thanks for that, already covered 2 out of 3 :) So, we I wonder if there's a function of sorts that reads words in a toddler. If that's the case, we can include the first part you mentioned in a macro: (where DnD is the tag, the only variable). Then, code will need to be written, and I don't kno

Re: [tw] Re: Building a complex reference list

2017-12-08 Thread Shay Shaked
Also excuse annoying auto correct typos, my phone prefers toddlers over tiddlers ;) On Dec 8, 2017 07:11, "Shay Shaked" wrote: > Thanks for that, already covered 2 out of 3 :) > > So, we I wonder if there's a function of sorts that reads words in a > toddler. If that's the case, we can include t

Re: [tw] Re: Introducing GiffMarks

2017-12-08 Thread @TiddlyTweeter
Ciao Dave I actually think its very good :-). That writer has a good feel for historical trends. The problem is that folk like me (social anthropologists/historians) know from data that asserted patterns are exactly that. Assertions, not provens. Basically the book is an interesting suggestive

Re: [tw] Re: Introducing GiffMarks

2017-12-08 Thread David Gifford
Good comments, thanks! And you are right, the thread is officially derailed by now. :-) And stating things academically is fine by me. I am a teacher, and explain both teleology and fallacies in philosophy classes in the past. I have sympathy will all your comments about GG&S. In addition, there we

[tw] What if?

2017-12-08 Thread PMario
What if ... we would make commonmark [1] markdown [2] a 100% subset [3] of the TiddlyWiki syntax? -m [1] http://commonmark.org/ [2] http://spec.commonmark.org/0.28 [3] https://en.wikipedia.org/wiki/Subset -- You received this message because you are subscribed to the Google Groups "Tiddl

[tw] Re: Import website as tiddlers

2017-12-08 Thread @TiddlyTweeter
That's lovely regex. In my opinion we should be able to do it in TW eventually. It needs work to develop a framework to cope with bulk. However BJ's FLEXITY plugin (a version of his Flexitype Plugin that allows arbitrary regex) is a great step in the right direction. http://flexibility.tiddly

[tw] Re: What if?

2017-12-08 Thread Riz
Strongly supports the motion. -- 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 tiddly

[tw] Re: What if?

2017-12-08 Thread @TiddlyTweeter
Ciao PMario I am very much of the view that TiddlyWiki could become a Universal Markup handler (for the simpler markup systems). Experimenting with BJ's http://flexibility.tiddlyspot.com/ ... a variant on his Flexitypes that allows use of RegEx has made me very aware of a number of issues ...

Re: [tw] Re: Introducing GiffMarks

2017-12-08 Thread @TiddlyTweeter
David Gifford wrote: > > ...the thread is officially derailed by now. :-) > Whoops. Not my intent to derail it! FWIW, I thought your original post really good illustration a "Matured Wiki". > ... Must societies always end up conquering or enslaving other societies > in order to secure more r

[tw] Re: Would like to Change Color of Title & Subtitle

2017-12-08 Thread Ton Gerner
Hi Ed, Go to Control panel > Info Replace your Title by @@color:red;Title@@ and your Subtitle by @@color:red;Subtitle@@ Cheers, Ton -- 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] [tw5] diffview macro plugin plus UI enhancements using jsdiff.js. Beta testers?

2017-12-08 Thread wjam
hi, I am working on a modified version of jsdiff (GitHub - kpdecker/jsdiff ) for tiddlywiki 5.1++, The diffview macro plugin shows deletions and additions grouped by small(=character) medium, word or large(=line) grouped data or just the modified lines. of

[tw] Re: auto embed images from local folder into tiddler

2017-12-08 Thread 'Mark S.' via TiddlyWiki
This is a simple technique when you have a lot of image files that you want to add as _canonical_uri If you were hoping to add lot's of files *physically* into the TW, be aware that this is inadvisable because images will rapidly bloat the size of your TW file. You load the names of the files

[tw] Re: [tw5] diffview macro plugin plus UI enhancements using jsdiff.js. Beta testers?

2017-12-08 Thread Diego Mesa
I'd gladly help beta test! On Friday, December 8, 2017 at 11:24:34 AM UTC-6, wjam wrote: > > hi, > > I am working on a modified version of jsdiff (GitHub - kpdecker/jsdiff > ) for tiddlywiki 5.1++, > > The diffview macro plugin shows deletions and additions gr

[tw] Re: auto embed images from local folder into tiddler

2017-12-08 Thread Péricles Correia
Hi magev958, Thanks for jumping in! I'm a newby, I only know how to make simple macros, and looking of what I understood of your code It does not suit my purposes. I've edited my post, to explain better what I want to achieve.. On Thursday, December 7, 2017 at 8:42:44 PM UTC, magev958 wrote:

[tw] Re: Can you make a "What links to this" section of a tiddler?

2017-12-08 Thread j3d1H
That works very well, but is there a way for me to put this into the tiddler itself? Maybe a transclusion, or changing the ViewTemplate? On Thursday, December 7, 2017 at 3:43:13 PM UTC-5, Diego Mesa wrote: > > Hey j3d1H, > > I think this behavior is provided by the "References" tag of the "Info

[tw] Re: auto embed images from local folder into tiddler

2017-12-08 Thread Péricles Correia
Thanks Mark! I don't know yet how to use json files, I will investigate about it. I wan't to link to the local images, not importing the images into TW. I've edited my call for help, to be better understood. Péricles Correia On Friday, December 8, 2017 at 5:42:23 PM UTC, Mark S. wrote: > > T

[tw] Re: auto embed images from local folder into tiddler

2017-12-08 Thread 'Mark S.' via TiddlyWiki
Just drag the json file onto your TW. As you do, a green bar will appear. Drop onto the green bar. There will be an import tiddler. Press the "Import" button in the import tiddler. -- Mark On Friday, December 8, 2017 at 10:51:51 AM UTC-8, Péricles Correia wrote: > > Thanks Mark! > > I don't kn

[tw] Re: Can you make a "What links to this" section of a tiddler?

2017-12-08 Thread Diego Mesa
Hey j3d1H, You're correct you just make a new tiddler named whatever you want, tag it with: $:/tags/ViewTemplate and add the following content: My backlinks: <> You can modify that however you'd like. On Friday, December 8, 2017 at 12:50:44 PM UTC-6, j3d1H wrote: > > That works very well, b

[tw] Re: auto embed images from local folder into tiddler

2017-12-08 Thread Péricles Correia
Thank's a lot Mark, I'm a big step closer to what I want! Péricles -- 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 p

[tw] Re: What if?

2017-12-08 Thread Diego Mesa
Strong second! On Friday, December 8, 2017 at 7:15:52 AM UTC-6, Riz wrote: > > Strongly supports the motion. > -- 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 t

[tw] Re: [TW5] Documentation Proposal (Improved Examples)

2017-12-08 Thread Diego Mesa
Hey Tony, Is there somewhere I can "subscribe" or follow your efforts on this front? I am 100% behind this! Diego On Tuesday, November 28, 2017 at 4:40:51 PM UTC-6, TonyM wrote: > > Folks, > > I plan to start contributing to the TiddlyWiki documentation. I want to > spell out what I am keen t

[tw] Re: Any updates on Dbl-Click to edit and ctrl+enter to save?

2017-12-08 Thread Diego Mesa
Hey Danielo, Thanks for this - just wondering if its simple to change this plugin for triple clicks? On Wednesday, September 2, 2015 at 4:27:13 AM UTC-5, Danielo Rodríguez wrote: > > Ok, > > Since a lot of people wants this, and TW is built by the community for the > community and it should pr

[tw] Re: Can you make a "What links to this" section of a tiddler?

2017-12-08 Thread j3d1H
That works perfectly! Thank you. -- 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 tidd

[tw] Re: Any updates on Dbl-Click to edit and ctrl+enter to save?

2017-12-08 Thread Diego Mesa
Hey all, Just reporting back that I made the following changes and repackaged and it seems to work fine: parent.addEventListener('click', function (event) { if (event.detail === 3) { self.editTiddler.call(self,event); } }); I'm not sure how to make this plugin "configurable" y

[tw] Re: [TW5] Documentation Proposal (Improved Examples)

2017-12-08 Thread TonyM
Diego/Ed/Josiah , I think this thread is the only place to subscribe at this point. In my view we need to hear from a few others who have or can help integrate such documents with the tiddlywiki effort as a whole, it is best not to step on each others toes, however such waiting is often the de

[tw] Re: Building a complex reference list

2017-12-08 Thread TonyM
Say, On Item 2 *if *two or more links to this tiddlers are present in the other tiddler It is clear this requires a technical solution, but I am curious how this requirement comes about? Clearly you will have to count each reference and referencing tiddler separately to determine if there are

[tw] Re: [TW5] Documentation Proposal (Improved Examples)

2017-12-08 Thread Diego Mesa
Hey Tony, I wonder if we should ask Jeremy to let us use - tiddlywiki.com/dev-docs - dev.tiddlywiki.com - etc. That way we are actually using a tiddlywiki on GitHub. I assume that would be easiest for merging the docs back into the actual tiddlywiki.com. If we cant use that, then

[tw] Node.js help sought

2017-12-08 Thread JWHoneycutt
I am experimenting with Node.js, and merged 3 TW5 files a few weeks ago. I re-merged it from separate TW5 files when I discovered that TW5 5.1.15 was available. In the past 2 days, I have lost the ability to see/add/edit tags when in "tiddler edit mode" - when it renders, the tags are there, b

[tw] Re: muuri.js library useful? any Ideas how to use this?

2017-12-08 Thread BurningTreeC
UPDATE: touch is working like a charm on Linux - firefox developer edition I'm going to update muritest.tiddyspot.com soon with more functionality Am Dienstag, 5. Dezember 2017 14:31:55 UTC+1 schrieb BurningTreeC: > > I was playing around with this library > > https://github.com/haltu/muuri > >