Hi Mat! All Spreadsheets are in JSON https://www.freecodecamp.org/news/cjn-google-sheets-as-json-endpoint/ at the end of this article you can see a link https://spreadsheets.google.com/feeds/cells/1g4FBktkm7al3ZkDI8LuFXuztTqK4nY-eUYMLep6BRuw/1/public/full?alt=json
so I read this json by javascript and create tiddlers for each line fields.title="New tiddler";fields._canonical_uri="https://heeg.ru/image.jpg";fields.type="image/jpeg"; if($tw.browser) {$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getModificationFields(),fields,$tw.wiki.getCreationFields()))}; воскресенье, 5 июля 2020 г., 14:45:25 UTC+3 пользователь Mat написал: > > Siniy-Kit, thank you for sharing! I don't know of anyone who has take TW > in the direction that you have, it's really amazing. > > I note that the spreadsheet is a Google Sheet. How does the TW load the > data from there? > > <:-) > > On Saturday, July 4, 2020 at 7:30:04 PM UTC+2 Siniy-Kit wrote: > >> Little story. All we know that Tiddliwiki is absolutely free, and it is >> very good to start any project on free platform. But commercial >> projects evolve faster than free, because money sometimes a very good >> motivation factor. And people, who pay money for their project squeeze all >> the juice out of the developer. So Client+Developer works better than >> client solo. >> >> Last month I have a very difficult Tiddlywiki project. Here it is >> http://papadoma.net/ it is on-line store with more than 13 000+ static >> cut pages! At the beginning of this project I said to my client, that it is >> a bad idea, because node.js needs 6 minutes to make static cut off all >> 13000+ pages. But he said "No problem" and gave me twice as much money as >> I asked for. >> >> AND This client gave me many ideas, and all this ideas I put to my next >> version of my Tiddlywiki store. So I get money and develop my free >> project. I think it is a very good variant of evolution. >> This site on Tiddlywiki >> <https://heeg.ru/shop2_1.html?id=10Q1RMs2QeKlvKywq7MGHSRltcDYXYTD5y2HFs0aygqE&[email protected]#index> >> works >> slow because it loads data from spreadsheet >> <https://docs.google.com/spreadsheets/d/10Q1RMs2QeKlvKywq7MGHSRltcDYXYTD5y2HFs0aygqE/edit#gid=1550841326> >> but >> it is not a problem too :) Only real working project shows what is >> important and what is not. >> >> AND I bought contextual advertising for my Tiddlywiki project! >> >> >> -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b8b251cb-f750-4867-b398-0e54229c3fd5o%40googlegroups.com.

