[tw] Re: Can I set button popup param to a field instead of a tiddler?

2017-07-19 Thread mystikite
This is what i came up with to do essentially what you are suggesting:
This is from a DnD spell sheet selection.


\define choose_spell(field:nofield tags:"")
<$set name="myTidField" value="$(currentTiddler)$!!$field$">
<$button popup="$:/state/listpop" class="tc-dropdown-handle 
tc-btn-invisible">Pick
<$reveal type="popup" state="$:/state/listpop">

<$list filter="[$tags$]">

<$button set=<> setTo={{!!spell_name}} class="tc-btn-invisible">
<$view field="spell_name"/>





\end



On Wednesday, July 19, 2017 at 12:28:10 PM UTC-4, Vayu Asura wrote:
>
> Basicall I want to combine two examples from documentation:
>
> this
>
> <$button popup="$:/SamplePopupState">Pop me up!
>
>
> <$reveal type="popup" state="$:/SamplePopupState">
> 
>
>
> ! This is the popup
> And this is some text
>
>
> 
> 
>
> with this
>
> <$reveal type="match" state="!!jeremy" text="tiddlywiki">
> ~TiddlyWiki!
> 
>
> The problem is I can't find a way for a popup button parameter to 
> reference a field:
>
> <$button popup="!!jeremy">Pop me up!
>
> does not work
>
> I did manage to make a slider with SetField action but it is not a popup - 
> you can't click on an area to hide 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/28adbb3c-cb0f-4746-9aba-89ab4d1da4df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-19 Thread JWHoneycutt
@Lost Admin

Thank you - This is extremely useful.

The bastardized simplification is that an online database holds the wiki, 
and I may work on an OFFLINE version until I sync online again. This 
basically replaces the functionality of Dropbox. 

I will stop trying to force my concept of how it works onto NoteSelf, and 
Danielo's comments make sense in this framework.

I will try to follow the instructions you provide, right after I get a 
project paper submitted... I'm excited about getting my cloud icon up and 
running.

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/6a3034aa-3cb0-4639-a071-e04470ce6d71%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How do I center an image withing the modal?

2017-07-19 Thread Mat
You can use the browser inspector tool (right click on screen at desirec 
 spot and select Inspect) . Therein you can add a style for any element. 
These are good info sources:

https://www.w3.org/Style/Examples/007/center.en.html
https://css-tricks.com/centering-css-complete-guide/

<:-)


