[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-25 Thread Jed Carty
I am working on some native tiddlywiki commenting systems using the federation ideas at the moment. Because of how tiddlywiki works it is going to be a very different commenting system than the server driven systems that currently exist but it should work. One seemingly counter-intuitive

[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-25 Thread Chester Cho
I've looked the issue, but seems self-hosting some commenting system such as Discourse is the only viable solution atm, however this seems to be little counter-intuitive as TW5 is supposed light-weight. Perhaps I should keep my TW5 with those simple Google+ commenting system, since it doesn't

[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-19 Thread 'c pa' via TiddlyWiki
>> implemented comments on my tiddlywiki site using hashover, I went to the site listed and posted some comments. 1. When I hit the "save" button on the comment, the page tries to navigate away 2. The comments don't seem to save

[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-19 Thread Tobias Beer
By the way... > The problem with disqus is that it demands hashbang #! to be able to cater > for per-tiddler comments and so it does not cater for the plain hash # used > by TiddlyWiki. Here's an issue concerning this that has been lingering about for a while and that I haven't touched

[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-19 Thread Jed Carty
The comments don't show up because it 1, that is a post meant to just send messages to me and 2, I need to accept any comments before they show up on my site. As it says on the tiddler. I am not going to let un-moderated comments on my site. -- You received this message because you are

[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-19 Thread Jed Carty
There is some explaination of how hashover works with tiddlywiki here , but there didn't seem to be any real interest in using it so I never bothered to improve

[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-19 Thread Tobias Beer
Hi Jed, > There is some explaination of how hashover works with tiddlywiki here > , > > but there didn't seem to be any real interest in using it so I never

[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-15 Thread Jed Carty
I implemented comments on my tiddlywiki site using hashover, I did some DISQUS stuff here but I never got it working well, I did an intense debate demo

[tw] Re: [TW5] Commenting Plugin (Google+/DISQUS)

2016-01-15 Thread Chester Cho
Haha, actually I was referring your solution as one of the solution, what I think why comment plugin is rather to implement on TW5 is simply because those JS are not so friendly to static html and they offer little customization option.