[tw5] Re: Unable to import this .json file

2019-02-05 Thread Suzanne McHale
That worked! :-) All imported as separate tiddlers (I also changed "group" 
to "tags"). I'll still have to do some tweaking, but that is the bulk of 
the work done.

On Wednesday, February 6, 2019 at 4:36:04 PM UTC+11, Mark S. wrote:
>
> Change "cname" to "title" globally, and "notes" to "text" and you'll have 
> something you can immediately dragon-drop.
>
> -- Mark
>
> On Tuesday, February 5, 2019 at 6:54:38 AM UTC-8, Suzanne McHale wrote:
>>
>> Hi, I saved the file from here: 
>> http://trackmysoftware.com/cj/characters_view.php, so looks like I’ll 
>> have to do a bit of search-and-replace to make it compatible :/.
>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/169cd831-c8fb-4d51-a74a-c1831757e325%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Presenting: Whitespace, a negative-spacious, webapp-nostalgic theme

2019-02-05 Thread HC Haase
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5b880e45-7737-45bb-932b-58cb120b6568%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query? -- Full Screen button in Editor?

2019-02-05 Thread HC Haase
This is a nice feature JD. could also be nice if the button was a part of 
the eidt toolbar too.

alas additions like this get lost in my wiki if it is not on the plugin 
page, so I packaged it as a plugin using the tinka plugin creator.

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/76ecec07-a4c6-4483-8c59-01657a8c67c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


$__plugins_jd_fullscreen-editor.json
Description: application/json


[tw5] Re: Unable to import this .json file

2019-02-05 Thread Mohammad
Added to TW-Scripts.

On Tuesday, February 5, 2019 at 5:48:19 PM UTC+3:30, Eric Shulman wrote:
>
> On Monday, February 4, 2019 at 7:03:01 PM UTC-8, Suzanne McHale wrote:
>>
>> Tried to import this into a fresh empty tiddler (most recent version), 
>> but nothing shows up after the import button is clicked. Is the file of the 
>> correct type?
>>
>
> TiddlyWiki *can* import JSON files, but only if the 'records' in the file 
> contain certain field names.  Most important, each JSON record must have a 
> uniquely-valued "title" field.  This is used to create the corresponding 
> tiddler.  The remaining field names in the JSON record can be anything you 
> like.  However, keep in mind that certain field names have special meanings 
> in the TWCore system.  Specifically, "title", "text", "tags", "created", 
> "creator", "modified" and "modifier" should be considered not be used as 
> general-purpose field names.
>
> Also note that the TWCore's JSON processing does *not* handle complex 
> nested JSON structures... just plain name/value pairs within a simple list 
> of top level objects.
>
> Here's an example of a simple JSON file that can be imported to create 
> tiddlers:
>
> [
> {
> "title": "TiddlerTitleGoesHere",
> "text": "Tiddler content here",
> "tags": "Tiddler tags here",
> "foo": "This is a field named foo",
> "bar": "This is a field named bar"
> },
> {
> "title": "AnotherTitle",
> "text": "Tiddler content here",
> "tags": "Tiddler tags here",
> "foo": "This is a field named foo",
> "bar": "This is a field named bar"
> }
> ]
>
>
> enjoy,
> -e
> Eric Shulman
> TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
> InsideTiddlyWiki: The Missing Manuals
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/406a204e-39b8-4b9d-a57e-0e1b96d7cf67%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [plugin] My simple tiddler version control

2019-02-05 Thread Mal
Thanks Dave.

And, no, your the first, but probably not the last with the "Mal"ware quip. 😊

Regards,

Mal

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/463f47aa-3f21-4aaf-aa7b-f3e3f91df681%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [theme] Presenting "Mono" theme

2019-02-05 Thread Mohammad
The new update handle long titles greatly:

See the screenshot.

Cheers
Mohammad

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/865d6940-eb06-4cd5-bc8a-861ae902a5d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Unable to import this .json file

2019-02-05 Thread 'Mark S.' via TiddlyWiki
Change "cname" to "title" globally, and "notes" to "text" and you'll have 
something you can immediately dragon-drop.

-- Mark

On Tuesday, February 5, 2019 at 6:54:38 AM UTC-8, Suzanne McHale wrote:
>
> Hi, I saved the file from here: 
> http://trackmysoftware.com/cj/characters_view.php, so looks like I’ll 
> have to do a bit of search-and-replace to make it compatible :/.

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/de9388af-e128-4375-a3d8-8d48e002262e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Unable to import this .json file

2019-02-05 Thread TonyM
Suzanne,

Only if they are in fact tiddlers. Such as when you export tiddlers to a 
json file.


   - Do you have alternative export options like csv or exel?
   
All of these have tools available for tiddlywiki.


You need to provide more details about your data, and what you plan to do 
so we can help you more.



If I look at your data each case looks like this


  {
"cno": 137,
"cname": "Adams town",
"group": "Location",
"book1": "01. Foreigner",
"book2": "",
"change": "",
"job": "",
"household": "",
"notes": "Human city, on Mospheira."
  },


You need to work out what will be the tiddler name (needs to be unique or 
made so), fields or tags at a minimum.,


With this json inside a tiddler, as I recommended, I expect you can treat 
it like a "data Tiddler" and use the "##" form of  tiddlername##dataname eg 
tiddlername##cname