On Wednesday, July 19, 2017 at 11:03:15 PM UTC+2, Vayu Asura wrote:
>
> I'm using tm-modal to create a full-res image display. So I call tm-modal 
> to display the image tiddler.
> Extracted all the css rules I found regarding the modal:
>
> .tc-modal-wrapper { position: fixed; overflow: auto; overflow-y: scroll; 
> top: 0; right: 0; bottom: 0; left: 0; z-index: 900; }
> .tc-modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0
> ; z-index: 1000; background-color: #33; }
> .tc-modal { z-index: 1100; background-color: #ff; border: 1px solid 
> #99; }
> @media (max-width: 55em) { .tc-modal { position: fixed; top: 1em; left: 
> 1em; right: 1em; }
> .tc-modal-body { overflow-y: auto; max-height: 400px; max-height: 60vh; } 
> }
> @media (min-width: 55em) { .tc-modal { position: fixed; top: 2em; left: 5
> %; width: 90%; }
> .tc-modal-body { overflow-y: auto; scroll; max-height: 700px; max-height: 
> 80vh;} }
> .tc-modal-header { padding: 9px 15px; border-bottom: 1px solid #ee; }
> .tc-modal-header h3 { margin: 0; line-height: 30px; }
> .tc-modal-header img, .tc-modal-header svg { width: 1em; height: 1em; }
> .tc-modal-body { padding: 15px; }
> .tc-modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: 
> right; background-color: #f5f5f5; border-top: 1px solid #dd; }
>
>
> The thing is I can't center smaller images within the modal body, it is 
> always alingned left. Not sure which rule to edit and what to add for the 
> center alignment. 
> Not sure if wrapping image into another tiddler would work correctly and 
> it is very undesireable as I want to process img tiddlers directly with a 
> modal-generating macro and thus creating intermediate tiddlers will get 
> clunky.
>

-- 
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/21d55cf7-c730-4027-9061-fe64f15421fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Help! I killed my Node TW

2017-07-19 Thread Captain Packers
I deleted a bunch of theme related tiddlers that started with $__ and was 
able to recover

On Wednesday, July 19, 2017 at 5:21:38 PM UTC-4, Captain Packers wrote:
>
> I killed my node TW while messing around with formatting changes. Now when 
> I open it, all links are completely unresponsive, even is safe mode. I 
> can't even export or get a list of tiddlers to try to export to a new wiki.
>
> I don't know how to fix this other than a brute force method of creating a 
> new node and copy and pasting the content of the .tid files into new 
> tiddlers in the new wiki. OUCH!
>
> Does anyone know how to recover from something like this?
>
> I tried creating a new wiki and copying the .tid files from the old 
> tiddlers folder but the new wiki is disabled as well.
>

-- 
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/c1b5788a-0af6-47fb-b27f-538c75e1168e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Help! I killed my Node TW

2017-07-19 Thread Captain Packers
I killed my node TW while messing around with formatting changes. Now when 
I open it, all links are completely unresponsive, even is safe mode. I 
can't even export or get a list of tiddlers to try to export to a new wiki.

I don't know how to fix this other than a brute force method of creating a 
new node and copy and pasting the content of the .tid files into new 
tiddlers in the new wiki. OUCH!

Does anyone know how to recover from something like this?

I tried creating a new wiki and copying the .tid files from the old 
tiddlers folder but the new wiki is disabled as well.

-- 
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/a79cfd12-3d6f-4beb-b60d-4057d7a608b5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] How do I center an image withing the modal?

2017-07-19 Thread Vayu Asura
I'm using tm-modal to create a full-res image display. So I call tm-modal 
to display the image tiddler.
Extracted all the css rules I found regarding the modal:

.tc-modal-wrapper { position: fixed; overflow: auto; overflow-y: scroll; top
: 0; right: 0; bottom: 0; left: 0; z-index: 900; }
.tc-modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; 
z-index: 1000; background-color: #33; }
.tc-modal { z-index: 1100; background-color: #ff; border: 1px solid 
#99; }
@media (max-width: 55em) { .tc-modal { position: fixed; top: 1em; left: 1em; 
right: 1em; }
.tc-modal-body { overflow-y: auto; max-height: 400px; max-height: 60vh; } }
@media (min-width: 55em) { .tc-modal { position: fixed; top: 2em; left: 5%; 
width: 90%; }
.tc-modal-body { overflow-y: auto; scroll; max-height: 700px; max-height: 
80vh;} }
.tc-modal-header { padding: 9px 15px; border-bottom: 1px solid #ee; }
.tc-modal-header h3 { margin: 0; line-height: 30px; }
.tc-modal-header img, .tc-modal-header svg { width: 1em; height: 1em; }
.tc-modal-body { padding: 15px; }
.tc-modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: 
right; background-color: #f5f5f5; border-top: 1px solid #dd; }


The thing is I can't center smaller images within the modal body, it is 
always alingned left. Not sure which rule to edit and what to add for the 
center alignment. 
Not sure if wrapping image into another tiddler would work correctly and it 
is very undesireable as I want to process img tiddlers directly with a 
modal-generating macro and thus creating intermediate tiddlers will get 
clunky.

-- 
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/f0ae8112-2d0d-4acd-8746-0f2589f4fee4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I manipulate modal window size using parameters?

2017-07-19 Thread Vayu Asura
I seem to have messed up the tag - when I tried to recreate the behavior in 
an empty wiki - the red color worked and when I copied the tag I had 2 
visually identical tags in the prompt. Probably got a trailing whitespace 
or something. After fixing that I messed around with PageStylesheet and 
vanilla theme css a bit. The best I could do is something like that:

@media (min-width: 55em) { .tc-modal { position: fixed; top: 2em; left: 5%; 
width: 90%; }

.tc-modal-body { overflow-y: auto; scroll; max-height: 700px; max-height: 
80vh;} }

That still has some issues with not being able to center-align image within 
the modal and being unable to set relative vertical size while retaining 
the scrolling ability, but for this question that's pretty much it. Thanks!

On Wednesday, July 19, 2017 at 10:21:57 PM UTC+3, Mark S. wrote:
>
> Could you post your play TW where the styles aren't working? Especially 
> the simple background example should work pretty much flawlessly ... hmm 
> ... what browser are you using?
>
> Good luck,
> Mark
>
> On Wednesday, July 19, 2017 at 12:10:12 PM UTC-7, Vayu Asura wrote:
>>
>> Doesn't work when I try. 
>> So I made a tiddler, called it modal-css, tagged it 
>> with $:/tags/Stylesheet, copied your class description, set content type 
>> to TW5 or Static Stylesheet (tried both) and save it. Call a modal and it 
>> doesn't change, still 50% of screen, with scrolls, yes, just as before. 
>>
>> There's something I really don't get about it: tried the example from 
>> "Using Stylesheets" article on tiddlywiki.com :
>>
>> *In addition, custom CSS stylesheets can be defined by tagging a tiddler 
>> $:/tags/Stylesheet. Try creating a custom stylesheet now with the following 
>> content in order to change the page background colour to red:*
>>
>> html body.tc-body {
>>  background: red;
>> }
>>
>> And that didn't work for me either
>>
>>
>> On Wednesday, July 19, 2017 at 8:50:20 PM UTC+3, Mark S. wrote:
>>>
>>> On mine, an oversized picture results in a scroll bar along the bottom. 
>>> Do you see a scroll bar?
>>>
>>> The size settings appear to be established by class .tc-modal with 
>>> attributes:
>>>
>>> position: fixed;
>>> top: 2em;
>>> left: 25%;
>>> width: 50%;
>>>
>>> So the image should be given half of your screen space. After that 
>>> another attribute overflow-y: auto creates a scrollbar (at least on my 
>>> desktop).
>>>
>>> You could create a tiddler tagged $:/tags/Stylesheet with :
>>>
>>> .tc-modal {
>>> position: fixed;
>>> top: 2em;
>>> left: 0%;
>>> width: 100%;
>>> }
>>>
>>> to give the image the full screen real-estate.
>>>
>>> Good luck,
>>> Mark
>>>
>>> On Wednesday, July 19, 2017 at 9:46:49 AM UTC-7, Vayu Asura wrote:

 I'm trying this:

 <$button>
 <$action-sendmessage $message="tm-modal" $param="Picture 1.2" />
 Click me!
 

 The "Picture 1.2" is an image tiddler. It is a full screenshot so it's 
 big. When I click the button (formatted as an image thumbnail) I want to 
 get a closer look at the picture at full size.
 The problem is that modal window is pretty small and seems fixed width. 
 The tm-modal message has no explicit parameters to adjust it. Is there any 
 way to manipulate default modal size?

>>>

-- 
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/b912541a-c8c7-42c4-b1b0-574aa5daf982%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Date format with the Timeline plugin in TW5

2017-07-19 Thread Julien H
Thank you very much Eskha et Marc, you both been very helpful.  I 
bookmarked the momentjs documentation.

Le mercredi 19 juillet 2017 15:29:23 UTC+2, Eskha a écrit :
>
> Hi Julien,
>
> According to moment.js library documentation
> (http://momentjs.com/docs/#/parsing/string-format/),
>
> Correct syntax is :
> "DD/MM/ HH:mm"
>
> I checked it in your TW with tiddler "2" end date set to "21/07/2017 
> 23:30" and it worked.
>
>
> Best regards.
>
> Eskha
>
>
> Le mercredi 19 juillet 2017 12:30:46 UTC+2, Julien H a écrit :
>>
>> Hi Mark,
>> I tried many variant but I am not sure to fully understand your 
>> suggestion about the 12 hour clock..
>> I publish the example I was talking about at the address 
>> https://houss.in/test/
>> Can you take a look at it?
>> Regards.
>> Julien.
>>
>> Le mercredi 19 juillet 2017 00:07:39 UTC+2, Mark S. a écrit :
>>>
>>> When you show am/pm, did you literally put "am/pm" ? Either just AM or 
>>> "am" or "PM" or "pm" should do it. If not, try the 12 hour clock indicate 
>>> "hh12".
>>>
>>> If nothing works, you might experiment with updating the TiddlyWiki 
>>> (make a backup!). That TW is very old now.
>>>
>>> Good luck,
>>> Mark
>>>
>>> On Tuesday, July 18, 2017 at 2:06:56 PM UTC-7, Julien H wrote:

 Thank you Mark ! This is working now when I put a starting and an 
 ending hour that are in the morning.
 Is there is any way to indicate AM or PM? Because if you use hour such 
 as 14:30 it doesn't work.

 I tried 
 <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
 endDateField="end" format="DD/MM/ hh:mm am/pm"/>

 And
 <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
 endDateField="end" format="DD/MM/ hh:mm AM/PM"/>

 Julien

 Le lundi 17 juillet 2017 23:42:49 UTC+2, Mark S. a écrit :
>
> HH:MM should be hh:mm . See if that helps.
>
> Good luck,
> Mark
>
> On Monday, July 17, 2017 at 2:11:52 PM UTC-7, Julien H wrote:
>>
>> Hello,
>>
>>  
>>
>> I am using TW5 with the plugin to create a Timeline called *"Visual 
>> timeline widget plugin v0.8.1". *This is a very interesting plugin. 
>> You can check an example of the plugin use 
>> and the description on the 
>> forum 
>> 
>>
>>  
>>
>> In the syntax in the tiddler, I use 
>>
>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>> endDateField="end" format="DD/MM/"/>
>>
>>
>> And I would like to also use hours and possibly minutes. I tried a 
>> different syntax like 
>>
>> format="DD/MM/ HH:MM"
>>
>> This doesn't work and I would like your input. Have you try this 
>> plugin? Did you manage to use hours in your timeline?
>>
>>  
>>
>> Julien
>>
>

-- 
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/b1544050-a401-44d8-9201-53db916b7a4b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I set button popup param to a field instead of a tiddler?

2017-07-19 Thread Vayu Asura
Feels both neat and kludgy at the same time... Thanks, will try that!

On Wednesday, July 19, 2017 at 10:04:47 PM UTC+3, PMario wrote:
>
> Hi, 
>
> That's exactly, what the qualify macro was made for. 
> http://tiddlywiki.com/#qualify%20Macro%20(Examples):%5B%5Bqualify%20Macro%20(Examples)%5D%5D%20%5B%5Bqualify%20Macro%5D%5D
>
> -m
>

-- 
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/06166dde-3654-47ff-9504-7be94c81fef0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How do you automatically save a TiddlyWiki to the same file?

2017-07-19 Thread stefct4

On Wednesday, July 19, 2017 at 6:34:27 PM UTC+2, Mark S. wrote:
>
>
> Hopefully I have captured all the options.
>
> There is TiddlyDesktop, too: http://tiddlywiki.com/#TiddlyDesktop

If you open your TiddlyWiki in TiddlyDesktop, saving works as desired, and 
backups are created, too.

Cheers,

Stef

-- 
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/4fec4f00-dbc3-489e-a0d0-e5dafc9dbd27%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I manipulate modal window size using parameters?

2017-07-19 Thread 'Mark S.' via TiddlyWiki
Could you post your play TW where the styles aren't working? Especially the 
simple background example should work pretty much flawlessly ... hmm ... 
what browser are you using?

Good luck,
Mark

On Wednesday, July 19, 2017 at 12:10:12 PM UTC-7, Vayu Asura wrote:
>
> Doesn't work when I try. 
> So I made a tiddler, called it modal-css, tagged it with $:/tags/Stylesheet, 
> copied your class description, set content type to TW5 or Static Stylesheet 
> (tried both) and save it. Call a modal and it doesn't change, still 50% of 
> screen, with scrolls, yes, just as before. 
>
> There's something I really don't get about it: tried the example from 
> "Using Stylesheets" article on tiddlywiki.com :
>
> *In addition, custom CSS stylesheets can be defined by tagging a tiddler 
> $:/tags/Stylesheet. Try creating a custom stylesheet now with the following 
> content in order to change the page background colour to red:*
>
> html body.tc-body {
>  background: red;
> }
>
> And that didn't work for me either
>
>
> On Wednesday, July 19, 2017 at 8:50:20 PM UTC+3, Mark S. wrote:
>>
>> On mine, an oversized picture results in a scroll bar along the bottom. 
>> Do you see a scroll bar?
>>
>> The size settings appear to be established by class .tc-modal with 
>> attributes:
>>
>> position: fixed;
>> top: 2em;
>> left: 25%;
>> width: 50%;
>>
>> So the image should be given half of your screen space. After that 
>> another attribute overflow-y: auto creates a scrollbar (at least on my 
>> desktop).
>>
>> You could create a tiddler tagged $:/tags/Stylesheet with :
>>
>> .tc-modal {
>> position: fixed;
>> top: 2em;
>> left: 0%;
>> width: 100%;
>> }
>>
>> to give the image the full screen real-estate.
>>
>> Good luck,
>> Mark
>>
>> On Wednesday, July 19, 2017 at 9:46:49 AM UTC-7, Vayu Asura wrote:
>>>
>>> I'm trying this:
>>>
>>> <$button>
>>> <$action-sendmessage $message="tm-modal" $param="Picture 1.2" />
>>> Click me!
>>> 
>>>
>>> The "Picture 1.2" is an image tiddler. It is a full screenshot so it's 
>>> big. When I click the button (formatted as an image thumbnail) I want to 
>>> get a closer look at the picture at full size.
>>> The problem is that modal window is pretty small and seems fixed width. 
>>> The tm-modal message has no explicit parameters to adjust it. Is there any 
>>> way to manipulate default modal size?
>>>
>>

-- 
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/bf457cad-0149-483b-ab58-b42aed7ec72d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I manipulate modal window size using parameters?

2017-07-19 Thread Vayu Asura
Doesn't work when I try. 
So I made a tiddler, called it modal-css, tagged it with $:/tags/Stylesheet, 
copied your class description, set content type to TW5 or Static Stylesheet 
(tried both) and save it. Call a modal and it doesn't change, still 50% of 
screen, with scrolls, yes, just as before. 



On Wednesday, July 19, 2017 at 8:50:20 PM UTC+3, Mark S. wrote:
>
> On mine, an oversized picture results in a scroll bar along the bottom. Do 
> you see a scroll bar?
>
> The size settings appear to be established by class .tc-modal with 
> attributes:
>
> position: fixed;
> top: 2em;
> left: 25%;
> width: 50%;
>
> So the image should be given half of your screen space. After that another 
> attribute overflow-y: auto creates a scrollbar (at least on my desktop).
>
> You could create a tiddler tagged $:/tags/Stylesheet with :
>
> .tc-modal {
> position: fixed;
> top: 2em;
> left: 0%;
> width: 100%;
> }
>
> to give the image the full screen real-estate.
>
> Good luck,
> Mark
>
> On Wednesday, July 19, 2017 at 9:46:49 AM UTC-7, Vayu Asura wrote:
>>
>> I'm trying this:
>>
>> <$button>
>> <$action-sendmessage $message="tm-modal" $param="Picture 1.2" />
>> Click me!
>> 
>>
>> The "Picture 1.2" is an image tiddler. It is a full screenshot so it's 
>> big. When I click the button (formatted as an image thumbnail) I want to 
>> get a closer look at the picture at full size.
>> The problem is that modal window is pretty small and seems fixed width. 
>> The tm-modal message has no explicit parameters to adjust it. Is there any 
>> way to manipulate default modal size?
>>
>

-- 
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/db88d8c7-0eb5-493e-ad1c-8bac56cf114f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I set button popup param to a field instead of a tiddler?

2017-07-19 Thread PMario
Hi, 

That's exactly, what the qualify macro was made for. 
http://tiddlywiki.com/#qualify%20Macro%20(Examples):%5B%5Bqualify%20Macro%20(Examples)%5D%5D%20%5B%5Bqualify%20Macro%5D%5D

-m

-- 
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/8a39099d-337a-44e0-a1a6-f06a91c00b47%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I set button popup param to a field instead of a tiddler?

2017-07-19 Thread Vayu Asura
I have a control that manipulates a <> type by RadioWidget field mode 
as a template. I have several <> macros throughout my document where I 
want that template. If I have two or more toc-tiddlers open in the story 
and click this control's popup button the popup would appear on all 
toc-tiddlers because the popup state tiddler is hard-coded into the 
template. If I could reference a field - the button would modify that field 
for the tiddler I'm using the template within. The only way around I can 
think of is to wrap the template into a macro and parametrize the popup 
state tiddler. 

On Wednesday, July 19, 2017 at 7:52:54 PM UTC+3, Mark S. wrote:
>
> Why do you care if the state needs a tiddler instead of a tiddler/field, 
> since the contents are not available ? What is it that you're actually try 
> to accomplish?
>
> Good luck,
> Mark 
>
> On Wednesday, July 19, 2017 at 9:28:10 AM UTC-7, Vayu Asura wrote:
>>
>> Basicall I want to combine two examples from documentation:
>>
>> this
>>
>> <$button popup="$:/SamplePopupState">Pop me up!
>>
>>
>> <$reveal type="popup" state="$:/SamplePopupState">
>> 
>>
>>
>> ! This is the popup
>> And this is some text
>>
>>
>> 
>> 
>>
>> with this
>>
>> <$reveal type="match" state="!!jeremy" text="tiddlywiki">
>> ~TiddlyWiki!
>> 
>>
>> The problem is I can't find a way for a popup button parameter to 
>> reference a field:
>>
>> <$button popup="!!jeremy">Pop me up!
>>
>> does not work
>>
>> I did manage to make a slider with SetField action but it is not a popup 
>> - you can't click on an area to hide 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/4a5c7bf6-951a-416d-bdec-9339d253e37f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I manipulate modal window size using parameters?

2017-07-19 Thread 'Mark S.' via TiddlyWiki
On mine, an oversized picture results in a scroll bar along the bottom. Do 
you see a scroll bar?

The size settings appear to be established by class .tc-modal with 
attributes:

position: fixed;
top: 2em;
left: 25%;
width: 50%;

So the image should be given half of your screen space. After that another 
attribute overflow-y: auto creates a scrollbar (at least on my desktop).

You could create a tiddler tagged $:/tags/Stylesheet with :

.tc-modal {
position: fixed;
top: 2em;
left: 0%;
width: 100%;
}

to give the image the full screen real-estate.

Good luck,
Mark

On Wednesday, July 19, 2017 at 9:46:49 AM UTC-7, Vayu Asura wrote:
>
> I'm trying this:
>
> <$button>
> <$action-sendmessage $message="tm-modal" $param="Picture 1.2" />
> Click me!
> 
>
> The "Picture 1.2" is an image tiddler. It is a full screenshot so it's 
> big. When I click the button (formatted as an image thumbnail) I want to 
> get a closer look at the picture at full size.
> The problem is that modal window is pretty small and seems fixed width. 
> The tm-modal message has no explicit parameters to adjust it. Is there any 
> way to manipulate default modal size?
>

-- 
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/75832530-c97d-4906-a646-6ae4f8306ecd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Can I set button popup param to a field instead of a tiddler?

2017-07-19 Thread 'Mark S.' via TiddlyWiki
Why do you care if the state needs a tiddler instead of a tiddler/field, 
since the contents are not available ? What is it that you're actually try 
to accomplish?

Good luck,
Mark 

On Wednesday, July 19, 2017 at 9:28:10 AM UTC-7, Vayu Asura wrote:
>
> Basicall I want to combine two examples from documentation:
>
> this
>
> <$button popup="$:/SamplePopupState">Pop me up!
>
>
> <$reveal type="popup" state="$:/SamplePopupState">
> 
>
>
> ! This is the popup
> And this is some text
>
>
> 
> 
>
> with this
>
> <$reveal type="match" state="!!jeremy" text="tiddlywiki">
> ~TiddlyWiki!
> 
>
> The problem is I can't find a way for a popup button parameter to 
> reference a field:
>
> <$button popup="!!jeremy">Pop me up!
>
> does not work
>
> I did manage to make a slider with SetField action but it is not a popup - 
> you can't click on an area to hide 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/571d69f4-cd6a-41ae-a5be-b4ee608908a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Can I manipulate modal window size using parameters?

2017-07-19 Thread Vayu Asura
I'm trying this:

<$button>
<$action-sendmessage $message="tm-modal" $param="Picture 1.2" />
Click me!


The "Picture 1.2" is an image tiddler. It is a full screenshot so it's big. 
When I click the button (formatted as an image thumbnail) I want to get a 
closer look at the picture at full size.
The problem is that modal window is pretty small and seems fixed width. The 
tm-modal message has no explicit parameters to adjust it. Is there any way 
to manipulate default modal size?

-- 
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/aa518f9e-37a7-46f7-bfd8-5db8018fe68d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: How do you automatically save a TiddlyWiki to the same file?

2017-07-19 Thread 'Mark S.' via TiddlyWiki
What browser, platform and version are you using?

There's been quite a bit of discussion about this lately.

See the thread FirefoxESR is best option for TiddlyWiki now -- Action & 
Opinion 


If you've gone past Firefox 52, and don't like the default save mechanism, 
then currently the options seem to be

Firefox ESR*
Firefox Nightly Unbranded*
Pale moon browser (haven't tested lately)
TiddlyServer
Node.js server **
NoteSelf

Hopefully I have captured all the options.

Good luck,
Mark

* Both of these versions will then allow you to use
** Doesn't serve up images


On Wednesday, July 19, 2017 at 8:50:49 AM UTC-7, Wayward Horizons wrote:
>
> I'm seeking a way to simply just hit "save changes" and not have to 
> navigate to the actual file folder and overwrite 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/298c4d95-1fed-4b18-8f03-6c9b9e6d489f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Can I set button popup param to a field instead of a tiddler?

2017-07-19 Thread Vayu Asura
Basicall I want to combine two examples from documentation:

this

<$button popup="$:/SamplePopupState">Pop me up!


<$reveal type="popup" state="$:/SamplePopupState">



! This is the popup
And this is some text





with this

<$reveal type="match" state="!!jeremy" text="tiddlywiki">
~TiddlyWiki!


The problem is I can't find a way for a popup button parameter to reference 
a field:

<$button popup="!!jeremy">Pop me up!

does not work

I did manage to make a slider with SetField action but it is not a popup - 
you can't click on an area to hide 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/85bd2434-a145-4f2c-b507-12032b7f203d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Newbie to Newbie Some Plugins for the new Editor Toolbar

2017-07-19 Thread Pit.W.

From Newbie to Newbie:

1. Stephen Kimmel has provided a whole pack of editor buttons which 
improve productivity dramatically. You find them here: 
http://skplugins.tiddlyspot.com/ I use them in all my TWs.


2. At the same place you find some plugins for the handling of tables 
and also for dealing with xls - files, which allow some really dramatic 
(at least from my humble point of view)  things in terms of converting data.



From Newbie to Stephan: The editor buttons come one button in one 
plugin. I personally think they are so valuable that I would like to 
have all of them in one plugin - because I use them everywhere.It would 
make import quicker.


Of course - A library for ALL-YOUR-STUFF would be ideal.

Stephan, thank you again for your great work and effort to the benefit 
of us all.



Kind regards


Pit.W



Am 2016-05-05 um 14:48 schrieb 'Stephen Kimmel' via TiddlyWiki:
In keeping with the general spirit of the TiddlyWiki community, ie, 
you develop something useful and/or potentially interesting you share 
it with others, I'm sharing some of the plugins I've developed to go 
with the new Editor Toolbar. You'll find them and a more extensive 
discussion of what each does at http://skplugins.tiddlyspot.com/


I start developing these functions when I was working on my own 
toolbar and many of them I've been using for quite some time. Even so, 
you should use them with caution. As the developer, there is always 
the risk that I simply avoid the traps and pitfalls and am simply 
blind to some bugs. Accordingly, please let me know if you find 
something or have suggestions for improvements. I've tried all of them 
with various TW 5.12 preleases and so far they seem to be working well.


The plug-ins related to the Editor Toolbar include:

 1. TableHelper - Converts blocks of comma separated or tab separated
data into TiddlyWiki Tables
 2. TableCols - Adjusts the alignment of a user specified column to
Centered, Left or Right justified as well as adding or deleting
columns
 3. FindReplace - Adds Find and Replace capability to the Editor.
 4. Transclude - Marks a text selection as a transclusion
 5. Links - Marks a text selection as a link
 6. Indent - Indents a selected block of text
 7. BalanceCheck - detects and locates mis-matched parenthesis,
braces, brackets and TiddlyWiki formatting marks
 8. Fancy Quotes - Changes the typography of a text selection to
standard typgraphic marks
 9. Color - Adds text color or background highlighting color to a
specified block of text
10. Email Convert - Revises blocks of text to change characters that
would be misinterpreted by TiddlyWiki such as > and < to their
html equivalents. Also adds spacing and converts bullets to
TiddlyWiki equivalents.
11. HTML Convert - Converts an imported to the TiddlyWiki equivalent.


Plug-ins not directly related to the Editor Toolbar:

 1. SidebarHelp - Adds a tab to the sidebar area where help tiddlers
can be displayed.
 2. WhiteList - Allows a user selected group of words that TiddlyWiki
would normally treat as CamelCase words that will be considered
ordinary words.
 3. MathCell - Allows math operations within tiddlers


--
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/bee04fb8-4664-4e19-8e3b-9898122a9b67%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/845a617f-b899-c7a3-de52-25129734798e%40eclipso.ch.
For more options, visit https://groups.google.com/d/optout.


[tw] How do you automatically save a TiddlyWiki to the same file?

2017-07-19 Thread Wayward Horizons
I'm seeking a way to simply just hit "save changes" and not have to 
navigate to the actual file folder and overwrite 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/15bed026-8e6d-4e08-978e-a27c0f9ee4a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Date format with the Timeline plugin in TW5

2017-07-19 Thread Eskha
Hi Julien,

According to moment.js library documentation
(http://momentjs.com/docs/#/parsing/string-format/),

Correct syntax is :
"DD/MM/ HH:mm"

I checked it in your TW with tiddler "2" end date set to "21/07/2017 23:30" 
and it worked.


Best regards.

Eskha


Le mercredi 19 juillet 2017 12:30:46 UTC+2, Julien H a écrit :
>
> Hi Mark,
> I tried many variant but I am not sure to fully understand your suggestion 
> about the 12 hour clock..
> I publish the example I was talking about at the address 
> https://houss.in/test/
> Can you take a look at it?
> Regards.
> Julien.
>
> Le mercredi 19 juillet 2017 00:07:39 UTC+2, Mark S. a écrit :
>>
>> When you show am/pm, did you literally put "am/pm" ? Either just AM or 
>> "am" or "PM" or "pm" should do it. If not, try the 12 hour clock indicate 
>> "hh12".
>>
>> If nothing works, you might experiment with updating the TiddlyWiki (make 
>> a backup!). That TW is very old now.
>>
>> Good luck,
>> Mark
>>
>> On Tuesday, July 18, 2017 at 2:06:56 PM UTC-7, Julien H wrote:
>>>
>>> Thank you Mark ! This is working now when I put a starting and an ending 
>>> hour that are in the morning.
>>> Is there is any way to indicate AM or PM? Because if you use hour such 
>>> as 14:30 it doesn't work.
>>>
>>> I tried 
>>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>>> endDateField="end" format="DD/MM/ hh:mm am/pm"/>
>>>
>>> And
>>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>>> endDateField="end" format="DD/MM/ hh:mm AM/PM"/>
>>>
>>> Julien
>>>
>>> Le lundi 17 juillet 2017 23:42:49 UTC+2, Mark S. a écrit :

 HH:MM should be hh:mm . See if that helps.

 Good luck,
 Mark

 On Monday, July 17, 2017 at 2:11:52 PM UTC-7, Julien H wrote:
>
> Hello,
>
>  
>
> I am using TW5 with the plugin to create a Timeline called *"Visual 
> timeline widget plugin v0.8.1". *This is a very interesting plugin. 
> You can check an example of the plugin use 
> and the description on the 
> forum 
> 
>
>  
>
> In the syntax in the tiddler, I use 
>
> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
> endDateField="end" format="DD/MM/"/>
>
>
> And I would like to also use hours and possibly minutes. I tried a 
> different syntax like 
>
> format="DD/MM/ HH:MM"
>
> This doesn't work and I would like your input. Have you try this 
> plugin? Did you manage to use hours in your timeline?
>
>  
>
> Julien
>


-- 
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/d4126d72-6279-4de9-b0d0-23e1c1b57090%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-19 Thread codacodercodacoder
Wow.  "NoteSelf - The Missing Manual"


On Wednesday, July 19, 2017 at 8:05:27 AM UTC-5, Lost Admin wrote:
>
> I might regret this, but I'm going to attempt to help you JWHoneycutt.
>
> NoteSelf does not work like TiddlyWiki even though it is built on top of 
> TiddlyWiki.
>
> NoteSelf stores all of your content online on a server. The server in 
> question uses the Apache CouchDB server software. There is a service 
> provider called Cloudant that hosts that software and offers use of it for 
> free provided you stay below some limits they have defined. Because of the 
> nature of NoteSelf, it is almost impossible for a single person using a 
> single NoteSelf to actually go over those limits.
>
> The NoteSelf html file that Danielo says to download is a collection of 
> HTML, CSS, and Javascript that implements a front-end to the CouchDB server 
> and provides the same functionality as TiddlyWiki. But, unlike TiddlyWiki, 
> it doesn't save your changes locally. Instead it saves them to the server. 
> To speed things up for you NoteSelf also stores a copy in the browser's 
> local data (more on this later). This also means that if you use your 
> NoteSelf when you are unable to connect to the CouchDB server, your changes 
> get stored in the browser and sync to the server the next time that browser 
> on that computer is used and connected to the server.
>
> In order for the browser to be connected to the server, you need to log-in 
> to the server. That is where the cloud/offline button comes in. If it shows 
> offline, then you need to log-in. If it shows the cloud, then you are 
> logged in and it will try to sync.
>
>
> Here is a picture of a sample NoteSelf that is successfully connected to 
> the CouchDB server, note the cloud icon:
>
>
> 
> Here is a chopped up screenshot of the browser locally stored data that 
> Noteself created and uses: You can see yours (on Chrome) :
> 1 in the Chrome Menu (3 vertical dots) -> More Tools -> Developer Tools
> 2 open Noteself
> 3 in the developer tools window (mine is on the right side of the browser 
> window) choose Application (menu near the top of the developer tools area)
>
>
> 
>
> And, the same information also exists on the CouchDB server. Here is a cut 
> of a screenshot of the couchdb management interface showing the database 
> that stores the data for the above NoteSelf:'
>
>
> 
> finally, the actual contents of the Start Tiddler in CouchDB:
>
>
> 
>
> Did that help or make things even more confusing?
>
>
> On Saturday, June 24, 2017 at 6:40:13 PM UTC-4, Danielo Rodríguez wrote:
>>
>> Hello everyone,
>>
>> New weekend and new version of NoteSelf. I'm proud to announce that we 
>> have fixed several bugs and also added a couple of modest features.
>>
>> Bug Fixes
>>
>>- There was a bug preventing any kind of tiddler exportation, instead 
>>a JSON representation of the database was exported. This bug has been 
>> fixed 
>>and now you can export any tiddler in any format as usual
>>- Now it is possible to properly save the wiki in html.
>>   -  Previously, because the synchronous nature of the saving 
>>   mechanism (and the async one of the syncer module) you may end with 
>>   incomplete files (not containing all your tiddlers). 
>>   - Now when you save the wiki we make sure that all the tiddlers 
>>   are loaded
>>   - Please note that for some reason this only works on the offline 
>>   version. *IT WILL NOT WORK ON THE ONLINE ONE*
>>- Palettes and palette tiddler have been added to the list of startup 
>>tiddlers. No more colors suddenly appearing after startup!! 
>>
>> New features
>>
>>
>>- Better login flow. Now if the browser has a cookie it will be 
>>picked automatically. This will save you unnecessary login typing!! 
>>   - This is also way more secure than the basic authentication used 
>>   before.
>>- Synchronization changes are (almost) reflected instantly. Check it 
>>out this small GIFbetween two browsers simulating this situation
>>   - This feature is somewhat experimental, and may benefit from 
>>   performance improvements in the future
>>
>>
>> 
>>
>>
>>
>>- From the previous GIF you may have noticed that different tiddlers 
>>were ope

[tw] Re: [NoteSelf] Bug fixes and (cool) new features

2017-07-19 Thread Lost Admin
I might regret this, but I'm going to attempt to help you JWHoneycutt.

NoteSelf does not work like TiddlyWiki even though it is built on top of 
TiddlyWiki.

NoteSelf stores all of your content online on a server. The server in 
question uses the Apache CouchDB server software. There is a service 
provider called Cloudant that hosts that software and offers use of it for 
free provided you stay below some limits they have defined. Because of the 
nature of NoteSelf, it is almost impossible for a single person using a 
single NoteSelf to actually go over those limits.

The NoteSelf html file that Danielo says to download is a collection of 
HTML, CSS, and Javascript that implements a front-end to the CouchDB server 
and provides the same functionality as TiddlyWiki. But, unlike TiddlyWiki, 
it doesn't save your changes locally. Instead it saves them to the server. 
To speed things up for you NoteSelf also stores a copy in the browser's 
local data (more on this later). This also means that if you use your 
NoteSelf when you are unable to connect to the CouchDB server, your changes 
get stored in the browser and sync to the server the next time that browser 
on that computer is used and connected to the server.

In order for the browser to be connected to the server, you need to log-in 
to the server. That is where the cloud/offline button comes in. If it shows 
offline, then you need to log-in. If it shows the cloud, then you are 
logged in and it will try to sync.


Here is a picture of a sample NoteSelf that is successfully connected to 
the CouchDB server, note the cloud icon:


Here is a chopped up screenshot of the browser locally stored data that 
Noteself created and uses: You can see yours (on Chrome) :
1 in the Chrome Menu (3 vertical dots) -> More Tools -> Developer Tools
2 open Noteself
3 in the developer tools window (mine is on the right side of the browser 
window) choose Application (menu near the top of the developer tools area)



And, the same information also exists on the CouchDB server. Here is a cut 
of a screenshot of the couchdb management interface showing the database 
that stores the data for the above NoteSelf:'


finally, the actual contents of the Start Tiddler in CouchDB:



Did that help or make things even more confusing?


On Saturday, June 24, 2017 at 6:40:13 PM UTC-4, Danielo Rodríguez wrote:
>
> Hello everyone,
>
> New weekend and new version of NoteSelf. I'm proud to announce that we 
> have fixed several bugs and also added a couple of modest features.
>
> Bug Fixes
>
>- There was a bug preventing any kind of tiddler exportation, instead 
>a JSON representation of the database was exported. This bug has been 
> fixed 
>and now you can export any tiddler in any format as usual
>- Now it is possible to properly save the wiki in html.
>   -  Previously, because the synchronous nature of the saving 
>   mechanism (and the async one of the syncer module) you may end with 
>   incomplete files (not containing all your tiddlers). 
>   - Now when you save the wiki we make sure that all the tiddlers are 
>   loaded
>   - Please note that for some reason this only works on the offline 
>   version. *IT WILL NOT WORK ON THE ONLINE ONE*
>- Palettes and palette tiddler have been added to the list of startup 
>tiddlers. No more colors suddenly appearing after startup!! 
>
> New features
>
>
>- Better login flow. Now if the browser has a cookie it will be picked 
>automatically. This will save you unnecessary login typing!! 
>   - This is also way more secure than the basic authentication used 
>   before.
>- Synchronization changes are (almost) reflected instantly. Check it 
>out this small GIFbetween two browsers simulating this situation
>   - This feature is somewhat experimental, and may benefit from 
>   performance improvements in the future
>
>
> 
>
>
>
>- From the previous GIF you may have noticed that different tiddlers 
>were open, that's because StoryList is not synced anymore between 
> devices!! 
>- This should allow a better multi user experience. 
>   - However editing conflicts between the same tiddlers are not 
>   guaranteed to be satisfactory
>- The Sav

Re: [tw] ver.5.1.14 Password decryption didn't work in Android apps: AndTidWiki

2017-07-19 Thread Jeremy Ruston
Hi Eric

> it can't login the encrypted.html on my android mobile too

That’s a shame.

To dig further it would be helpful to get some information on how it is 
failing. Is there a JavaScript console available in the browser that you are 
using? Or any other way to see the error message(s)?

I’m not an Android user but perhaps others here can help explain how to do this.

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/20F133E4-7F44-4AA3-98CC-9D6D01EA0A6A%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] ver.5.1.14 Password decryption didn't work in Android apps: AndTidWiki

2017-07-19 Thread ericl
Hi Jeremy

it can't login the encrypted.html on my android mobile too

Thank you


Jeremy Ruston於 2017年7月18日星期二 UTC+8下午11時14分43秒寫道:
>
> Hi Eric
>
> TiddlyWiki 5.1.11 works perfect in the Windows OS and Android OS
> but TiddlyWiki 5.1.14 can't login with Password decryption  in Android OS 
> with apps: AndTidWiki
> such unfortunately
>
>
> The problem is likely to be an update to the underlying “Stanford 
> JavaScript Crypto Library” that was included in version 5.1.14.
>
> It turns out that there is now a subsequent update to SJCL that includes a 
> fix to a possibly related bug described as “fix for a chrome optimization 
> bug on android” (
> https://github.com/bitwiseshiftleft/sjcl/commit/6bb197851045d1fc401405b11d96ec35404d535a
> ).
>
> Accordingly, I’ve updated the prerelease of 5.1.15 to version 1.0.7 of 
> SJCL. Please try to decrypt the demo with the password “password” on your 
> Android device and let me know how you get on:
>
> http://tiddlywiki.com/prerelease/encrypted.html
>
> Best wishes
>
> Jeremy
>
>
>
> And, where I can download the early version of TiddlyWiki? 
>
> -- 
> 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+...@googlegroups.com .
> To post to this group, send email to tiddl...@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/2c7ab10e-31d4-4fff-9ae2-e8d87a6799ae%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/6d35ae5b-0302-42c7-b36c-50c257aadb30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Date format with the Timeline plugin in TW5

2017-07-19 Thread Julien H
Hi Mark,
I tried many variant but I am not sure to fully understand your suggestion 
about the 12 hour clock..
I publish the example I was talking about at the address 
https://houss.in/test/
Can you take a look at it?
Regards.
Julien.

Le mercredi 19 juillet 2017 00:07:39 UTC+2, Mark S. a écrit :
>
> When you show am/pm, did you literally put "am/pm" ? Either just AM or 
> "am" or "PM" or "pm" should do it. If not, try the 12 hour clock indicate 
> "hh12".
>
> If nothing works, you might experiment with updating the TiddlyWiki (make 
> a backup!). That TW is very old now.
>
> Good luck,
> Mark
>
> On Tuesday, July 18, 2017 at 2:06:56 PM UTC-7, Julien H wrote:
>>
>> Thank you Mark ! This is working now when I put a starting and an ending 
>> hour that are in the morning.
>> Is there is any way to indicate AM or PM? Because if you use hour such as 
>> 14:30 it doesn't work.
>>
>> I tried 
>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>> endDateField="end" format="DD/MM/ hh:mm am/pm"/>
>>
>> And
>> <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
>> endDateField="end" format="DD/MM/ hh:mm AM/PM"/>
>>
>> Julien
>>
>> Le lundi 17 juillet 2017 23:42:49 UTC+2, Mark S. a écrit :
>>>
>>> HH:MM should be hh:mm . See if that helps.
>>>
>>> Good luck,
>>> Mark
>>>
>>> On Monday, July 17, 2017 at 2:11:52 PM UTC-7, Julien H wrote:

 Hello,

  

 I am using TW5 with the plugin to create a Timeline called *"Visual 
 timeline widget plugin v0.8.1". *This is a very interesting plugin. 
 You can check an example of the plugin use 
 and the description on the 
 forum 
 

  

 In the syntax in the tiddler, I use 

 <$visjstimeline filter="[tag[Planning]]" startDateField="start" 
 endDateField="end" format="DD/MM/"/>


 And I would like to also use hours and possibly minutes. I tried a 
 different syntax like 

 format="DD/MM/ HH:MM"

 This doesn't work and I would like your input. Have you try this 
 plugin? Did you manage to use hours in your timeline?

  

 Julien

>>>

-- 
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/492d7d5e-8af0-434a-86af-40e2c87720d9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.