[tw5] Re: Advanced Search Question

2018-12-31 Thread Mark Krieg
You are correct.  I'm sorry, I had completely forgotten that I installed 
that into my TiddlyWiki!  



On Monday, December 31, 2018 at 11:01:36 PM UTC-5, Mohammad wrote:
>
> Hi Mark S,
>
>  Mark Kreig is using the Search In Fields by Tobias Beer:
>
> http://tobibeer.github.io/tb5/#Searching%20In%20Tiddler%20Fields
>
>
>
> -- Mohammad
>
> On Tuesday, January 1, 2019 at 6:54:25 AM UTC+3:30, Mark S. wrote:
>>
>> Are you using some special search plugin? 
>>
>> I'm guessing whatever you are using might be using regular expressions. 
>> You could try searching for 2018\. , and see if that returns 2018 items 
>> with a literal period after them.
>>
>> Some other
>> -- Mark
>>
>> On Monday, December 31, 2018 at 7:09:31 PM UTC-8, Mark Krieg wrote:
>>>
>>> I have a question regarding the Advanced Search feature. I have a number 
>>> of entries titled with various date formats:
>>>
>>> 2018.12.31 (period separators)
>>> 2018-12-31 (dash separator)
>>>
>>> ...and when performing an *Advanced Search* using the *In Fields* tab 
>>> and searching the *title* field, if I search for *2018.* then I receive 
>>> title names beginning with 2018- as well. This same result happens with and 
>>> without the insensitive option enabled. So in other words, the search 
>>> doesn't distinguish the characters of period and dash as being 
>>> different/unique. Is there any way around this?
>>>
>>> Many thanks!
>>>
>>> Mark
>>>
>>>

-- 
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/ddf13dfa-142b-4880-a903-c3f8a1cdc1b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Advanced Search Question

2018-12-31 Thread Mohammad
Hi Mark S,

 Mark Kreig is using the Search In Fields by Tobias Beer:

http://tobibeer.github.io/tb5/#Searching%20In%20Tiddler%20Fields



-- Mohammad

On Tuesday, January 1, 2019 at 6:54:25 AM UTC+3:30, Mark S. wrote:
>
> Are you using some special search plugin? 
>
> I'm guessing whatever you are using might be using regular expressions. 
> You could try searching for 2018\. , and see if that returns 2018 items 
> with a literal period after them.
>
> Some other
> -- Mark
>
> On Monday, December 31, 2018 at 7:09:31 PM UTC-8, Mark Krieg wrote:
>>
>> I have a question regarding the Advanced Search feature. I have a number 
>> of entries titled with various date formats:
>>
>> 2018.12.31 (period separators)
>> 2018-12-31 (dash separator)
>>
>> ...and when performing an *Advanced Search* using the *In Fields* tab 
>> and searching the *title* field, if I search for *2018.* then I receive 
>> title names beginning with 2018- as well. This same result happens with and 
>> without the insensitive option enabled. So in other words, the search 
>> doesn't distinguish the characters of period and dash as being 
>> different/unique. Is there any way around this?
>>
>> Many thanks!
>>
>> Mark
>>
>>

-- 
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/13e7b123-b909-4752-b587-297c86f46510%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Advanced Search Question

2018-12-31 Thread Mark Krieg
I'm using the standard Advanced Search, $:/AdvancedSearch

but you are RIGHT!!! Your solution fixed my problem!  Thank you so much!



On Monday, December 31, 2018 at 10:24:25 PM UTC-5, Mark S. wrote:
>
> Are you using some special search plugin? 
>
> I'm guessing whatever you are using might be using regular expressions. 
> You could try searching for 2018\. , and see if that returns 2018 items 
> with a literal period after them.
>
> Some other
> -- Mark
>
> On Monday, December 31, 2018 at 7:09:31 PM UTC-8, Mark Krieg wrote:
>>
>> I have a question regarding the Advanced Search feature. I have a number 
>> of entries titled with various date formats:
>>
>> 2018.12.31 (period separators)
>> 2018-12-31 (dash separator)
>>
>> ...and when performing an *Advanced Search* using the *In Fields* tab 
>> and searching the *title* field, if I search for *2018.* then I receive 
>> title names beginning with 2018- as well. This same result happens with and 
>> without the insensitive option enabled. So in other words, the search 
>> doesn't distinguish the characters of period and dash as being 
>> different/unique. Is there any way around this?
>>
>> Many thanks!
>>
>> Mark
>>
>>

