[tw] Re: [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-22 Thread Jed Carty
I did a bit with this for twederation. I have a widget that will submit data to a google form and stored in google sheets. Going the other way is a pain but can be done. I need to find where it is but I was working on a widget that would load data from google sheets. It was right before I starte

[tw] Re: [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-22 Thread sini-Kit
My idea was to save all new tiddlers TW5 to spreadsheets and load them from spreadsheets when wiki start. And I want to do it without API, not to use server code and keys. I know how to save tiddler to google sheets in tw5, but i don't know how to load them in correct way:) суббота, 23 апре

[tw] Re: Reusing the TW5 official site's documentation macros

2016-04-22 Thread Pau Deluca
Thank you Birthe. I still need to train my eyes :) I've tried making a tiddler named TitleField tagged as Fields and "Title" as the value of caption-field and <<.flink TitleField>> now works fine. This explains me why it didn't work before and I think this gives Hegart a proper reply, as well a

[tw] Re: [TW5] Plugin Publishing

2016-04-22 Thread Devin Weaver
Sorry for the confusion. You mentioned releasing on tiddlyspot. I assume this means a whole tiddlywinks with the plugin inside it. How does the plugin library know how to weed out the plugin tiddlers versus any other tiddler like a GettingStarted or tags? For that matter how does the plugin lib

[tw] Re: [TW5] Using TW for CRM?

2016-04-22 Thread Andrew Myers
Hi Tristan, Regarding javascript. Neither Hegart nor myself have much experience with it. Any such background is beneficial down the line I am sure. Currently we have been dealing with html with light ineraction of CSS. There is still much to decide on what needs to be done in Beta. If you wou

[tw] Re: Reusing the TW5 official site's documentation macros

2016-04-22 Thread 'Birthe C' via TiddlyWiki
The tiddler ListField has a field caption and value list. Use another tiddlername and see the link to the content i the caption field. Birthe On Friday, April 22, 2016 at 12:42:40 PM UTC+2, Pau Deluca wrote: > > > *.keycombo* seems to work fine for me > > *.toc-tab* works fine as well since I c

[tw] Re: [TW5] Plugin Publishing

2016-04-22 Thread Mat
Hm, we need a good writeup on this for the docs! I'm not fully qualified to answer your questoins because I've made very few plugins, but FWIW; While it's not about "publishing" per se but Andreas Hahns Tinka plugin packer , might help to get some of the th

[tw] Re: [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-22 Thread Devin Weaver
On Sunday, April 3, 2016 at 2:44:53 PM UTC-4, Hegart Dmishiv wrote: > > Professor Schneider at *{{DesignWrite}}* has recently shared a link to this > blog post , which > suggests it is possible to access the information in a Google Sheet as a

Re: [tw] [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-22 Thread Martian
This is GData - Google Data ATOM/RSS represented in JSON format. So originally it is in XML format. If you try in browser https://spreadsheets.google.com/feeds/*list* /1Uxon1ZBYVxTVlw5AhEFY8b6SMlrG_wAHt1mf1pXtEd4/01/public/basic

[tw] [TW5] Plugin Publishing

2016-04-22 Thread Devin Weaver
My apologies if this has been asked before. How do I publish plugins? Specifically, what kinds of preparations need to happen? Where do I upload the plugin? What format should they be in? Where is the plugin library stored? How do I submit new plugins? Thanks. -- You received this message bec

Re: [tw] [TW5] Using jQuery to fetch JSON (tiddlers) directly from Google Sheets?

2016-04-22 Thread sini-Kit
we can get any data from the google table cell if we know its address in format R21C454 for example here is my table https://docs.google.com/spreadsheets/d/1tkOhPUj7KpdrTNHu3Zd1qPfNrGgyp1SLDRi7-8iBlQ0/ we can get R131C8 by this code http://jsfiddle.net/nnd4L1pw/1/ if we know how many rows and col

[tw] Re: [TW5] Using TW for CRM?

2016-04-22 Thread Tristan Kohl
Hi Hegard, Thanks for your continued support and encouragement of this project. We're > reaching the end of the Alpha Phase of development, as the > *{{DesignWrite}}* MOOC course comes to an end for this current semester > in a few weeks. Once our semester project (TiddlyCRM v0.0.1-alpha) has b

Re: [tw] TW5: search in fields

2016-04-22 Thread Martian
Hello! Just want to clarify. Is a search in fields implemented already? Seems "no" to me :/ Or to search by fields values I should use AdvancedSearch/Filter and put "[ field:abcde/fghij/(i)]" as Mike had proposed? WBR, Martian. -- You received this message because you are subscribed to the Go

Re: [tw] How to transclude external tiddlers in TW5

2016-04-22 Thread Jeremy Ruston
Hi Mark > So, should _canonical_uri work on external files? Or should we expect > browsers to block it? This discussion is about _canonical_uri with text files; it works differently for images and HTML files (because it can use the and tags, instead of having to load the data directly with

Re: [tw] How to transclude external tiddlers in TW5

2016-04-22 Thread 'Mark S.' via TiddlyWiki
So, should _canonical_uri work on external files? Or should we expect browsers to block it? It does *not* work on mine. I get Loading external text from *test.tid* > > If this message doesn't disappear you may be using a browser that doesn't > support external text in this configuration. See

[tw] Re: [TW5] Prevent a certain tiddler to be saved

2016-04-22 Thread Mat
Ok, I got this to work (copied on Jeremys earlier instructions) I put this in one tiddler title: $:/core/save/all \define saveTiddlerFilter() [is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$

Re: [tw] Re: [TW5] Online version on Tiddly spot won't update

2016-04-22 Thread Jeremy Ruston
Hi Mat > It seems FF have now changed their restrictions. As indicated by Chucks > attempts and having now done some experimenting I must conclude that one > cannot upload at all from FF to tiddlyspot, i.e even when using TiddlyFox and > even when it is not the first upload. I think that’s the

[tw] Re: [TW5] Online version on Tiddly spot won't update

2016-04-22 Thread Mat
@Jeremy It seems FF have now changed their restrictions. As indicated by Chucks attempts and having now done some experimenting I must conclude that one cannot upload at all from FF to tiddlyspot, i.e even when using TiddlyFox and even when it is not the first upload. An error message is shown

Re: [tw] [tw5] Request: sort selected lines in tiddlywiki edit mode

2016-04-22 Thread Jeremy Ruston
Hi Chuck A toolbar button to sort the selected lines is a good idea. It would need a new JavaScript “text editor operation”, along the lines of the ones here: https://github.com/Jermolene/TiddlyWiki5/tree/master/core/modules/editor/operations/text Best wishes Jeremy. > On 21 Apr 2016, at 10

Re: [tw] How to transclude external tiddlers in TW5

2016-04-22 Thread Jeremy Ruston
Hi David > I guess we need to create a 'specification' for the process. This is a case where the problem isn’t the lack of a spec, but figuring out a way to make the thing work; as noted in my previous reply, browsers restrict file access quite heavily these days. When one is working with the s

Re: [tw] How to transclude external tiddlers in TW5

2016-04-22 Thread Jeremy Ruston
Hi Hegart The problem here is that all browsers now restrict the ability of pages loaded from a file:// URI to use XMLHttpRequest() to access other files on file:// URIs, so one wouldn’t be able to actually perform the import. TiddlyFox could perhaps be extended to work around the restrictions.

Re: [tw] Katex release v0.6.0

2016-04-22 Thread Jeremy Ruston
Thanks for the heads-up, Bob, I’ve updated to the new version for the imminent release of 5.1.12: https://github.com/Jermolene/TiddlyWiki5/commit/5b11399793b08353c0273defb57b21d41f6a5028 Best wishes Jeremy. > On 21 Apr 2016, at 22:05, Bob Flandard wrote: > > Hello JR, > > Katex v0.6.0 was r

[tw] Re: [TW5] Online version on Tiddly spot won't update

2016-04-22 Thread Chuck R.
Yep, I just tried it in Chrome v49. Firefox, even with TiddlyFox, isn't updating the online version of my TW. Updating only works with Chrome. Ah well. I'll just have to remember that. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscr

Re: [tw] [TW5] Prevent a certain tiddler to be saved

2016-04-22 Thread Jeremy Ruston
Hi Bo > What should the plugin look like and how do I have to implement it? The solution I was proposing there would involve writing some JavaScript, so it may not be a good way to go. Best wishes Jeremy -- You received this message because you are subscribed to the Google Groups "TiddlyWik

Re: [tw] [TW5] How to make transcluded /generated with macro data tiddlers as JSONTiddlers?

2016-04-22 Thread Jeremy Ruston
Hi Martian Just to expand on Mario’s answer: the D3 plugin is little more than a tech demo to show how a third party library can be integrated with TiddlyWiki. In particular, the way that data is passed to it doesn’t easily permit the data to be created dynamically. I agree that the best way fo

Re: [tw] [TW5] HowTo display image dynamically

2016-04-22 Thread Jeremy Ruston
Hi Magev958 > I used this macro in TW 5.1.9 on Tiddlyspot but it does not seem to work in > TW 5.1.11. Has something changed and how can I edit my macro to work again? I don’t think there have been any changes to the core that would prevent that code from working. Perhaps the Dropbox URI has ch

Re: [tw] Announcing TiddlyChrome

2016-04-22 Thread Jeremy Ruston
Hi Arlen > What would it take to make this as official as TiddlyFox? It is AFAICT needed > just as much. I’ve added a link for 5.1.12: https://github.com/Jermolene/TiddlyWiki5/commit/147ce5803cfc81bd3a536f461e671aae190139fd I think it would be very useful if you could add some installation in

Re: [tw] Re: [TW5] Online version on Tiddly spot won't update

2016-04-22 Thread Jeremy Ruston
Hi Chuck > Well here's the problem, from the TiddlySpot FAQ: To be more specific, a TiddlyWiki hosted on a file:// URI can only directly upload to TiddlySpot under Chrome; Firefox and all other browsers prevent the operation. Best wishes Jeremy > > "NB: For technical reasons, in most brow

[tw] Re: [TW5] Online version on Tiddly spot won't update

2016-04-22 Thread Chuck R.
Well here's the problem, from the TiddlySpot FAQ: "*NB: For technical reasons, in most browsers, you can no longer upload > your local TiddlyWiki file to Tiddlyspot. You need to update your site only > while using it online. I realise this has a major impact on Tiddlyspot > usefulness."* > --

Re: [tw] Re: Announcing TiddlyChrome

2016-04-22 Thread Mat
Arlen Beiler wrote: > > [...] assuming I can find a way to make TiddlyFox see a file URL in the > location. > Might BuggyJ's location macro be of use? (He created it when I designed the PublicSidebar

Re: [tw] Re: Announcing TiddlyChrome

2016-04-22 Thread Arlen Beiler
The latest version doesn't use the TiddlyChromeSaver.js tiddler anymore, but instead loads the saver directly into the $tw variable. The next version will probably be decoupled and use the tiddlyfox plugin, assuming I can find a way to make TiddlyFox see a file URL in the location. Currently it is

[tw] Re: [TW5] HowTo display image dynamically

2016-04-22 Thread magev958
That might be very interesting, I'll check it out, thanks :) -- 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 th

[tw] Re: [TW5] HowTo display image dynamically

2016-04-22 Thread Ste Wilson
I don't know if this i relevant or helpful but pancake.io lets you use dropbox as a static server site again. -- 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 tidd

[tw] Re: [TW5] How to make transcluded /generated with macro data tiddlers as JSONTiddlers?

2016-04-22 Thread PMario
On Friday, April 22, 2016 at 12:34:51 PM UTC+2, Martian wrote: > > I am playing with D3 plugin examples > > . > ok > my idea was to create a tiddlers with

[tw] Re: [TW5] HowTo display image dynamically

2016-04-22 Thread magev958
I used this macro in TW 5.1.9 on Tiddlyspot but it does not seem to work in TW 5.1.11. Has something changed and how can I edit my macro to work again? \define dropbox(folder,file) https://dl.dropboxusercontent.com/u/955759/$folder$/$file$.jpg"; /> \end <$list filter="[is[current]tag[species]]">

[tw] Re: Announcing TiddlyChrome

2016-04-22 Thread Mat
@Jeremy and @Arlen What would it take to make this as official as TiddlyFox? It is AFAICT needed just as much. I'm referring to making it as available (via Google Play?) and to have it as documented on tiddlywiki.com as TiddlyFox. @Jeremy - unless already suggested in this long thread - could

[tw] Re: Announcing TiddlyDesktop v0.0.7

2016-04-22 Thread peter . biewer
Oh God, thank you Jeremy. That was it and it finally runs again! Thank you so much Am Samstag, 5. Dezember 2015 20:22:16 UTC+1 schrieb Jeremy Ruston: > > I’m please to announce the release of TiddlyDesktop v0.0.7 for Windows, > Mac and Linux. > > * Experimental support for "wiki folders" (the No

[tw] Re: Reusing the TW5 official site's documentation macros

2016-04-22 Thread Pau Deluca
*.keycombo* seems to work fine for me *.toc-tab* works fine as well since I created a TableOfContents tab in the SideBar (http://tiddlywiki.com/#How%20to%20add%20a%20new%20tab%20to%20the%20sidebar) *.flink* only works with ListField (<<.flink ListField>>) Any other field linked gives no displ

[tw] Re: [TW5] How to make transcluded /generated with macro data tiddlers as JSONTiddlers?

2016-04-22 Thread Martian
Hi Pmario, well I am playing with D3 plugin examples . my idea was to create a tiddlers with Title and Text = city names and add field "size". I tagged these tiddlers with tag "Cities" then I created a tiddler "*toJSON*" with macro as in $:/core/t

[tw] Re: [TW5] Prevent a certain tiddler to be saved

2016-04-22 Thread The Bo
Hi Mat, thank you! It seems like this will help to create a seperated readonly wiki. But I can't figure out how to implement it to solve this issue Regards, The Bo Am Donnerstag, 21. April 2016 16:15:56 UTC+2 schrieb Mat: > > Hi Bo. You should check out this reply >

[tw] Re: [TW5] poor man's tag cloud

2016-04-22 Thread Sylvain Naudin
Hello Uwe, Sorry to publish on this old post, did you have found a solution to have a cloud tag with bigger pills ? Just try Stephan code but don't work for me. Cheers Sylvain -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw] Presenting: updated SideEditor

2016-04-22 Thread Mat
The plugin I use more than any other is my SideEditor. (Ok, ok, yes I use the *core* plugin even more, you smartass you.) However, a major annoyance has been that it covers the sidebar so to access the sidebar lists one had to temporarily move or toggle off the SideEditor. This update features

[tw] Re: [TW5] How to make transcluded /generated with macro data tiddlers as JSONTiddlers?

2016-04-22 Thread PMario
Hi Martian, JSON is specified here: http://www.json.org/ ... So transclusions will never work with a tiddler type: application/json, since this would be against the spec. but it should be possible to create a wikitext template, that lets you create json tiddlers. similar to the existing TW