I have not yet done a lot of this to be sure, but that will get you on 
track.


Regards

Tony




On Wednesday, February 6, 2019 at 1:03:32 PM UTC+11, Suzanne McHale wrote:
>
> Hi Tony, I was hoping TW would convert them all to separate tiddlers for 
> each entry.
>
> On Wednesday, February 6, 2019 at 10:00:05 AM UTC+11, TonyM wrote:
>>
>> Suzanne,
>>
>> Do you wish to convert them to tiddlers?
>>
>> Do you have alternative export options like csv or exel? 
>>
>> All of these have tools available for tiddlywiki.
>>
>> Regards
>> Tony
>>
>>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/664ce399-abf7-41a2-bfbd-e411e91dbd78%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Unable to import this .json file

2019-02-05 Thread Suzanne McHale
Hi Tony, I was hoping TW would convert them all to separate tiddlers for 
each entry.

On Wednesday, February 6, 2019 at 10:00:05 AM UTC+11, TonyM wrote:
>
> Suzanne,
>
> Do you wish to convert them to tiddlers?
>
> Do you have alternative export options like csv or exel? 
>
> All of these have tools available for tiddlywiki.
>
> Regards
> Tony
>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9430dc2d-e540-4747-8593-24201f5bae20%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [theme] Presenting "Mono" theme

2019-02-05 Thread Damon Pritchett
Sorry, I should have gone through all of this before I posted.

The bullets are missing entirely as well.

Damon


On Sunday, February 3, 2019 at 4:08:01 PM UTC-7, JD wrote:
>
> Hello everyone,
>
> JD here, offering a kind of stark theme that incorporates my most personal 
> needs for a writing interface:
>
> [x] Sidebar to the <- left
> [x] Built-in mobile layout
> [x] Centered story river (when sidebar is closed)
> [x] Sidebar segments visibility toggler at Control Panel 
> [x] TopLeftBar buttons visibility toggler at Control Panel 
> [x] EmptyStoryMessage template
> [x] Splashcreen template
> [x] TiddlerFrame style
> [x] AdvancedSearch tabs on TopRightBar searchbar
> [x] TopRightBar searchbar you can create a tiddler from like NTFS or NTFS19
> [x] Font scroller button
> [x] Day/night palete switcher button
>
>
> *Here is the main conceit of the mobile UI:*
>
> The main change has been to TopBarLeft and TopBarRight. They are still 
> separated, but are now contained in a wrapper, like this:
>
>
> 
> 
> (items tagged $:/tags/TopLeftBar)
> 
> 
> (items tagged $:/tags/TopRightBar)
> 
> 
>
>
> On desktop, the wrapper, tc-topbar, is by default arranged in a row... 
> but on mobile it has this: flex-wrap: wrap;... so if tc-topbar-left has 
> width: 
> 100%;, tc-topbar-right will automatically be stacked below it.
>
>
> By combining the left and right topbars, the special class 
> tc-adjust-top-of-scroll is now incorporated to both 
> the TopBarLeft and TopBarRight templates. This is especially useful for 
> mobile UI.
>
>
> I might extract just this bit into the next iteration of my MobilePlugin, 
> albeit it will only be for TW5.1.19 and above.
>
>
> You can try it out, and install from here:
>
>
> http://j.d.mono.tiddlyspot.com/
>
>
> A future update would be this:
>
>
> [ ] hoverable buttons <- for next update
>
> [ ] hoverable topbar on desktop <- for next update
>
>  and some other stuff I'm forgetting right now
>
>
> I've been using this with BTC's app, and it works so nice so I'm sharing 
> this with you all :D
>
>
> -jd
>
>
> P.S.: 
>
>
> Shoutout to BTC and his amazing development! I love it and it's great with 
> an automatic GoogleDrive android->desktop syncer
>
>
> Thank you everyone for the inspiration!
>
>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/72e67792-9df3-405c-84db-2134145c4964%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [plugin] My simple tiddler version control

2019-02-05 Thread TonyM
Never thought I would say there is some "malWare" I like :) very funny Dave

On Wednesday, February 6, 2019 at 2:08:38 AM UTC+11, Dave Gifford - 
http://www.giffmex.org/ wrote:
>
> Hi Mal
>
> I added this to the toolmap in the Saving tools category. (
> https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM) 
>
> The incremental load was already in the toolmap, but I added it to another 
> section, the one for node.js.
>
> Someone probably already beat me to the punch on this, but just in 
> case...so...are these plugins considered "Mal"ware? yuk yuk
>
> Dave
>
> On Wednesday, January 30, 2019 at 1:46:08 AM UTC-6, Mal wrote:
>>
>> All,
>>
>> For information, I've put together a simple system for managing saved 
>> versions of tiddlers.  You can try it out or install the plugin from my 
>> tiddlyspot site .
>>
>> When I am setting up a tiddlywiki for a particular purpose, I usually end 
>> up with various customisation tiddlers with stylesheets, macros, variations 
>> to the table of content macros, etc.  For this activity, I prefer to work 
>> in the tiddlywiki environment rather than setting up github/git/external 
>> editor workflows.
>>
>> This simple version control system allows me to commit changes to 
>> individual tiddlers as required and then to restore previous versions if 
>> needed.  Along with the Tinka plugin, this gives my a good development 
>> environment for simple projects.
>>
>> My plugin is inspired by and uses some code from JD's Plainrevs plugin 
>> 
>>  
>> with a number of simplifications.  The main features are:
>>
>>- The code for the plugin resides in a single wikitext tiddler.
>>- The version control functionality does not interfere with the 
>>normal operation of a tiddlywiki and is contained in the "Versions" tab 
>> in 
>>the tiddler Info panel.
>>- Committed versions of any tiddler can be saved at any time along 
>>with a simple commit message.
>>- There is no automatic saving of versions during the edit process.
>>- Committed versions can be restored to replace the current version 
>>of the subject tiddler.
>>- Committed versions can be deleted.
>>- Committed versions are saved as system tiddlers so that they do not 
>>show up in normal searches.
>>- Incremental differences between each version and the next previous 
>>version can be displayed.
>>- There is no set limit on the number of versions retained.
>>
>> Any feedback or suggestions are welcome.
>>
>> Regards,
>>
>> Mal
>>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3b75ed98-aef5-477e-a71b-91c6767bf029%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [theme] Presenting "Mono" theme