-- 
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/20474348-1222-4a49-9036-d49bc2fdb7e0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Advanced Search Question

2018-12-31 Thread 'Mark S.' via TiddlyWiki
Are you using some special search plugin? 

I'm guessing whatever you are using might be using regular expressions. You 
could try searching for 2018\. , and see if that returns 2018 items with a 
literal period after them.

Some other
-- Mark

On Monday, December 31, 2018 at 7:09:31 PM UTC-8, Mark Krieg wrote:
>
> I have a question regarding the Advanced Search feature. I have a number 
> of entries titled with various date formats:
>
> 2018.12.31 (period separators)
> 2018-12-31 (dash separator)
>
> ...and when performing an *Advanced Search* using the *In Fields* tab and 
> searching the *title* field, if I search for *2018.* then I receive title 
> names beginning with 2018- as well. This same result happens with and 
> without the insensitive option enabled. So in other words, the search 
> doesn't distinguish the characters of period and dash as being 
> different/unique. Is there any way around this?
>
> Many thanks!
>
> Mark
>
>

-- 
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/3c729873-35fd-4368-bc40-617f84c0b956%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Advanced Search Question

2018-12-31 Thread Mark Krieg
I have a question regarding the Advanced Search feature. I have a number of 
entries titled with various date formats:

2018.12.31 (period separators)
2018-12-31 (dash separator)

...and when performing an *Advanced Search* using the *In Fields* tab and 
searching the *title* field, if I search for *2018.* then I receive title 
names beginning with 2018- as well. This same result happens with and 
without the insensitive option enabled. So in other words, the search 
doesn't distinguish the characters of period and dash as being 
different/unique. Is there any way around this?

Many thanks!

Mark

-- 
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/ce2dbf9f-9f36-436c-b9da-f88d23c06551%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Remove a tag on command line?

2018-12-31 Thread Jim
Hello.

I'm using node to load, modify, and then render a html wiki.  Is it 
possible to remove a tag from a tiddler before rendering it out 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 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/6f0cb63d-e57f-4f65-8470-612623c63ddc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Can I stitch Tiddlers together for printing?

2018-12-31 Thread Eric Shulman
On Monday, December 31, 2018 at 2:12:42 PM UTC-8, Sebastian Heyneman wrote:
>
> I'd like to print a number of Tiddlers. I loaded my tiddlywiki file into 
> google chrome for printing.
> My goal is to get each tiddler printed on a new page. I know I can do it 
> one at a time. 
> When I open up a bunch of tiddlers and press print, they get cutoff midway 
> through the page.
> Is it possible to set it to print many tiddlers and tell it to assign each 
> new tiddler the start of a new page? 
>

Put the following CSS syntax in a tiddler, tagged with $:/tags/Stylesheet:
.tc-tiddler-frame { page-break-before:always; }

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/82dacbc0-5379-427c-a9b0-84dad9b795dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Can I stitch Tiddlers together for printing?

2018-12-31 Thread Sebastian Heyneman
I'd like to print a number of Tiddlers. I loaded my tiddlywiki file into 
google chrome for printing.

My goal is to get each tiddler printed on a new page. I know I can do it 
one at a time. 

When I open up a bunch of tiddlers and press print, they get cutoff midway 
through the page.

Is it possible to set it to print many tiddlers and tell it to assign each 
new tiddler the start of a new page? 

-- 
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/9daf109e-2b90-46eb-9907-06ee7d9b6c40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Tagging --- Organise From Serendipity

