[tw] Re: How will I url encode the viewtemplate of a tiddler?

2016-12-29 Thread Riz
The formatting was the issue from the begining. I achieved the same result earlier which ends up in creating a blob using a different method. I was hoping it would be possible to have atleast paragraph separation saved. Sigh, been working on this for some days now. I guess it is time to admit

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-29 Thread Danielo Rodríguez
You can use nodemon to watch the tiddlers directory and restart the server automatically -- 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] Are there any TW projects incorporating Linked Data (RDF, ...) - or LD projects using TW?

2016-12-29 Thread NT
I'm just interested in this aspect. Somebody knows? -- 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

[tw] Re: [tw5] Collecting links for tiddlywiki.com

2016-12-29 Thread Dmitry Sokolov
Possibly Mark, I am still learning the ropes. :) Those links are invitation to participate to the development of the knowledge network. It may take quite a bit of time if done just by myself. Cheers, Dmitry On Thursday, 29 December 2016 09:57:51 UTC+13, Mark S. wrote: > > Hi Dmitry, > > Is this

[tw] Re: TW5 Tiddlymap: Can node size depend on number of connections?

2016-12-29 Thread Tom Bardout
My mistake. I thought github was only for bugreports and eventually suggestions. Off I go to Github then :) -- 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: [TW5] Bulk Rename of Tag

2016-12-29 Thread corumeach
Doesn't seem to work reliably with latest TW5 releases. After changing tags, saving and reloading I can still find the old tags and no changes applied to tiddlers... Any updates on this? Best regards Boris Am Montag, 8. Dezember 2014 18:47:26 UTC+1 schrieb Tobias Beer: > >

Re: [tw] Re: How to assign a custom date to a tiddler?

2016-12-29 Thread Jeremy Ruston
Just to let you know that the upcoming v5.1.14 update allows you to temporarily suppress the automatic updating of the “modified” field. The button is a toggle; when green, the “modified” field is updated in the usual way. When red, the “modified” field is not updated when tiddlers are

Re: [tw] Conveying: Moans about poor documentation

2016-12-29 Thread Dmitry Sokolov
Hi Tobias, it's LikeInMind. Sorry, not listed in the Free Dictionary yet. Cheers, Dmitry On Thursday, 29 December 2016 01:53:07 UTC+13, Tobias Beer wrote: > > Hi Dmitry, > > >> It is published on LiM to be refined with time: >> > > Which LiM would

[tw] PLUGIN options ... Enable, Disable AND DELETE?

2016-12-29 Thread Josiah
Ciao all TW is getting is getting increasingly rich through the growing number of plugins ... I increasingly use many plugins to help the INITIAL AUTHORING of a TW. Then I am done with them. Would it be difficult to add one-click DELETION? As is its a bit laborious to do it manually. Best

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-29 Thread PMario
Hi Stephane, You can create single tiddler files in the tiddlers directory from any script. ... After creating the files, you'll need to restart the nodejs server, so the file list is updated. ... and .. reload the browser. The .tid file format looks like this: title: any name for the

Re: [tw] Re: How to assign a custom date to a tiddler?

2016-12-29 Thread nbdsp
Seems like the solution for the task. Thanks for the hint. Will upgrade to the new version. Albert Berger. On Thursday, December 29, 2016 at 12:28:51 PM UTC+3, Jeremy Ruston wrote: > > Just to let you know that the upcoming v5.1.14 update allows you to > temporarily suppress the automatic

Re: [tw] Re: How will I url encode the viewtemplate of a tiddler?

2016-12-29 Thread Thomas Elmiger
Hi Jeremy If I understand this right, your link solution can be used as soon as TW5 is published in version 5.1.14. While the triple brace syntax is already available, we still have to wait for the *encodeuri* filter operator and the *formattedtext* option for the wikify widget output. As I

Re: [tw] Re: How to assign a custom date to a tiddler?

2016-12-29 Thread Thomas Elmiger
Hi Jeremy This looks like a great new feature! I have some remarks about it, where would be the right place to ask/suggest? I looked on github and found https://github.com/Jermolene/TiddlyWiki5/commit/d1121787c090ec8f5fc592b83c3dbad1075fe0ec – would this be the right place? While I am at

[tw] Re: TW5 Tiddlymap: Can node size depend on number of connections?

2016-12-29 Thread Tobias Beer
Hi Tom, > I thought github was only for bugreports and eventually suggestions. Off I > go to Github then :) > That's why I made the suggestion. ;-) I think you're making a feature request for a functionality that doesn't exist yet. Best wishes, Tobias. -- You received this message

[tw] Re: How will I url encode the viewtemplate of a tiddler?

2016-12-29 Thread Riz
Technically it is all Thomas' work. Given that we are here, let me ask this question. This is one of the two stumbling blocks that stops me from sending a plain-text tiddler to reddit or twitter. The following code is from here. \define step1() <$action-setfield $tiddler="$:/state/title"