2019-02-05 Thread Damon Pritchett
Found the wrapping problem. There's a style in your stylesheet defined as

 ul, li { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

Damon



On Sunday, February 3, 2019 at 4:08:01 PM UTC-7, JD wrote:
>
> Hello everyone,
>
> JD here, offering a kind of stark theme that incorporates my most personal 
> needs for a writing interface:
>
> [x] Sidebar to the <- left
> [x] Built-in mobile layout
> [x] Centered story river (when sidebar is closed)
> [x] Sidebar segments visibility toggler at Control Panel 
> [x] TopLeftBar buttons visibility toggler at Control Panel 
> [x] EmptyStoryMessage template
> [x] Splashcreen template
> [x] TiddlerFrame style
> [x] AdvancedSearch tabs on TopRightBar searchbar
> [x] TopRightBar searchbar you can create a tiddler from like NTFS or NTFS19
> [x] Font scroller button
> [x] Day/night palete switcher button
>
>
> *Here is the main conceit of the mobile UI:*
>
> The main change has been to TopBarLeft and TopBarRight. They are still 
> separated, but are now contained in a wrapper, like this:
>
>
> 
> 
> (items tagged $:/tags/TopLeftBar)
> 
> 
> (items tagged $:/tags/TopRightBar)
> 
> 
>
>
> On desktop, the wrapper, tc-topbar, is by default arranged in a row... 
> but on mobile it has this: flex-wrap: wrap;... so if tc-topbar-left has 
> width: 
> 100%;, tc-topbar-right will automatically be stacked below it.
>
>
> By combining the left and right topbars, the special class 
> tc-adjust-top-of-scroll is now incorporated to both 
> the TopBarLeft and TopBarRight templates. This is especially useful for 
> mobile UI.
>
>
> I might extract just this bit into the next iteration of my MobilePlugin, 
> albeit it will only be for TW5.1.19 and above.
>
>
> You can try it out, and install from here:
>
>
> http://j.d.mono.tiddlyspot.com/
>
>
> A future update would be this:
>
>
> [ ] hoverable buttons <- for next update
>
> [ ] hoverable topbar on desktop <- for next update
>
>  and some other stuff I'm forgetting right now
>
>
> I've been using this with BTC's app, and it works so nice so I'm sharing 
> this with you all :D
>
>
> -jd
>
>
> P.S.: 
>
>
> Shoutout to BTC and his amazing development! I love it and it's great with 
> an automatic GoogleDrive android->desktop syncer
>
>
> Thank you everyone for the inspiration!
>
>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/debbfe9b-b48d-49d4-bdcb-d1faee15264e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [theme] Presenting "Mono" theme

2019-02-05 Thread Damon Pritchett
JD,

One other thing I just noticed. It appears that text in bullets do not wrap 
within the tiddler like it did before I moved to your theme. I can switch 
back and forth between the them I was previously using and the problem goes 
with the theme. I haven't investigated it thoroughly; only enough to 
characterize the behavior. Not a big deal, but thought you should know 
about it.

Damon

On Sunday, February 3, 2019 at 4:08:01 PM UTC-7, JD wrote:
>
> Hello everyone,
>
> JD here, offering a kind of stark theme that incorporates my most personal 
> needs for a writing interface:
>
> [x] Sidebar to the <- left
> [x] Built-in mobile layout
> [x] Centered story river (when sidebar is closed)
> [x] Sidebar segments visibility toggler at Control Panel 
> [x] TopLeftBar buttons visibility toggler at Control Panel 
> [x] EmptyStoryMessage template
> [x] Splashcreen template
> [x] TiddlerFrame style
> [x] AdvancedSearch tabs on TopRightBar searchbar
> [x] TopRightBar searchbar you can create a tiddler from like NTFS or NTFS19
> [x] Font scroller button
> [x] Day/night palete switcher button
>
>
> *Here is the main conceit of the mobile UI:*
>
> The main change has been to TopBarLeft and TopBarRight. They are still 
> separated, but are now contained in a wrapper, like this:
>
>
> 
> 
> (items tagged $:/tags/TopLeftBar)
> 
> 
> (items tagged $:/tags/TopRightBar)
> 
> 
>
>
> On desktop, the wrapper, tc-topbar, is by default arranged in a row... 
> but on mobile it has this: flex-wrap: wrap;... so if tc-topbar-left has 
> width: 
> 100%;, tc-topbar-right will automatically be stacked below it.
>
>
> By combining the left and right topbars, the special class 
> tc-adjust-top-of-scroll is now incorporated to both 
> the TopBarLeft and TopBarRight templates. This is especially useful for 
> mobile UI.
>
>
> I might extract just this bit into the next iteration of my MobilePlugin, 
> albeit it will only be for TW5.1.19 and above.
>
>
> You can try it out, and install from here:
>
>
> http://j.d.mono.tiddlyspot.com/
>
>
> A future update would be this:
>
>
> [ ] hoverable buttons <- for next update
>
> [ ] hoverable topbar on desktop <- for next update
>
>  and some other stuff I'm forgetting right now
>
>
> I've been using this with BTC's app, and it works so nice so I'm sharing 
> this with you all :D
>
>
> -jd
>
>
> P.S.: 
>
>
> Shoutout to BTC and his amazing development! I love it and it's great with 
> an automatic GoogleDrive android->desktop syncer
>
>
> Thank you everyone for the inspiration!
>
>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/25157912-e4c4-4f7c-a382-39fb683481f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [theme] Presenting "Mono" theme

2019-02-05 Thread Damon Pritchett
Hi JD,

I love the theme. I've got one question. How did you get the sidebar to the 
left? That's what I love about this theme the most. 

Thanks,

Damon


On Sunday, February 3, 2019 at 4:08:01 PM UTC-7, JD wrote:
>
> Hello everyone,
>
> JD here, offering a kind of stark theme that incorporates my most personal 
> needs for a writing interface:
>
> [x] Sidebar to the <- left
> [x] Built-in mobile layout
> [x] Centered story river (when sidebar is closed)
> [x] Sidebar segments visibility toggler at Control Panel 
> [x] TopLeftBar buttons visibility toggler at Control Panel 
> [x] EmptyStoryMessage template
> [x] Splashcreen template
> [x] TiddlerFrame style
> [x] AdvancedSearch tabs on TopRightBar searchbar
> [x] TopRightBar searchbar you can create a tiddler from like NTFS or NTFS19
> [x] Font scroller button
> [x] Day/night palete switcher button
>
>
> *Here is the main conceit of the mobile UI:*
>
> The main change has been to TopBarLeft and TopBarRight. They are still 
> separated, but are now contained in a wrapper, like this:
>
>
> 
> 
> (items tagged $:/tags/TopLeftBar)
> 
> 
> (items tagged $:/tags/TopRightBar)
> 
> 
>
>
> On desktop, the wrapper, tc-topbar, is by default arranged in a row... 
> but on mobile it has this: flex-wrap: wrap;... so if tc-topbar-left has 
> width: 
> 100%;, tc-topbar-right will automatically be stacked below it.
>
>
> By combining the left and right topbars, the special class 
> tc-adjust-top-of-scroll is now incorporated to both 
> the TopBarLeft and TopBarRight templates. This is especially useful for 
> mobile UI.
>
>
> I might extract just this bit into the next iteration of my MobilePlugin, 
> albeit it will only be for TW5.1.19 and above.
>
>
> You can try it out, and install from here:
>
>
> http://j.d.mono.tiddlyspot.com/
>
>
> A future update would be this:
>
>
> [ ] hoverable buttons <- for next update
>
> [ ] hoverable topbar on desktop <- for next update
>
>  and some other stuff I'm forgetting right now
>
>
> I've been using this with BTC's app, and it works so nice so I'm sharing 
> this with you all :D
>
>
> -jd
>
>
> P.S.: 
>
>
> Shoutout to BTC and his amazing development! I love it and it's great with 
> an automatic GoogleDrive android->desktop syncer
>
>
> Thank you everyone for the inspiration!
>
>
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c6a40a9d-3fd4-4b67-a981-f588811ec1ed%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Unable to import this .json file

2019-02-05 Thread TonyM
Suzanne,

Do you wish to convert them to tiddlers?

Do you have alternative export options like csv or exel? 

All of these have tools available for tiddlywiki.

Regards
Tony

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ffb17e4b-2005-46f3-aa1a-855bb6b5fe4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Using data dictionary for variable lookup

2019-02-05 Thread Chris Brouwer
Thanks! That's the trick!

I now use this second version. I will use this info to learn form it.

I had not thought of the possibility to use the filter-syntax to set the 
value. 

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c3cbd1f0-5084-4ce5-9b5a-84d9c55024ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Using data dictionary for variable lookup

2019-02-05 Thread S. S.

After reading THIS POST 
 
- I thought I'd try another way, which seems to work just as well.


\define getLand2()
<$select field="land" actions='<$action-setfield 
sort={{{[[landcodes]getindex{!!land}]}}}/>'>
<$list filter='[[landcodes]indexes[]sort[title]]'>
>><$view field='title'> 


\end

<> 

I also removed the :  *tiddler=<>* : as that is the default 
for the *$select* widget.


-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/65370a7e-2cdc-42e3-91dc-a81b239e431e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Using data dictionary for variable lookup

2019-02-05 Thread S. S.

Chris,

This may be one way to do it (hopefully) :


\define getLand()
<$select tiddler=<> field="land" actions="<$action-setfield 
sort={{landcodes##$(sort-code)$}}/>">
<$list filter='[[landcodes]indexes[]sort[title]]'>
>><$view field='title'> 


\end

<$set name="sort-code" value={{!!land}}>
<>





On Tuesday, February 5, 2019 at 8:46:38 PM UTC+7, Chris Brouwer wrote:
>
> Hello all,
>
> I have the following situation, but can't acheive my goal. What am I doing 
> wrong here ?
>
> I hav a Datatiddler containing country codes (abbreviations) as indices 
> and a sort code as values, like this:
>
> CZ:01
> SK:02
> HU:03
> RO:04
> SRB:05
>
> I have a tiddler with a Select widget, where I let the user choose a 
> country code.
> The resulting code is correctly placed in the "country" field. So far so 
> good.
>
> Here's the catch:
> I also would like to place the sort code in a seperate field of the same 
> tiddler. But accessing the DataTiddler seems to work only when I use a 
> hardcoded countrycode, like {{landcodes##RO}}.
>
> But what I would like is: {{landcodes##<>}}, or whatever way to get 
> to the correct value. I have tried constructs with "<<", "$(", '"""$' but 
> nothing seems to do the trick.
>
> Any suggestions ?
>
> Here is the contents of my test-tiddler:
> -
> \define update-sort()
> <$vars lnd={{!!land}} >
> <$action-setfield $tiddler=<> $field="sort" 
> $value={{landcodes##<>}} />
> 
> \end
>
> \define getLand()
> <$select tiddler=<> field="land" actions=<> >
>   <$list filter='[[landcodes]indexes[]sort[title]]' listItem=selectedList >
>   >><$view field='title'>
>   
> 
> \end
>
> <>
> -
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b5944923-cbdc-4228-84a8-b99f8645026b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Sidebar tc-reveal breaks theme hierarchy

2019-02-05 Thread Jeremy Ruston
Hi Arlen

> In trying to modify the theme of the sidebar, I discovered that the reveal 
> widget makes it impossible to reposition the sidebar elements because they do 
> not have the appropriate classes. 
> 
> 
> 
> I am wondering if it would be possible to change the sidebar tiddler to allow 
> the individual inclusions to specify a container class for the sidebar 
> tiddler to put on the reveal widget.

The sidebar is generated like this:

<$list 
filter="[all[shadows+tiddlers]tag[$:/tags/SideBarSegment]!has[draft.of]]" 
variable="listItem">

<$reveal type="nomatch" state=<> text="hide"  tag="div">

<$transclude tiddler=<> mode="block"/>





(See $:/core/ui/PageTemplate/sidebar).

I guess we could do something like this to allow sidebar segments to have a 
“class” field that is used as the class for the DIV:

<$reveal type="nomatch" state=<> text="hide" class={{{ 
[get[class]] }}} tag="div">

But we’d need to consider consistency with other places where we use tags to 
build the UI.

Best wishes

Jeremy.


> 
> Thoughts, anyone?
> Arlen
> 
> -- 
> 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 tiddlywiki@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSRB-D2eFW%2B425j4GSOKwsy27tF2S4PC%3DHSrKb2rxQ8xzw%40mail.gmail.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/D1240A2F-F966-4E0A-AAE3-B3C65A19C9B8%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] explain it to me like I'm a five year old

2019-02-05 Thread Jeremy Ruston
Hi Joe

It could be expressed better! It’s a very typical piece of 
Jeremy-documentation: all the information is there, but expressed so concisely 
as to be nearly incomprehensible… It mixes up explaining how the feature works 
with how to use it, and frequently assumes the reader can infer the latter from 
the former...

Anyhow, the blue light bulb is telling you what parameter value to use to match 
that used by the core. (The subtext here being that you can use the 
tm-fold-all-tiddlers message in custom situations to fold something other than 
the story river).

The warning triangle is pointing out that not setting the foldStatePrefix 
parameter can lead to data loss.

I’ve made some updates to the docs, and changed the underlying code so that a 
default is safely applied.

https://github.com/Jermolene/TiddlyWiki5/commit/44c66b98a9a1cc9c30aeec18301f4f58e605dbf5
 


Best wishes

Jeremy.



> On 5 Feb 2019, at 15:28, Joe Armstrong  wrote:
> 
> I want to fold all tiddlers
> 
> Should be easy - there's even a message to do this
> 
> https://tiddlywiki.com/#WidgetMessage%3A%20tm-fold-all-tiddlers
> 
> BUT there's a big warning triangle - sounds like it's dangerous, so I'll
> wait a bit before trying
> 
> I've read the documentation
> several times and do not understand it.
> 
> Can anybody explain it to me - an example with copious explanation might help 
> ...
> 
> Cheers
> 
> /Joe
> 
> 
> 
> -- 
> 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 tiddlywiki@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/98763994-ee91-431d-8f97-c25c6a299cf6%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/E82BF401-6C54-4F80-953B-D1DD668427E9%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] How to use the a field in a widget call inside a list

2019-02-05 Thread Jeremy Ruston
I’d recommend not using the wikify widget for this kind of thing; it’s a 
sledgehammer to crack a nut.

Better to try something like this:

<$reveal type="nomatch" state=<> class={{{ 
[get[containerClass]] }}} text="hide"  tag="div”>

Of all the features added to TW5 in the last few years, I think the triple 
braces syntax for transcluded filtered attributes is the one that adds the most 
expressiveness to wikitext...

Best wishes

Jeremy.


> On 5 Feb 2019, at 03:23, Arlen Beiler  wrote:
> 
> From the sidebar tiddler
> 
> <$reveal type="nomatch" state=<> 
> class={{<>!!containerClass}} text="hide"  tag="div">
> 
> Adding this doesn't seem to work.
> 
> -- 
> 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 tiddlywiki@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSQngANL0X-9UGr%3DkPifAMvpT_BmAWyHpRL9V9CJLEUC6A%40mail.gmail.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/85EE45B6-90BB-481C-BD36-0FCC02353DA7%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] explain it to me like I'm a five year old

2019-02-05 Thread Joe Armstrong
I want to fold all tiddlers

Should be easy - there's even a message to do this

https://tiddlywiki.com/#WidgetMessage%3A%20tm-fold-all-tiddlers

BUT there's a big warning triangle - sounds like it's dangerous, so I'll
wait a bit before trying

I've read the documentation
several times and do not understand it.

Can anybody explain it to me - an example with copious explanation might 
help ...

Cheers

/Joe


-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/98763994-ee91-431d-8f97-c25c6a299cf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] TiddlyWiki authorization - lots of pain

2019-02-05 Thread Jeremy Ruston
Hi Alex

I’ve not seen this problem before. It’s probably worth trying different 
browsers as their handling of basic authentication varies somewhat.

In the latest 5.1.20-prerelease at https://github.com/Jermolene/TiddlyWiki5 
 you can add debug-level=full to the 
command line to get a log of the authenticated username for each request, which 
may enable you to figure out if the problem is with the server or within the 
browser.

Best wishes

Jeremy.

> On 5 Feb 2019, at 10:29, Alex  wrote:
> 
> Hi,
> 
> I am running my tiddlywiki 5.1.19/node.js on a windows machine like this:
> 
> tiddlywiki.cmd path\to\wiki --listen port=XXX host=0.0.0.0 
> credentials=users.csv "writers=(authenticated)" 
> root-tiddler=$:/core/save/lazy-images
> 
> The idea here is that I want a select few to be able to write to the wiki, 
> and everyone else to read only.
> 
> Unfortunately, 9 times out of 10, even when a person enters the correct user 
> credentials, the wiki starts in read-only mode. And once it starts in read 
> only mode, it stays in it, unless you do something very drastic, like 
> restarting the browser or bouncing the whole node.js back-end. I can't even 
> say exactly what you need to do, because it is different every time - you 
> just try all the different ways of reloading, multiple times. Very often it 
> does not even ask for the credentials again, going to the read only mode 
> straight away. Sometimes, it asks for the credentials, but then ends up in 
> the read only mode nevertheless (and I do know my login details). Finally, at 
> one point something clicks and you are in. BTW, this ./login-basic link never 
> worked for me in this scenario.
> 
> Did anyone have similar issues? 
> 
> TW is really a great thing, and I would like to share it with my colleagues, 
> but I as it is now am afraid of doing it...
> -- 
> 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 tiddlywiki@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/tiddlywiki 
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/1fc12f6a-356d-40b7-b24a-cc7cead00d19%40googlegroups.com
>  
> .
> For more options, visit https://groups.google.com/d/optout 
> .

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/56044A6C-D348-47AC-8D64-345A1E71B0A8%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [plugin] My simple tiddler version control

2019-02-05 Thread Dave Gifford - http://www.giffmex.org/
Hi Mal

I added this to the toolmap in the Saving tools category. 
(https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM) 

The incremental load was already in the toolmap, but I added it to another 
section, the one for node.js.

Someone probably already beat me to the punch on this, but just in 
case...so...are these plugins considered "Mal"ware? yuk yuk

Dave

On Wednesday, January 30, 2019 at 1:46:08 AM UTC-6, Mal wrote:
>
> All,
>
> For information, I've put together a simple system for managing saved 
> versions of tiddlers.  You can try it out or install the plugin from my 
> tiddlyspot site .
>
> When I am setting up a tiddlywiki for a particular purpose, I usually end 
> up with various customisation tiddlers with stylesheets, macros, variations 
> to the table of content macros, etc.  For this activity, I prefer to work 
> in the tiddlywiki environment rather than setting up github/git/external 
> editor workflows.
>
> This simple version control system allows me to commit changes to 
> individual tiddlers as required and then to restore previous versions if 
> needed.  Along with the Tinka plugin, this gives my a good development 
> environment for simple projects.
>
> My plugin is inspired by and uses some code from JD's Plainrevs plugin 
> 
>  
> with a number of simplifications.  The main features are:
>
>- The code for the plugin resides in a single wikitext tiddler.
>- The version control functionality does not interfere with the normal 
>operation of a tiddlywiki and is contained in the "Versions" tab in the 
>tiddler Info panel.
>- Committed versions of any tiddler can be saved at any time along 
>with a simple commit message.
>- There is no automatic saving of versions during the edit process.
>- Committed versions can be restored to replace the current version of 
>the subject tiddler.
>- Committed versions can be deleted.
>- Committed versions are saved as system tiddlers so that they do not 
>show up in normal searches.
>- Incremental differences between each version and the next previous 
>version can be displayed.
>- There is no set limit on the number of versions retained.
>
> Any feedback or suggestions are welcome.
>
> Regards,
>
> Mal
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3a63319d-b836-445c-a209-eb198c87d382%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Unable to import this .json file

2019-02-05 Thread Suzanne McHale
Hi, I saved the file from here: 
http://trackmysoftware.com/cj/characters_view.php, so looks like I’ll have to 
do a bit of search-and-replace to make it compatible :/.

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e0f1f019-4905-4b86-ab07-0f2b005bb850%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Named story rivers (or trails)

2019-02-05 Thread Jeremy Ruston
Hi Joe

> On 5 Feb 2019, at 13:44, Joe Armstrong  wrote:
> 
> I think adding this to the reference site and making up many stories would be 
> a good idea

It’d be interesting to see some examples of trails that might be useful. Along 
with Tobibeer’s sidebar UI I’d want individual tiddlers to show which trails 
they are participating in, and let the user explore back and forth along those 
trails.

In terms of implementation, I’m thinking that trails are actually some 
additional sugar on top of tags. Tags are already a flexible implementation of 
an ordered lists of tiddlers.

So, displaying a story would correspond to clearing the story river and 
replacing it with the ordered list of tiddlers with that tag. Reordering a 
trail could be accomplished via the tag dropdown.

We might want to add arrows for “previous” and “next” to the tag pills so that 
it is easy to navigate within a tag.

Best wishes

Jeremy


-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3C56E3F2-022F-4B1C-A100-2BF757E66893%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Unable to import this .json file

2019-02-05 Thread Suzanne McHale
Thanks for responding! I saved the file in .json format from this database: 
http://trackmysoftware.com/cj/characters_view.php, so it is not a TW-created 
one initially.

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b5c4bcf2-112a-407c-b918-3e689ae1cd55%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Unable to import this .json file

2019-02-05 Thread Eric Shulman
On Monday, February 4, 2019 at 7:03:01 PM UTC-8, Suzanne McHale wrote:
>
> Tried to import this into a fresh empty tiddler (most recent version), but 
> nothing shows up after the import button is clicked. Is the file of the 
> correct type?
>

TiddlyWiki *can* import JSON files, but only if the 'records' in the file 
contain certain field names.  Most important, each JSON record must have a 
uniquely-valued "title" field.  This is used to create the corresponding 
tiddler.  The remaining field names in the JSON record can be anything you 
like.  However, keep in mind that certain field names have special meanings 
in the TWCore system.  Specifically, "title", "text", "tags", "created", 
"creator", "modified" and "modifier" should be considered not be used as 
general-purpose field names.

Also note that the TWCore's JSON processing does *not* handle complex 
nested JSON structures... just plain name/value pairs within a simple list 
of top level objects.

Here's an example of a simple JSON file that can be imported to create 
tiddlers:

[
{
"title": "TiddlerTitleGoesHere",
"text": "Tiddler content here",
"tags": "Tiddler tags here",
"foo": "This is a field named foo",
"bar": "This is a field named bar"
},
{
"title": "AnotherTitle",
"text": "Tiddler content here",
"tags": "Tiddler tags here",
"foo": "This is a field named foo",
"bar": "This is a field named bar"
}
]


enjoy,
-e
Eric Shulman
TiddlyTools.com: "Small Tools for Big Ideas!" (tm)
InsideTiddlyWiki: The Missing Manuals

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/19a6196c-467f-4012-b3d1-6968ac75c3d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Using data dictionary for variable lookup

2019-02-05 Thread Chris Brouwer
Hello all,

I have the following situation, but can't acheive my goal. What am I doing 
wrong here ?

I hav a Datatiddler containing country codes (abbreviations) as indices and 
a sort code as values, like this:

CZ:01
SK:02
HU:03
RO:04
SRB:05

I have a tiddler with a Select widget, where I let the user choose a 
country code.
The resulting code is correctly placed in the "country" field. So far so 
good.

Here's the catch:
I also would like to place the sort code in a seperate field of the same 
tiddler. But accessing the DataTiddler seems to work only when I use a 
hardcoded countrycode, like {{landcodes##RO}}.

But what I would like is: {{landcodes##<>}}, or whatever way to get 
to the correct value. I have tried constructs with "<<", "$(", '"""$' but 
nothing seems to do the trick.

Any suggestions ?

Here is the contents of my test-tiddler:
-
\define update-sort()
<$vars lnd={{!!land}} >
<$action-setfield $tiddler=<> $field="sort" 
$value={{landcodes##<>}} />

\end

\define getLand()
<$select tiddler=<> field="land" actions=<> >
  <$list filter='[[landcodes]indexes[]sort[title]]' listItem=selectedList >
  >><$view field='title'>
  

\end

<>
-

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3cbf56eb-d52d-4a18-9510-a4315d55416c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: Named story rivers (or trails)

2019-02-05 Thread Joe Armstrong
On Tue, Feb 5, 2019 at 1:52 PM Ton Gerner  wrote:

> Hi Joe,
>
> Have a look at:
> https://tobibeer.github.io/tb5/#Saving%20And%20Loading%20A%20History%20Snapshot
>
>
Beautiful,

I think adding this to the reference site and making up many stories would
be a good idea

/Joe


> Cheers,
>
> Ton
>
> On Tuesday, February 5, 2019 at 12:49:19 PM UTC+1, Joe Armstrong wrote:
>>
>> I want to provide different reading 'trails' through my TW.
>> A 'trail' is an ordered set of tiddlers on screen.
>>
>> (Sun used this term in the java documentation - the entire
>> documentation was huge
>> so they built different trails through the docs intended for different
>> readers)
>>
>> So I'd like a tiddler called 'beginner' to contain a list of tiddlers, and
>> 'intermediate' to contain a different list of tiddlers
>>
>> How can I close all the tiddlers in the current story river and replace
>> them
>> with the tiddlers in 'beginner' etc.
>>
>> Is there support for organising tiddlers into 'trails'
>>
>> /Joe
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/tiddlywiki/_0x90vyvdFU/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/93d9fee1-6b6c-48fc-bc9f-fda6a45057b1%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAL6cY6FyWXRkMFZGu4PLmWWAQiiDHavC2t%3D5wKcQ%3DsdwSvvnpA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Named story rivers (or trails)

2019-02-05 Thread Ton Gerner
Hi Joe,

Have a look at: 
https://tobibeer.github.io/tb5/#Saving%20And%20Loading%20A%20History%20Snapshot

Cheers,

Ton

On Tuesday, February 5, 2019 at 12:49:19 PM UTC+1, Joe Armstrong wrote:
>
> I want to provide different reading 'trails' through my TW. 
> A 'trail' is an ordered set of tiddlers on screen.
>
> (Sun used this term in the java documentation - the entire 
> documentation was huge
> so they built different trails through the docs intended for different 
> readers)
>  
> So I'd like a tiddler called 'beginner' to contain a list of tiddlers, and
> 'intermediate' to contain a different list of tiddlers
>
> How can I close all the tiddlers in the current story river and replace 
> them
> with the tiddlers in 'beginner' etc.
>
> Is there support for organising tiddlers into 'trails'
>
> /Joe
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/93d9fee1-6b6c-48fc-bc9f-fda6a45057b1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [plugin] My simple tiddler version control

2019-02-05 Thread Vinayak
Great

I have started using it and looks good. The user interface looks difficult 
to understand initially. 

Just the feature I was looking for. Fully servers the purpose of tracking 
old versions if there is any issue. 
As the DIFF is readily available it saves time to quickly check what has 
changed.

Thanks & Regards
Vinayak Shanbhag

On Wednesday, January 30, 2019 at 11:46:08 AM UTC+4, Mal wrote:
>
> All,
>
> For information, I've put together a simple system for managing saved 
> versions of tiddlers.  You can try it out or install the plugin from my 
> tiddlyspot site .
>
> When I am setting up a tiddlywiki for a particular purpose, I usually end 
> up with various customisation tiddlers with stylesheets, macros, variations 
> to the table of content macros, etc.  For this activity, I prefer to work 
> in the tiddlywiki environment rather than setting up github/git/external 
> editor workflows.
>
> This simple version control system allows me to commit changes to 
> individual tiddlers as required and then to restore previous versions if 
> needed.  Along with the Tinka plugin, this gives my a good development 
> environment for simple projects.
>
> My plugin is inspired by and uses some code from JD's Plainrevs plugin 
> 
>  
> with a number of simplifications.  The main features are:
>
>- The code for the plugin resides in a single wikitext tiddler.
>- The version control functionality does not interfere with the normal 
>operation of a tiddlywiki and is contained in the "Versions" tab in the 
>tiddler Info panel.
>- Committed versions of any tiddler can be saved at any time along 
>with a simple commit message.
>- There is no automatic saving of versions during the edit process.
>- Committed versions can be restored to replace the current version of 
>the subject tiddler.
>- Committed versions can be deleted.
>- Committed versions are saved as system tiddlers so that they do not 
>show up in normal searches.
>- Incremental differences between each version and the next previous 
>version can be displayed.
>- There is no set limit on the number of versions retained.
>
> Any feedback or suggestions are welcome.
>
> Regards,
>
> Mal
>

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9af60ef7-9b28-42c2-8b19-8c8d809a1a3e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Named story rivers (or trails)

2019-02-05 Thread Joe Armstrong
I want to provide different reading 'trails' through my TW. 
A 'trail' is an ordered set of tiddlers on screen.

(Sun used this term in the java documentation - the entire 
documentation was huge
so they built different trails through the docs intended for different 
readers)
 
So I'd like a tiddler called 'beginner' to contain a list of tiddlers, and
'intermediate' to contain a different list of tiddlers

How can I close all the tiddlers in the current story river and replace them
with the tiddlers in 'beginner' etc.

Is there support for organising tiddlers into 'trails'

/Joe

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2cc03224-3335-4b1d-acf0-248aa05f4426%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] TiddlyWiki authorization - lots of pain

2019-02-05 Thread TonyM
Alex

I dont know the answer but are these other users from other computers or just 
tests of you own?. Are you using incognito mode for these different users. It 
can take a little more effort testing authentication from a single computer, 
browser or session.

Well worth thinking about

Tony

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2b3353e4-6731-42f2-9383-9c942189fece%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Unable to import this .json file

2019-02-05 Thread TonyM
Suzanne,

A quick view of this file indicates it does not appear to contain tiddlers 
within it but another json format. As a result I believe the import process 
does not know how to handle it.

I suggest create a tiddler and paste the content of the json file into it and 
set the tiddler type.

There are tools for querying json that you can try like treating it as a data 
tiddler and plugins available.

More information on its source and what you intend to do with it will inform us 
so we can help more.

Tony

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9ad8c28e-1414-4e33-956e-ef16a1098aa1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.