2018-12-31 Thread wjam
Long time ago I made a copy of tiddlywiki.com 5.1.11 and added lots of 
additional tags to find stuff easier, some additional tiddlers to see all 
widgets tiddlers, Tiddlywiki quickref tab: an over the top view of all 
concepts, some flow diagrams for using local html or hosted tiddlyspot, 
examples for railroad diagrams, internals tab quick lookup (fill search field 
with appropriate search terms) where macros widgets and other features are used 
within the site itself, to be used for further  educational purposes
(also included my history plugin to keep track of all the tiddlers you visited 
when you traverse the site) maybe this can help to organize/organise some of 
the information present. Of course you can copy tiddlers when you like them.

http://tw5quickref.tiddlyspot.com

(to color your tag you must create a tiddler with the same name, and give it a 
field named color, however these tiddlers are considered normal tiddlers in the 
searchresults, that is probably why the color scheme was not continued.)

wjam

-- 
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/1477e9b3-e0a4-4fbe-b637-465dfb8c6fd4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: audio file name from a field

2018-12-31 Thread 'Mark S.' via TiddlyWiki
You can make a tiddler and tag it $:/tags/Macro :

\define myaudio(file)

\end


and then invoke the macro  as

<$macrocall $name="myaudio" file={{!!path}}/>


where "path" is the field holding the stem file name. You will have to 
change the full src path in your macro (I had to change it for testing).

I also changed  to have the closing /> generally required in HTML5

HTH
-- Mark

-- 
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/cc7fb1c0-efdc-4e04-9b1c-f5ef81c3c41a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Scrivener and Tiddlywiki

2018-12-31 Thread HansWobbe
@ David Gifford

Thanks for the additional insights.  I always find it useful to review the 
tools and workFlows of others as a way of learning how to improve my own.

I tihnk I am making good progress with StackEdit, although I seem to be 
momentarily stumped by an inability to find the Synchronize "submenu".

Best wishes, Cheers and Blessings fpr the New Year.
Hans

-- 
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/7b364478-fe32-403d-a0a1-33159d833f54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Why does a double $$ at the beginning of a field get chopped to a single one when I save my wiki?

2018-12-31 Thread Ste Wilson
It used to happen a few versions of tiddlywiki ago but I think it's been fixed 
for a while. 

-- 
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/76cb9eb0-b27c-4885-8760-a4295a53043b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Tagging --- Organise From Serendipity

2018-12-31 Thread S. S.
So, I'm wondering, you make this parent *tiddler* – and then any other 
tiddler inseminated with the parent's title – produces a *toddler* !
 
This whole tagging thing is so much like the 7 year old toddler, asking his 
tiddler about the Birds and the Bees 
. 

-- 
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/2ee7f1cf-2687-4109-88f1-34c75e8b1b57%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] audio file name from a field

2018-12-31 Thread 'Stephen Kimmel' via TiddlyWiki
I'm working on a variation of Wim Moermans Flashcards to Go routine but I 
want to add audio from an external directory to the individual flashcards. 
What I have, at the moment, is a statement like the one below in each 
flashcard tiddler. 



I now have hundreds of these lines in my wiki where the only variation is 
the specific file name, xxx. What I like to do is put the filename, xxx, in 
a field and then have a single macro that would use that filename and 
create the equivalent. This ought to be simple but so far everything I've 
tried has failed. 

Can someone point me in the right direction?

-- 
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/c181765e-e8d6-4788-b01d-d8ba44731f7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Programmatically add tiddlers to running TW instance (node)

2018-12-31 Thread Luca Dorigo
Hi there,

Sorry if this was asked before but search is pretty bad on the google group.

I wanted to write a small script to quickly add pictures (screenshots from 
my clipboards) to TW, as the current interface is way too slow.

I wrote the script to add the image and corresponding .meta file in the 
"tiddlers" folder of my TiddlyWiki, but the problem is that the running 
instance of TiddlyServer doesn't see it: I need to relaunch it, which 
renders the whole thing pointless (as it takes even more time). 

Is there some way I can force the server to reload the list of tiddlers?

Thanks in advance!