[tw] Re: How will I url encode the viewtemplate of a tiddler?

2016-12-29 Thread Josiah
Ciao Thomas The Twitter API is not fussy whatever rubbish you put in the box :-) you will have to ruthlessly reduce it to 140. For Twitter the only special formatting worth having it supports is line breaks, which you already done. You know all this anyway. Your other threads that deal with

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-29 Thread Danielo Rodríguez
Ad I said, you can use nodemon (instead of just node) to execute tiddlywiky and it will automatically restart your server. It takes less than a couple of seconds. If you are will to use a database you can use Noteself + couchdb that synchronizes without restarting anything. Regards --

Re: [tw] Re: How will I url encode the viewtemplate of a tiddler?

2016-12-29 Thread Jeremy Ruston
Hi Riz > \define step1() > <$action-setfield $tiddler="$:/state/title" sharetitle={{!!title}}/> > \end > \define step2() > <$tiddler tiddler={{$:/state/title!!sharetitle}}> > <$wikify name=content text=<>> > <$action-setfield $tiddler="$:/state/content" text=<>/> > > > \end > > <$button

Re: [tw] Re: [TW5] Prerelease of v5.1.14

2016-12-29 Thread Josiah
Ciao Tobias The QR Code generator plugin. I was not clear enough I was referring to earlier posts. $:/plugins/tiddlywiki/qrcode/ViewToolbarButton/Rendered

[tw] Re: [TW5] Prerelease of v5.1.14

2016-12-29 Thread Josiah
A small point on the editor's behaviour. When you click on any action that has a pop-up you then decide you don't want it you have to click OUTSIDE the editable area to dismiss it. Its not intuitive (to me at least) to have to do that. Best wishes Josiah On Tuesday, 18 October 2016 15:01:16

[tw] Re: [TW5] Bulk Rename of Tag

2016-12-29 Thread Tobias Beer
Hi Boris, > Doesn't seem to work reliably with latest TW5 releases. After changing > tags, saving and reloading I can still find the old tags and no changes > applied to tiddlers... > Any updates on this? > Seems to work just fine for me. Make sure to import the right tiddler. ;-) Best

[tw] Re: How will I url encode the viewtemplate of a tiddler?

2016-12-29 Thread Josiah
Ciao Riz >From my point of view seeing attempts to properly address social networking posting issues is great. I saved your TW attempt. I note you have a Reddit option and it sorta works. Even if its not there yet. I'm very thankful there is interest and effort going in this direction and

[tw] Re: [TW5] Import Tiddles automatically in Tiddlywiki

2016-12-29 Thread Stéphane Delaye
Hi, Thank you for all your responses. I tested your solutions and I could make it work. However, I understand that I always have to restart the server (and the browser). Otherwide the new tiddlers are not seen. Is there any solution without restarting the server ? Without restarting the browser

[tw] Re: PLUGIN options ... Enable, Disable AND DELETE?

2016-12-29 Thread Tobias Beer
Not difficult at all, > Would it be difficult to add one-click DELETION? Its a bit laborious to do > it manually. > That's a pull request even a non-dev should be able to put together (knowing the process, that is). Best wishes, Tobias. -- You received this message because you are

[tw] Re: NoteSelf mobile app ( well, kind of)

2016-12-29 Thread Mat
Danielo kickin' ass as usual! :-D > The supported browsers for the native app experience are chrome and... On my a-few-years-old samsung mobile the page only loads some 70% in Chrome, so nothing shows. I do get it to load fully with the native samsung browser. This means that you will

[tw] Re: [TW5] Prerelease of v5.1.14

2016-12-29 Thread 'Mark S.' via TiddlyWiki
The new "Heavier" theme seems to only make the stuff that is already big (titles, headlines, bold text) bigger. The ordinary text stays the same size. For my poor eyes, it's the small stuff that needs to get bigger. Perhaps it works differently on other browsers? Mark (Windows 7, Firefox 47)

Re: [tw] Re: [TW5] Prerelease of v5.1.14

2016-12-29 Thread Tobias Beer
Hi Josiah, > The QR Code generator plugin. I was not clear enough I was referring to > earlier posts. > > $:/plugins/tiddlywiki/qrcode/ViewToolbarButton/Rendered >

[tw] NoteSelf mobile app ( well, kind of)

2016-12-29 Thread Danielo Rodríguez
On their continuous effort to deliver cutting edge features to you, the NoteSelf team (formerly known as just me :D) is delighted to announce that *NoteSelf online edition* is now an offline-first experience. This means that you will be able to use the online edition *even if you are

[tw] Re: [TW5] Improving tiddler renaming behaviour

2016-12-29 Thread Mat
I occasionally do a general google search for TW to see what shows up. This time I stumbled over this "argumentation " which is somewhat relevant for this thread. <:-) -- You received this message because you are subscribed to the Google