-- 
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/2e27edcb-fbcc-49f0-844d-7c103415075f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Simple Android App for TiddlyWiki

2018-12-31 Thread @TiddlyTweeter
> BTC: Do you think the app is going in the right direction?

YES.

> Have you got ideas ...

Riz and Mark made many interesting comments I can't add much to.

BUT the beauty of what you have made is its simplicity of install. That is 
exactly right for Android IMO. Meaning I could ask friends to trial it assured 
it will work. It's that "Tiddly desktop" type experience that will gain users.

IF, eventually, it could be on Play Store, so much the better. 

A few comments 

In looking at improvements there seem to be TWO different issues ... (a) the 
mechanism of install & running; (b) the "mobile friendliness" of installed TW.

Though it's, as it were, not your main objective to have to address B when 
coping with A ... I do think it matters somewhat. 

My thought here is that the default first installed TW be prepped with a style 
that is more mobile optimised. That could maybe be an assembledge of things 
already made by you, JD and Thomas.

Part of the issue for optimal Android TW is both CSS stylistics and the 
structure of the TW. I suspect that we'll better evolve into what is needed 
once Android usage increases. Which I am sure your app will foster.

One thing I'd like to understand myself is HOW to activate TW startup actions 
that use environment detection Tiddlers (.info) to modify the interface or 
apply a specific theme.

On the specifics of install and running ... some thoughts, echoing others ...

1 - I think it's great DEFAULT behaviour is to create a "Documents" folder if 
it does not exist. The simplicity is just right. FWIW, I suggest the default be 
"Documents/TW/" to prevent possible conflicts if a user already has an 
"index.html" (which is not a TW) in that folder. 

2 - Though I have no idea how one could do it, I think a more advanced CUSTOM 
mode, which is what others have basically covered in suggestions, looks 
attractive. FWIW, in my own use I'd love to (a) be able to have access to more 
than one TW; (b) preferably concurrent; (c) some way to access 
"template/edition" TW -- either in an online depository or one's own on phone.

As I think about it more ... the thing with smart phones in general is they are 
optimal for Apps DELIMITED to specific purposes. So a thought is to not just 
one "App" but rather several. I hope it's clear what I mean by that!

many thanks & best wishes for proxima jahre.

Josiah

-- 
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/f4a03961-1a52-42eb-9e03-eb8f5d083c2e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Simple Android App for TiddlyWiki

2018-12-31 Thread Riz
This is the app I was talking about. On second look, I realise that it is just 
a general WebDAV server. I have been using it for so long that my brain just 
naturally associated it with Tiddlywiki. 

https://play.google.com/store/apps/details?id=com.theolivetree.webdavserver

Here are the steps if you want to try.

1. Download and install the app
2. Open the app. Go to its settings page (the spanner icon on the top right 
corner of the app)
3. Set "Network interface" to "Loopback"
4. Set port to something like "8070"
5. Set "Home directory" to "Custom Folder"
6. Set "Custom folder" to a folder in your internal memory. (I have not tried 
with external sd)
7. Now come back to main screen and press the power button there.

The server will start. 
Keep thTiddlywiki files in the "Custom folder" you set in step 6.

Goto 127.0.0.1:8070 in your browser. You can see the list of files. Open a 
Tiddlywiki file and try making changes and save.

There is nothing fancy here. That is why I want you to succeed in this 
endeavour. The share and quick notes would go a long way to make Tiddlywiki 
mobile usage easier. 

Wish you all the luck in the world. 

Sincerely,
Riz

-- 
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/81b45459-787c-4d6d-ba3b-57ce1e9ca18e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Reduce width allowed for Table of Contents left side (links)

2018-12-31 Thread S. S.
Mark,

I must have been in a parallel universe for some hours. I thought I tried 
that - and it didn't work over there!
It works now  

Thank you for bringing me back to this world.

Regards

On Monday, December 31, 2018 at 2:07:03 PM UTC+7, Mark S. wrote:
>
> Tag your tiddler "Test". Create a stylesheet tiddler (a tiddler tagged 
> $:/tags/Stylesheet):
>
> [data-tags~="Test"] .tc-tabbed-table-of-contents .tc-table-of-contents {
> max-width: 30% ;
> }
>
> That should change the max-width. I think you can see how to change "Test" 
> to some other tag name, if you prefer.
>
> Good luck
> -- Mark
>
> On Sunday, December 30, 2018 at 9:36:07 PM UTC-8, S. S. wrote:
>>
>>
>> On the tiddlywiki.com website, if I make a tabbed internal Table of 
>> Contents as follows:
>>
>> <$macrocall
>> $name="toc-tabbed-internal-nav"
>> tag="Learning"
>> selectedTiddler="$:/temp/toc/selectedTiddler"
>> unselectedText="Select a topic in the table of contents. Click 
>> the arrow to expand a topic."
>> missingText="Missing tiddler."
>> />
>>
>> Some long  titles cause the left side to take up half the width of the 
>> tiddler, leaving too little space to display tiddler contents on the right 
>> side.
>>
>> I want to change (reduce) the width allowed on the left-side index of 
>> links.
>>
>> I found the place in the CSS tiddler *$:/themes/tiddlywiki/vanilla/base* 
>> that allows the width to be changed:
>>
>> .tc-tabbed-table-of-contents .tc-table-of-contents {
>> z-index: 100;
>> display: inline-block;
>> padding-left: 1em;
>> max-width: 50%;
>> -webkit-flex: 0 0 auto;
>> flex: 0 0 auto;
>> background: <>;
>> border-left: 1px solid <>;
>> border-top: 1px solid <>;
>> border-bottom: 1px solid <>;
>> }
>>
>>
>> I want to change the value *max-width: 50%;* by perhaps using a field 
>> value in a ToC tiddler, like *width* with a value of: 30%
>> or using a *class* field
>>
>> I do *not* want to modify the *$:/themes/tiddlywiki/vanilla/base* 
>> tiddler , nor the ToC Macros in *$:/core/macros/toc*
>>
>> How might I accomplish this?
>>
>> Wishing all a dynamic, productive, rewarding year ahead!
>>
>

-- 
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/05701a1b-0e79-45df-87f7-6be64597752d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Simple Android App for TiddlyWiki

2018-12-31 Thread BurningTreeC
Planned for Version 50.0.1 in the far 2051
Intertwingling our solar system with our phones  and wikies, probably 
through a TWyson sphere

Hands down - the scope of the sarcasm variable is just this post


Happy New Year all of you, and a healthy, happy, enlightening and 
productive 2019






-- 
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/890f8a63-22ca-4ad5-b1c8-927ab6ed07f2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Simple Android App for TiddlyWiki

2018-12-31 Thread BurningTreeC
... And for those being on an intertwingling mission, Termux has an erlang 
package a pkg install erlang away

Now I also want to make the app access the Termux API
> That'd be fun
> From the wiki-side a plugin with widgets for termux-api access
> The rest is up to the user what he wants to do with the endless 
> possibilities Termux offers
> * build a wiki folder from my wiki file? No problem with termux
> * launch that wiki using nodejs - easy
> * open that wiki within the app - straight forward
> * launch a syncer - no problem, Termux has rsync and syncthing
> * pipe tiddlers through jq and do whatever you like doing with it - sounds 
> like nerdy fun
>
>
>
>
>

-- 
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/39afe956-e9a6-4b55-b6d9-33756cc6a0b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Simple Android App for TiddlyWiki

2018-12-31 Thread BurningTreeC
Now I also want to make the app access the Termux API
That'd be fun
>From the wiki-side a plugin with widgets for termux-api access
The rest is up to the user what he wants to do with the endless 
possibilities Termux offers
* build a wiki folder from my wiki file? No problem with termux
* launch that wiki using nodejs - easy
* open that wiki within the app - straight forward
* launch a syncer - no problem, Termux has rsync and syncthing
* pipe tiddlers through jq and do whatever you like doing with it - sounds 
like nerdy fun




-- 
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/42ea399e-e6e8-4cfb-ac45-15a152becb56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.