[tw5] Re: Basic keyboard shortcuts for outlining

2022-01-26 Thread Eskha
Hi,

Have you tried :  Saq Editor AutoLists 
<https://saqimtiaz.github.io/sq-tw/editor-autolists.html> ?

"Editor AutoLists - makes TiddlyWiki's unordered lists feel like an 
outliner program, using enter to add a new line and an asterisk, and tab to 
enter more asterisks (for indenting)."

Eskha

Le mercredi 26 janvier 2022 à 04:05:21 UTC+1, dyllon...@gmail.com a écrit :

> I was wondering if someone knew of an easy way to add orgmode like 
> keyboard shortcuts for making lists? Specifically I want to have one that 
> increases unordered list level, one to decrease it, and a command to create 
> a new item in the same list (I think alt+enter in orgmode assuming alt is 
> your meta key).
>
> My initial thought was to do a global keyboard shortcut with an action 
> along the lines of:
>
> <$action-sendmessage $message="tm-edit-text-operation" 
> param="prefix-lines" character="*" count="1" />
>
> I can kind of get it to work by created a JS module with 
> module-type texteditoroperation and then modify prefix-lines to do what I 
> want, but that seems very ham fisted.
>
> Would also be interested if anyone has created a plugin that either makes 
> it easy to implement this or does what I am trying to do.
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5d2987b4-8695-4b70-b2b4-f86db44b79een%40googlegroups.com.


[tw5] Re: [Plugin] TW5-CodeMirror-Plus - with better formatting and autocompletion

2021-03-30 Thread Eskha
Hello Adithya,

 It does not seem to work out of the box when using both plugins.

Here is a MTC:

* Star typing [[(someting)
* Pres Ctrl+Space
* Select a tiddler to link with the arrows keys
* Press enter
** What we get:
[[(someting) not completed and going to next line
** What is expected (behaviour with only cmplus):
[[(something)(completed)]]

Best regards,

Eskha


Le mardi 30 mars 2021 à 00:37:05 UTC+2, bmad...@gmail.com a écrit :

> Hi Eskha,  The Autolists seems to be working with the cmplus plugin. Try 
> it out!
>
> Mohammed,
> I can make a separate theme with all standard font-weights. Would  that 
> help?
>
> Adithya
>
>
> On Monday, March 29, 2021 at 3:49:02 AM UTC-6 Eskha wrote:
>
>> Hello  Adithya,
>>
>> Very nice plugin, thank you for sharing.
>>
>> Would it be possible to integrate the very convenient behaviour proposed 
>> by Saq in its "Editor AutoList - editor extension to automatically continue 
>> lists"?  (Pressing enter when in a list continues the list, pressing tab 
>> increases the indentation by one level, ...)
>> Editor AutoLists — (saqimtiaz.github.io) 
>> <https://saqimtiaz.github.io/sq-tw/editor-autolists.html> 
>>
>> Best regards,
>>
>> Eskha 
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d148b1d8-aa18-47a1-bf0b-78190b6d3a42n%40googlegroups.com.


[tw5] Re: [Plugin] TW5-CodeMirror-Plus - with better formatting and autocompletion

2021-03-29 Thread Eskha
Hello  Adithya,

Very nice plugin, thank you for sharing.

Would it be possible to integrate the very convenient behaviour proposed by 
Saq in its "Editor AutoList - editor extension to automatically continue 
lists"?  (Pressing enter when in a list continues the list, pressing tab 
increases the indentation by one level, ...)
Editor AutoLists — (saqimtiaz.github.io) 
<https://saqimtiaz.github.io/sq-tw/editor-autolists.html> 

Best regards,

Eskha 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/11a69561-644c-4179-ab92-c91a2ca980c5n%40googlegroups.com.


Re: [tw5] Re: Reimagining the sidebar, phase two [requesting feedback]

2021-03-12 Thread Eskha
Hi David,

For a similar use case I have use buttons:
* One to modify the tags of sidebar related core tiddlers
* One to restore their original value (by deleting the modified shadows 
tiddler)

Below is the tiddler I have created for that purpose.
Hope it may be of some help to you or anyone else.

Best regards,

Eskha


\define sb(name) $:/core/ui/SideBar/$name$
\define msb(name) $:/core/ui/MoreSideBar/$name$
\define remove() +[!prefix[$:/]] $:/tags/UnusedSideBar 
$:/tags/ModifiedCoreSideBar
\define move-to(to) +[!prefix[$:/]] $:/tags/$to$SideBar 
$:/tags/ModifiedCoreSideBar

You can modify core Side Bar elements from here  or restore them to default 
value.

! Installation

//The following action will modify core elements.//

<$button>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>
<$action-listops $tiddler=<> $tags=<>/>

Remove or move Core Side Bar elements
 

Currently removed or moved Core Side Bar elements:

<<<

<$list filter="[tag[$:/tags/ModifiedCoreSideBar]sort[title]]" 
template="$:/core/ui/ListItemTemplate"/>

<<<


! Restore default core elements

The following action is used to restore core elements. (This may be useful 
before upgrading.)

<$button>
<$list filter="[tag[$:/tags/ModifiedCoreSideBar]]">
<$action-deletetiddler $tiddler=<>/>


Restore Core Side Bar elements


 

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/caed2e77-de57-45e8-9e9a-9bac01dbff46n%40googlegroups.com.


Re: [tw5] Re: Announcing Tiddlyhost.com

2021-03-08 Thread Eskha
Thank you Mohammad and Eric for your answer,

I used Eric solution which works fine for me.

For new comers on Tiddlyhost, I think this may be an issue.

Best regards,

Eskha



Le mardi 2 mars 2021 à 17:36:35 UTC+1, Eric Shulman a écrit :

> On Tuesday, March 2, 2021 at 7:58:34 AM UTC-8 Eskha wrote:
>
>> Is there any way to use the released 5.1.23 version instead of the 
>> prerelease one?
>>
>
> 1) Locate and edit this shadow tiddler: *$:/config/OfficialPluginLibrary*
> 2) Change the value in the URL field to: 
> *https://tiddlywiki.com/library/v5.1.23/index.html 
> <https://tiddlywiki.com/library/v5.1.23/index.html>*
>
> enjoy,
> -e
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/86535c1b-1aa4-41ec-8368-67df00cbcdfen%40googlegroups.com.


[tw5] Re: Reimagining the sidebar, phase two [requesting feedback]

2021-03-08 Thread Eskha
Hello David,

Really useful and easy to access and use in order to customise what is 
displayed.

One remark: elements you can display or hide are manually listed in your 
tool.
This has the drawback that if we have in our TW additional templates, 
sidebar elements, ... there are not listed in the tool and also need to be 
manually added.
Could you automatically list them?

If I take the example of sidebar elements.
One option to do so could be to populate the list with elements tagged 
"$:/tags/SideBarSegment" and let's say "$:/tags/SideBarSegment/Optional".
When an item is checked (to be displayed) tag it only with 
"$:/tags/SideBarSegment", when an item is unchecked (hidden) tag it with 
""$:/tags/SideBarSegment/Optional" only.

Best regards,

Eskha


Le samedi 6 mars 2021 à 19:26:08 UTC+1, David Gifford a écrit :

> Hi everyone
>
> Please give feedback or help for the file linked below. Explanation is at 
> that file.
>
> https://giffmex.org/experiments/sidebar.concept.part.2.html
>
> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/268a3d94-2c05-4367-90ce-86ddf7a98b8cn%40googlegroups.com.


Re: [tw5] Re: Announcing Tiddlyhost.com

2021-03-02 Thread Eskha
That make sense.

Is there any way to use the released 5.1.23 version instead of the 
prerelease one?

Eskha

Le mardi 2 mars 2021 à 16:09:55 UTC+1, strikke...@gmail.com a écrit :

> Eskha,
> If you look athttps://tiddlywiki.com/prerelease/empty.html You will also 
> find the plgin library empty.
>
> Birthe
>
> tirsdag den 2. marts 2021 kl. 15.51.16 UTC+1 skrev Eskha:
>
>> Hello Simon,
>>
>> Thank you for creating Tiddlyhost.
>>
>> It seems that the plugin library does not work: when selecting  "Get more 
>> plugins" then " open plugin library" all the tabs are displaying (0) 
>> elements.
>>
>> Best regards,
>>
>> Eskha
>> Le mardi 2 mars 2021 à 14:06:48 UTC+1, PMario a écrit :
>>
>>> On Tuesday, March 2, 2021 at 2:01:53 PM UTC+1 Sapphireslinger wrote:
>>>  
>>>
>>>> SimonBaird,
>>>>
>>>> Thank you for creating Tiddlyhost!
>>>>
>>>
>>> +1
>>> -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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/64f80962-75f9-4c1a-8e5d-3092e6bb4a10n%40googlegroups.com.


[tw5] Re: Filter to display "subdirectories" of the input tiddler?

2021-03-02 Thread Eskha
Hello si,

Not sure if I have well understood what you wan to achieve.
Wouldn't the following call do the job?

<$list filter="[prefixsort[title]]" 
template="$:/core/ui/ListItemTemplate"/>

(You can change the template or use the <$list ...> ...  syntax if 
you prefer.)

Best regards,

Eskha

Le mardi 2 mars 2021 à 00:16:22 UTC+1, si a écrit :

> Thanks for the replies.
>
> Soren is correct - the value "root/folder" has to be the input tiddler. I 
> was struggling to express this well so thanks @Soren.
>
> The filter itself does not need to create a tree. It just needs to look at 
> the input tiddler, then return any tiddlers in the wiki of the form " tiddler>/blah". As Soren mentioned it doesn't look like it's actually 
> possible.
> On Monday, 1 March 2021 at 18:52:59 UTC si wrote:
>
>>
>> Hi all,
>>
>> I am trying to figure out if there is a filter expression that will act 
>> on an input tiddler like "root/folder" and return all tiddlers of the form 
>> "root/folder/.*" (i.e. root/folder/subfolder1, root/folder/subfolder2 etc).
>>
>> I can't figure this one out, so any help would be amazing.
>>
>> *My specific use case if you're interested:*
>>
>> I have a directory structure representing in my wiki, which I currently 
>> display with the tree macro <https://tiddlywiki.com/#tree%20Macro>. I 
>> was trying to see if I could use Tidgraph 
>> <https://ihm4u.github.io/tw5plugs/> to display the directory structure, 
>> and I can see that I will need a filter that works as described above.
>>
>> Thanks in advance for your help.
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/eca68eb7-3f2f-43a7-9ef8-fe1b37a186a6n%40googlegroups.com.


Re: [tw5] Re: Announcing Tiddlyhost.com

2021-03-02 Thread Eskha
Hello Simon,

Thank you for creating Tiddlyhost.

It seems that the plugin library does not work: when selecting  "Get more 
plugins" then " open plugin library" all the tabs are displaying (0) 
elements.

Best regards,

Eskha
Le mardi 2 mars 2021 à 14:06:48 UTC+1, PMario a écrit :

> On Tuesday, March 2, 2021 at 2:01:53 PM UTC+1 Sapphireslinger wrote:
>  
>
>> SimonBaird,
>>
>> Thank you for creating Tiddlyhost!
>>
>
> +1
> -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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f19e4270-21a2-4e7b-bac8-ccd66146c7d7n%40googlegroups.com.


Re: [tw5] Re: New macro list-pages: Looking for a simpler solution

2021-03-01 Thread Eskha
Hello  Mohammad,

It is perfectly what I was expecting!
Thank you very much.

Best regards,

Eskha


Le dimanche 28 février 2021 à 07:22:41 UTC+1, Mohammad a écrit :

> Hi Eskha,
>
> Please use this second attached file. The previous one had a small issue 
> in variable definition.
>
>
> Best wishes
> Mohammad
>
>
> On Sun, Feb 28, 2021 at 9:45 AM Mohammad Rahmani  
> wrote:
>
>> Hi Eskha,
>>  This is revision 2 of list-pages. It now combines the features of 
>> list-search by Tobias Beer and the first release of list-pages.
>>  I have attached the second release called list-pages-search. 
>>
>> Simply download attached file and drag and drop into 
>> https://tiddlywiki.com/
>> Open the Test List-Pages-Search and see how it works.
>>
>>
>> Please let me know if it works as you explained! I will later add this to 
>> Yazd/TW-Scripts for future references.
>>
>>
>> Best wishes
>> Mohammad
>>
>>
>> On Wed, Feb 24, 2021 at 6:41 PM Eskha  wrote:
>>
>>> Hello Mohammad,
>>>
>>> Thank you for this useful macro.
>>>
>>> I was wondering if it was possible to integrate it with Tobias 
>>> list-search macro (see below) since it would be a very powerful combination?
>>>
>>> Best regards,
>>>
>>> Eskha
>>>
>>>
>>> \define list-search(
>>> filter:"[tags[]]",
>>> search:"search:title",
>>> state:"$:/temp/list-search", 
>>> template:"$:/core/ui/ListItemTemplate",
>>> placeholder:"Filter",
>>> limit:10
>>> )
>>> 
>>> <$edit-text
>>> tiddler="$state$"
>>> type="search"
>>> tag="input"
>>> default=""
>>> placeholder="$placeholder$"/>
>>> 
>>>
>>> <$reveal state="$state$" type="match" text="">
>>> <$list filter="$filter$+[limit[$limit$]]" template="$template$"/>
>>> 
>>>
>>> <$reveal state="$state$" type="nomatch" text="">
>>> <$list filter="$filter$+[$search${$state$}]+[limit[$limit$]]" 
>>> template="$template$"/>
>>> 
>>> \end
>>>
>>>
>>> Le mercredi 24 février 2021 à 13:28:07 UTC+1, Mohammad a écrit :
>>>
>>>> In the call to *qualify *the xx$/state is used on purpose to see the 
>>>> stateTid
>>>> Remove xx after test!
>>>>
>>>> Best wishes
>>>> Mohammad
>>>>
>>>>
>>>> On Wed, Feb 24, 2021 at 3:55 PM Mohammad Rahmani  
>>>> wrote:
>>>>
>>>>> I have developed a* list-pages* macros similar to list-links, but it 
>>>>> is a little lengthy
>>>>>
>>>>> \define list-pages(filter, entries-per-page:5, template, 
>>>>> stateTid:"pagingTid")
>>>>> <$vars stateTid=<> >
>>>>> <$vars total-entries={{{ [subfilter<__filter__>count[]] }}}
>>>>> page-number={{{[get[text]] ~[[1]]}}} >
>>>>> <$vars 
>>>>> low={{{[subtract[1]multiply<__entries-per-page__>]}}}  
>>>>>high={{{[multiply<__entries-per-page__>]}}} >
>>>>>
>>>>> 
>>>>> <$list filter="[compare:number:lt[2]then[yes]else[no]]" 
>>>>> variable=state>
>>>>> <$button disabled=<> >Prev
>>>>> <$action-listops $tiddler=<> $field=text 
>>>>> $subfilter="+[subtract[1]] ~[[1]]"/>
>>>>> 
>>>>> 
>>>>> <$list 
>>>>> filter="[compare:number:gteqthen[yes]else[no]]" 
>>>>> variable=state> 
>>>>> <$button disabled=<>>Next
>>>>> <$action-listops $tiddler=<> $field=text 
>>>>> $subfilter="+[add[1]] ~[[2]]"/>
>>>>> 
>>>>> 
>>>>>
>>>>> Displaying <$text text={{{[add[1]]}}}/> through <> of 
>>>>> <> Results
>>>>>
>>>>> <$list filter="[subfilter<__filter__>first] 
>>>>> -[subfilter<__filter__>first]" template=<<__template__>> />
>>>>>
>>>>> 
>>>>> 
>>&g

Re: [tw5] Re: New macro list-pages: Looking for a simpler solution

2021-02-26 Thread Eskha
Hello  Mohammad,

Exactly, I want to refine the search result.
(Useful when the filter returns a lot of matches).
 
Thank you for having a look at it.

Best regards,

Eskha

Le jeudi 25 février 2021 à 10:08:55 UTC+1, Mohammad a écrit :

> Hi Eskha
>
> I got your point! You want to refine the search result!
> I created an issue https://github.com/kookma/TW-Shiraz/issues/16 to look 
> at this and hopefully add the feature to Shiraz!
>
>
> Best wishes
> Mohammad
>
>
> On Thu, Feb 25, 2021 at 11:16 AM Eskha  wrote:
>
>> Thank you Mohammad for your answer.
>>
>> I can confirm that it is working on TiddlyWiki.
>>
>> However it is not exactly the behavior I was expecting.
>> Indeed when using the list-search macro, the filter option is different 
>> from the text input.
>> You define the filter in the macro-call, for instance 
>> "[tag[Definitions]]" (or use default filter "[tags[]]").
>> Then, the text you write into the text input narrow down the search to 
>> the filtered titles matching the text input.
>> For instance (on Tiddlywiki.com) with the filter option 
>> "[tag[Definitions]]" and the text "URI", you would only see two elements in 
>> the list: Data URI and URI.
>> In your use-case, the text input is replacing the filter option.
>>
>> For other, I add a link to your well explained "demo/list-search-macro" 
>> tiddler:
>> Shiraz 2.1.2 — extended markups: styles, macros, images, tables 
>> (kookma.github.io) 
>> <https://kookma.github.io/TW-Shiraz/#demo%2Flist-search-macro> 
>>
>> To summarize, what would be my "ideal" behavior would be that an optional 
>> "entries-per-page" attribute exists in list-search!
>>
>> Best regards,
>>
>> Eskha
>>
>>
>>
>>
>>
>> Le mercredi 24 février 2021 à 17:24:53 UTC+1, Mohammad a écrit :
>>
>>> Eska,
>>>
>>> In tiddlywiki.com give a try for the code below. I assume you have you 
>>> have already the list-pages working in  tiddlywiki.com 
>>>
>>> \define list-search-pages()
>>> <$edit-text
>>> tiddler="some-tiddler"
>>> type="search"
>>> tag="input"
>>> default=""/>
>>>
>>> ><$macrocall $name=list-pages filter={{some-tiddler}} 
>>> entries-per-page=10  />
>>> \end
>>>
>>> Then enter in the edit box something like this: [tag[Definitions]]
>>>
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Wed, Feb 24, 2021 at 6:41 PM Eskha  wrote:
>>>
>>>> Hello Mohammad,
>>>>
>>>> Thank you for this useful macro.
>>>>
>>>> I was wondering if it was possible to integrate it with Tobias 
>>>> list-search macro (see below) since it would be a very powerful 
>>>> combination?
>>>>
>>>> Best regards,
>>>>
>>>> Eskha
>>>>
>>>>
>>>> \define list-search(
>>>> filter:"[tags[]]",
>>>> search:"search:title",
>>>> state:"$:/temp/list-search", 
>>>> template:"$:/core/ui/ListItemTemplate",
>>>> placeholder:"Filter",
>>>> limit:10
>>>> )
>>>> 
>>>> <$edit-text
>>>> tiddler="$state$"
>>>> type="search"
>>>> tag="input"
>>>> default=""
>>>> placeholder="$placeholder$"/>
>>>> 
>>>>
>>>> <$reveal state="$state$" type="match" text="">
>>>> <$list filter="$filter$+[limit[$limit$]]" template="$template$"/>
>>>> 
>>>>
>>>> <$reveal state="$state$" type="nomatch" text="">
>>>> <$list filter="$filter$+[$search${$state$}]+[limit[$limit$]]" 
>>>> template="$template$"/>
>>>> 
>>>> \end
>>>>
>>>>
>>>> Le mercredi 24 février 2021 à 13:28:07 UTC+1, Mohammad a écrit :
>>>>
>>>>> In the call to *qualify *the xx$/state is used on purpose to see the 
>>>>> stateTid
>>>>> Remove xx after test!
>>>>>
>>>>> Best wishes
>>>>> Mohammad
>>>>>
>>>>>
>>>>> O

[tw5] Re: Limiting Number of Tiddlers Listed in Recent Tab

2021-02-26 Thread Eskha
Hello Dan,

Another option that I found useful for limiting the number of tiddlers in 
the recent tab is to call  the timeline macro with the following:

subfilter: "days[-7]"

(To limit the list to tiddlers edited during the last week).

BR

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5841561e-0748-46ec-b6cf-486ed4a3a96an%40googlegroups.com.


Re: [tw5] Re: New macro list-pages: Looking for a simpler solution

2021-02-24 Thread Eskha
Thank you Mohammad for your answer.

I can confirm that it is working on TiddlyWiki.

However it is not exactly the behavior I was expecting.
Indeed when using the list-search macro, the filter option is different 
from the text input.
You define the filter in the macro-call, for instance "[tag[Definitions]]" 
(or use default filter "[tags[]]").
Then, the text you write into the text input narrow down the search to the 
filtered titles matching the text input.
For instance (on Tiddlywiki.com) with the filter option 
"[tag[Definitions]]" and the text "URI", you would only see two elements in 
the list: Data URI and URI.
In your use-case, the text input is replacing the filter option.

For other, I add a link to your well explained "demo/list-search-macro" 
tiddler:
Shiraz 2.1.2 — extended markups: styles, macros, images, tables 
(kookma.github.io) 
<https://kookma.github.io/TW-Shiraz/#demo%2Flist-search-macro> 

To summarize, what would be my "ideal" behavior would be that an optional 
"entries-per-page" attribute exists in list-search!

Best regards,

Eskha





Le mercredi 24 février 2021 à 17:24:53 UTC+1, Mohammad a écrit :

> Eska,
>
> In tiddlywiki.com give a try for the code below. I assume you have you 
> have already the list-pages working in  tiddlywiki.com 
>
> \define list-search-pages()
> <$edit-text
> tiddler="some-tiddler"
> type="search"
> tag="input"
> default=""/>
>
> ><$macrocall $name=list-pages filter={{some-tiddler}} entries-per-page=10 
>  />
> \end
>
> Then enter in the edit box something like this: [tag[Definitions]]
>
>
> Best wishes
> Mohammad
>
>
> On Wed, Feb 24, 2021 at 6:41 PM Eskha  wrote:
>
>> Hello Mohammad,
>>
>> Thank you for this useful macro.
>>
>> I was wondering if it was possible to integrate it with Tobias 
>> list-search macro (see below) since it would be a very powerful combination?
>>
>> Best regards,
>>
>> Eskha
>>
>>
>> \define list-search(
>> filter:"[tags[]]",
>> search:"search:title",
>> state:"$:/temp/list-search", 
>> template:"$:/core/ui/ListItemTemplate",
>> placeholder:"Filter",
>> limit:10
>> )
>> 
>> <$edit-text
>> tiddler="$state$"
>> type="search"
>> tag="input"
>> default=""
>> placeholder="$placeholder$"/>
>> 
>>
>> <$reveal state="$state$" type="match" text="">
>> <$list filter="$filter$+[limit[$limit$]]" template="$template$"/>
>> 
>>
>> <$reveal state="$state$" type="nomatch" text="">
>> <$list filter="$filter$+[$search${$state$}]+[limit[$limit$]]" 
>> template="$template$"/>
>> 
>> \end
>>
>>
>> Le mercredi 24 février 2021 à 13:28:07 UTC+1, Mohammad a écrit :
>>
>>> In the call to *qualify *the xx$/state is used on purpose to see the 
>>> stateTid
>>> Remove xx after test!
>>>
>>> Best wishes
>>> Mohammad
>>>
>>>
>>> On Wed, Feb 24, 2021 at 3:55 PM Mohammad Rahmani  
>>> wrote:
>>>
>>>> I have developed a* list-pages* macros similar to list-links, but it 
>>>> is a little lengthy
>>>>
>>>> \define list-pages(filter, entries-per-page:5, template, 
>>>> stateTid:"pagingTid")
>>>> <$vars stateTid=<> >
>>>> <$vars total-entries={{{ [subfilter<__filter__>count[]] }}}
>>>> page-number={{{[get[text]] ~[[1]]}}} >
>>>> <$vars 
>>>> low={{{[subtract[1]multiply<__entries-per-page__>]}}}  
>>>>high={{{[multiply<__entries-per-page__>]}}} >
>>>>
>>>> 
>>>> <$list filter="[compare:number:lt[2]then[yes]else[no]]" 
>>>> variable=state>
>>>> <$button disabled=<> >Prev
>>>> <$action-listops $tiddler=<> $field=text 
>>>> $subfilter="+[subtract[1]] ~[[1]]"/>
>>>> 
>>>> 
>>>> <$list 
>>>> filter="[compare:number:gteqthen[yes]else[no]]" 
>>>> variable=state> 
>>>> <$button disabled=<>>Next
>>>> <$action-listops $tiddler=<> $field=text 
>>>> $subfilter="+[add[1]] ~[[2]]"/>
>>>> 
>>>> 
>>>&

[tw5] Re: New macro list-pages: Looking for a simpler solution

2021-02-24 Thread Eskha
Hello Mohammad,

Thank you for this useful macro.

I was wondering if it was possible to integrate it with Tobias list-search 
macro (see below) since it would be a very powerful combination?

Best regards,

Eskha


\define list-search(
filter:"[tags[]]",
search:"search:title",
state:"$:/temp/list-search", 
template:"$:/core/ui/ListItemTemplate",
placeholder:"Filter",
limit:10
)

<$edit-text
tiddler="$state$"
type="search"
tag="input"
default=""
placeholder="$placeholder$"/>


<$reveal state="$state$" type="match" text="">
<$list filter="$filter$+[limit[$limit$]]" template="$template$"/>


<$reveal state="$state$" type="nomatch" text="">
<$list filter="$filter$+[$search${$state$}]+[limit[$limit$]]" 
template="$template$"/>

\end


Le mercredi 24 février 2021 à 13:28:07 UTC+1, Mohammad a écrit :

> In the call to *qualify *the xx$/state is used on purpose to see the 
> stateTid
> Remove xx after test!
>
> Best wishes
> Mohammad
>
>
> On Wed, Feb 24, 2021 at 3:55 PM Mohammad Rahmani  
> wrote:
>
>> I have developed a* list-pages* macros similar to list-links, but it is 
>> a little lengthy
>>
>> \define list-pages(filter, entries-per-page:5, template, 
>> stateTid:"pagingTid")
>> <$vars stateTid=<> >
>> <$vars total-entries={{{ [subfilter<__filter__>count[]] }}}
>> page-number={{{[get[text]] ~[[1]]}}} >
>> <$vars low={{{[subtract[1]multiply<__entries-per-page__>]}}} 
>>  
>>high={{{[multiply<__entries-per-page__>]}}} >
>>
>> 
>> <$list filter="[compare:number:lt[2]then[yes]else[no]]" 
>> variable=state>
>> <$button disabled=<> >Prev
>> <$action-listops $tiddler=<> $field=text 
>> $subfilter="+[subtract[1]] ~[[1]]"/>
>> 
>> 
>> <$list 
>> filter="[compare:number:gteqthen[yes]else[no]]" 
>> variable=state> 
>> <$button disabled=<>>Next
>> <$action-listops $tiddler=<> $field=text $subfilter="+[add[1]] 
>> ~[[2]]"/>
>> 
>> 
>>
>> Displaying <$text text={{{[add[1]]}}}/> through <> of 
>> <> Results
>>
>> <$list filter="[subfilter<__filter__>first] 
>> -[subfilter<__filter__>first]" template=<<__template__>> />
>>
>> 
>> 
>> 
>> \end
>>
>>
>> It accepts:
>> * any Tiddlywiki filter or filter combinations
>> * it accepts template (so it is very powerful in creating different 
>> outputs
>> * can be used in a tiddler several times (has stateTid)
>> * number of output per page can be set
>>
>> This macro can be hacked and used for situations where you have too many 
>> outputs. Paging prevents a long output and hence slows down TW performance!
>>
>> *Evaluations*
>> To give a try, download attached JSON and drag and drop into 
>> https://tiddlywiki.com/
>> Look at the Test tiddler
>> As an example a simple template was created for test purposes.
>>
>> *Question:*
>> What simpler solution do you propose?
>> What improvement do you suggest? 
>>
>>
>> Best wishes
>> 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/24fce8f6-f523-4cb4-b54f-9027b04b4c23n%40googlegroups.com.


Re: [tw5] Re: Looking for TODO rule in Tiddler that creates automagically a TODO item.

2021-02-18 Thread Eskha
Hello Ray,

You may also try:
Cherry Picker — mark segments to have them aggregated (tiddlyspot.com) 
<http://cherrypicker.tiddlyspot.com/>  

Best regards,

Eskha
Le jeudi 18 février 2021 à 16:03:03 UTC+1, rayv...@gmail.com a écrit :

> Not bad at all!
> Easy to install.
> Now finding out how to make piece of text from a tiddler into a todo item.
> Looks nice!!
>
> Ray
>
> Op do 18 feb. 2021 om 15:19 schreef Ste :
>
>> https://projectify.wiki/demo.html be useful? 
>>
>> On Thursday, 18 February 2021 at 12:31:34 UTC rayv...@gmail.com wrote:
>>
>>> Hi
>>>
>>> since a week i am rediscovering TW5, really fun but quite for me a steep 
>>> learning curve.
>>> But I am trying.
>>> I have a daily journal entry where i log everything i do in for work.
>>> What i would love is the following:
>>> When i put something like say *TODO* on a line, that that line will 
>>> automagically
>>> be added to my todo list.
>>>
>>> So i have this in my journal (or normal tiddler):
>>>
>>> --
>>> Walked on the beach
>>> Let the dog out
>>> *TODO* remember to buy dogfood
>>> Wrote documentation for project XYZ
>>> Called DaveSmith
>>> *TODO* buy birthday present for Dave
>>> -
>>>
>>> That (only) the 2 *TODO* lines would be added to my TODO Tiddler.
>>> That would be really nice.
>>> Is this somehow possible?
>>>
>>> Thanks in advance for your help.
>>>
>>> Pointers to tutorials on programming TW5 are welcome as well.
>>> I progress very slowly each day but hey, i am progressing ;-)
>>>
>>> Ray
>>>
>> -- 
>> 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 view this discussion on the web visit 
>> https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/01de63de-13ad-4f37-b2a8-537c8e7ffa06n%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/66467d47-1d57-416c-a058-b8618f99c7a8n%40googlegroups.com.


[tw5] Re: [ANN] Projectify 0.13.0 is out!

2021-01-28 Thread Eskha
Hello Nicolas,

Thank you for your useful and really well designed plugin. 

I would like to report one styling issue:
The checkbox do not look like other buttons (size, shape end colour) when 
using either rounded or boxed toolbar button styles
(See $:/ControlPanel - Settings tab)


Otherwise some (more) ideas for a future version or projectify plugind:
* Having a Tomorrow tab in the dashboard
* In the upcoming tab having "tomorrow" listed (instead of the tomorow date)
* Being able to assign task to someone and have dashboard for seeing all 
tasks allocated to some one
* Showing subproject and their tasks inside the parent project


Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3481cfdb-b6ef-48eb-9389-a8d8b7bf0f0fn%40googlegroups.com.


[tw5] Re: Date format for the Timelines plugin

2020-11-28 Thread Eskha
Hello Jutta,

What is working for me: I use "Y" format for date and a "-" in front of the 
date (eg -200 for 200 BC). 

Best regards,

Eskha

Le samedi 28 novembre 2020 à 20:35:53 UTC+1, jutta@googlemail.com a 
écrit :

> Hi,
>
> I am trying to get the Timelines plugin to work for my project. The 
> problem is, that my novel is set in the time of the early Roman empire, so 
> I need my timeline to be able 
> to display events from around 40 BC to 20 AD. Is there any way to enter 
> dates before the year 0? Also, even for the first 100 years AD it does not 
> work. When my datestring starts with two leading zeros, it always 
> interprets it as 19.. So when I enter a date like
> 00090917 (which would be the date of the battle in the Teutoburg forest), 
> the timeline wiki renders it as 1909. For the year 0109 it works correctly. 
>
> Are there any solutions for this? If the date format itself does not allow 
> the dates to be BC, is there a way to use current dates (like, set 
> everything 2000 years in the future) in the date field so that the macro 
> knows how to space and order them and then display a text string with the 
> correct date from another field in the view instead?
>
> Thanks,
> Jutta
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fd09376d-1728-4d0d-b3d1-8fee2b9455d6n%40googlegroups.com.


[tw5] Re: Style refresh issue in radio inputs when using a template

2020-11-26 Thread Eskha
Hello Saq,

Thank you for this updated version of the radio widget.
I can confirm that it resolves the problem.


Best regards,

Eskha
Le mardi 24 novembre 2020 à 19:41:13 UTC+1, saq.i...@gmail.com a écrit :

> @Eshka I think you are correct that there is a bug in the refreshing of 
> the widget.
>
> There is a ticket underway with work on the radio widget which might, 
> amongst other things, resolve the problem.
>
> Could you please test this version of the widget:
>
> https://raw.githubusercontent.com/Jermolene/TiddlyWiki5/a00fc211adcf779bd0478dec4756a61f3db166f0/core/modules/widgets/radio.js
>
> If that helps please let us know, then the upcoming 5.1.23 release of TW 
> should resolve this.
> Please do delete that version of the widget after testing so that you do 
> not encounter any problems when upgrading.
>
> Regards,
> Saq
> On Tuesday, November 24, 2020 at 7:09:24 PM UTC+1 Eskha wrote:
>
>> Thank you Tones for your answer.
>>
>> Unfortunately, it does not solve my issue: to have different background 
>> color on each label when it is selected.
>> For instance a green background when yes is selected and red one when no 
>> is selected.
>>
>> After investigation, I wonder if there is not something to modify in the 
>> radio widget:
>> I have tried to add a  this.refreshSelf();
>> in RadioWidget.prototype.refresh function of the widget
>> under the if(changedTiddlers[this.radioTitle])  condition
>> and it works now without observable side effect!
>>
>> However I am not a developper therefore it may be a mistake to do this.
>>
>> Best regards,
>>
>> Eskha
>>
>>
>>
>> Le mardi 24 novembre 2020 à 00:21:01 UTC+1, TW Tones a écrit :
>>
>>> Eskha,
>>>
>>> I used your minimal test case on edge and it is not working through the 
>>> Test tiddler (Via the view template) although it works in Chrome and 
>>> Firefox.
>>>
>>> However I changed the CSS to the following and it works in edge.
>>>
>>> *.tc-radio-selected {*
>>> *background-color: #ffc;*
>>> *}*
>>>
>>> I do not know why but I think your use of label is treated differently.
>>>
>>>
>>> Regards
>>> Tones
>>> On Saturday, 21 November 2020 at 04:25:15 UTC+11 Eskha wrote:
>>>
>>>> Hello,
>>>>
>>>> I have an issue with style refresh while using RadioWidget in a view 
>>>> template element.
>>>>
>>>>
>>>> I am using Edge - Version 86.
>>>>
>>>> I have defined a style to use for the label of a a radio button input 
>>>> when it is selected (by using the "tc-radio-selected"). This is working 
>>>> when I directly use the RadioWidget  in a tiddler.
>>>> However, if I use the RadioWidget in a tiddler tagged with 
>>>> "$:/tags/ViewTemplate", the style is not refreshed unless I edit the 
>>>> tiddler or close it then open it again.
>>>>
>>>>
>>>> Here is a minimal test case with three tiddlers:
>>>>
>>>> title: Test Template
>>>> tags: $:/tags/ViewTemplate
>>>>
>>>> <$radio field="test-field" value="Y">Yes
>>>> <$radio field="test-field" value="N">No
>>>>
>>>>
>>>> title: Test CSS
>>>> tags: $:/tags/Stylesheet
>>>>
>>>> label.tc-radio-selected {
>>>> background-color: #ffc;
>>>> }
>>>>
>>>>
>>>> title: Test
>>>>
>>>> <$radio field="test-field" value="Y">Yes
>>>> <$radio field="test-field" value="N">No
>>>>
>>>> My question: How can I fix it?
>>>> (Am i doing something wrong? Is-it a widget issue? An internet browser 
>>>> issue? à
>>>>
>>>> Best regards,
>>>>
>>>> Eskha
>>>>
>>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/763d6030-2910-4ef0-90e1-74bd37c0fd06n%40googlegroups.com.


[tw5] Re: Style refresh issue in radio inputs when using a template

2020-11-24 Thread Eskha
Thank you Tones for your answer.

Unfortunately, it does not solve my issue: to have different background 
color on each label when it is selected.
For instance a green background when yes is selected and red one when no is 
selected.

After investigation, I wonder if there is not something to modify in the 
radio widget:
I have tried to add a  this.refreshSelf();
in RadioWidget.prototype.refresh function of the widget
under the if(changedTiddlers[this.radioTitle])  condition
and it works now without observable side effect!

However I am not a developper therefore it may be a mistake to do this.

Best regards,

Eskha



Le mardi 24 novembre 2020 à 00:21:01 UTC+1, TW Tones a écrit :

> Eskha,
>
> I used your minimal test case on edge and it is not working through the 
> Test tiddler (Via the view template) although it works in Chrome and 
> Firefox.
>
> However I changed the CSS to the following and it works in edge.
>
> *.tc-radio-selected {*
> *background-color: #ffc;*
> *}*
>
> I do not know why but I think your use of label is treated differently.
>
>
> Regards
> Tones
> On Saturday, 21 November 2020 at 04:25:15 UTC+11 Eskha wrote:
>
>> Hello,
>>
>> I have an issue with style refresh while using RadioWidget in a view 
>> template element.
>>
>>
>> I am using Edge - Version 86.
>>
>> I have defined a style to use for the label of a a radio button input 
>> when it is selected (by using the "tc-radio-selected"). This is working 
>> when I directly use the RadioWidget  in a tiddler.
>> However, if I use the RadioWidget in a tiddler tagged with 
>> "$:/tags/ViewTemplate", the style is not refreshed unless I edit the 
>> tiddler or close it then open it again.
>>
>>
>> Here is a minimal test case with three tiddlers:
>>
>> title: Test Template
>> tags: $:/tags/ViewTemplate
>>
>> <$radio field="test-field" value="Y">Yes
>> <$radio field="test-field" value="N">No
>>
>>
>> title: Test CSS
>> tags: $:/tags/Stylesheet
>>
>> label.tc-radio-selected {
>> background-color: #ffc;
>> }
>>
>>
>> title: Test
>>
>> <$radio field="test-field" value="Y">Yes
>> <$radio field="test-field" value="N">No
>>
>> My question: How can I fix it?
>> (Am i doing something wrong? Is-it a widget issue? An internet browser 
>> issue? à
>>
>> Best regards,
>>
>> Eskha
>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/befd352e-ece7-49a2-9951-06c75bab951cn%40googlegroups.com.


[tw5] Style refresh issue in radio inputs when using a template

2020-11-20 Thread Eskha
Hello,

I have an issue with style refresh while using RadioWidget in a view 
template element.


I am using Edge - Version 86.

I have defined a style to use for the label of a a radio button input when 
it is selected (by using the "tc-radio-selected"). This is working when I 
directly use the RadioWidget  in a tiddler.
However, if I use the RadioWidget in a tiddler tagged with 
"$:/tags/ViewTemplate", the style is not refreshed unless I edit the 
tiddler or close it then open it again.


Here is a minimal test case with three tiddlers:

title: Test Template
tags: $:/tags/ViewTemplate

<$radio field="test-field" value="Y">Yes
<$radio field="test-field" value="N">No


title: Test CSS
tags: $:/tags/Stylesheet

label.tc-radio-selected {
background-color: #ffc;
}


title: Test

<$radio field="test-field" value="Y">Yes
<$radio field="test-field" value="N">No

My question: How can I fix it?
(Am i doing something wrong? Is-it a widget issue? An internet browser 
issue? à

Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a4ff5a77-97a5-44e1-a063-37ed962ff7d0n%40googlegroups.com.


[tw5] Re: Is it possible to use unicode emoji as icons?

2020-09-04 Thread Eskha
Thank you Eric, Tony and talha131 for this useful tip.

Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/66574ac9-3851-486a-ba74-c9e5efec4151o%40googlegroups.com.


[tw5] Re: [ demo ] Editor for lists (Streams)

2020-08-19 Thread Eskha
Hello TW Tones,

For the checkbox, you also have a plugin in TW5:
https://github.com/tgrosinger/tw5-checklist
https://grosinger.net/tw5-checklist/

Best regards,

Eskha

Le mercredi 19 août 2020 à 02:43:30 UTC+2, TW Tones a écrit :

> Saq,
>
> Beautiful. Lists really are a fundamental element we use, very nice.
>
> A common desire for many is to turn them into actions lists, ie add a 
> checkbox, in TWC we had the addon that used [_] and [X] when checked and 
> the text was updated.
>
> As you have done with Streams and this example, and the inclusion of 
> checkboxes/status, we are addressing key user needs rather than technical 
> issues.
>
> Nice Work
> Tones
>  
>
> On Wednesday, 19 August 2020 02:43:12 UTC+10, Saq Imtiaz wrote:
>>
>> I am going through a busy period at the moment and don't really have time 
>> for discussions, but I wanted to share a demo that may provide inspiration 
>> for others working on solutions similar to Streams.
>>
>> Streams was written specifically for the ability to easily create 
>> multiple tiddlers with a fast workflow while creating content. However I 
>> realize that many people use it just for the fast writing experience for 
>> lists, but do not actually want to create multiple tiddlers. Hopefully some 
>> of those needs are met by the Editor AutoLists solution that was posted 
>> recently.
>>
>> Here is another take on a better writing experience for lists that 
>> leverages the advantages of breaking content into tiddlers in TW, but 
>> doesn't result in multiple tiddlers in the end.
>>
>> https://saqimtiaz.github.io/sq-tw/single-tiddler-streams.html
>>
>> Cheers,
>> Saq
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/93982361-5d46-4589-b77e-dbd9fe12056en%40googlegroups.com.


[tw5] Re: issue with the "Saved wiki" yellow notification

2020-08-06 Thread Eskha
Hi Jero,

A last hint: the "shift-alt-S" keyboard shortcut togles the sidebar 
visibility.

Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/57032388-b344-442d-988e-81ed3f3f1943o%40googlegroups.com.


[tw5] Re: [Formatting] How to format better in Wiki?

2020-07-29 Thread Eskha
Hello Prestige,

You should use 
#>



Here is an example:
#This is 1
#>Nested
#>Nested
#This is 2
#>Nested
#>Nested

Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/669a339c-77b6-4169-9e8f-d8bbb6b87973o%40googlegroups.com.


[tw5] Re: Plugin prototype: Command Palette

2020-06-22 Thread Eskha
Hello Souk21,

When using Command Palette with Firefox 60.7 I have an "Internal JavaScript 
Error" red box error, any time I hit the down arrow key.

The firefox console displays the following error messages:

| !ReferenceError: event is not defined| %20line%2033389%20%3E%20eval:512:5 
|
| onKeyDown| $:/core/modules/widgets/commandpalettewidget.js:512:5 |
| render/<| $:/core/modules/widgets/commandpalettewidget.js:334:50 |

Changing the following elements in the 
"$:/core/modules/widgets/commandpalettewidget.js" tiddler

event.preventDefault(); event.stopPropagation();

by
e.preventDefault(); e.stopPropagation();

below the following part of the code
onKeyDown(e)

seems to fix the issue.
(since I am not a developer it might not be the right thing to do...)

Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3d8d21ff-fadc-47a3-8e99-a83f600a1037o%40googlegroups.com.


[tw5] Re: Plugin prototype: Command Palette

2020-06-12 Thread Eskha
Thank you Souk21,

One of the most usefull plugin I have seen for TiddlyWiki.

Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c4a9bcc9-5c2f-4163-b441-1c068ccb6fd8o%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-18 Thread Eskha
Hello Flibbles,

Yes, it is fixed (on firefox 60.7.2)!
Thank you very much.

Best regards,

Simon

Le jeudi 14 mai 2020 15:34:09 UTC+2, Flibbles a écrit :
>
> Eshka, I found some projects suffering similar problems, and I think I may 
> have fixed it. Go head and try again.
>
> -Flibbles
>
> On Thursday, May 14, 2020 at 8:11:51 AM UTC-4, Flibbles wrote:
>>
>> Eshka, could you please tell me what browser you're using?
>>
>> Unfortunately, due to the nature of this plugin, there will be some 
>> cross-platform issues I need to resolve. Every browser implements xmldom 
>> it's own way.
>>
>> -Flibbles
>>
>> On Thursday, May 14, 2020 at 7:59:50 AM UTC-4, Eskha wrote:
>>>
>>> Hello Fibbles,
>>>
>>> While your plugin looks very promising, I have the following error when 
>>> landing on your demo site:
>>>
>>> "TypeError: Argument 1 of DOMParser.constructor does not implement 
>>> interface Principal."
>>> (Inside the red box "Internal JavaScript Error")
>>>
>>> Best regard,
>>>
>>> Eskha
>>>
>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f0840a0d-1d1c-4ffa-9fb9-9bb346130295%40googlegroups.com.


[tw5] Re: Creating a new line by [Enter] key

2020-05-18 Thread Eskha
Hello Edgaras,

If you are concerned by the display in "view mode" (and not only in "edit 
mode"), for instance the vertical display between a paragraph text and the 
first following bullet, you can customize the CSS value for top and bottom 
margin and padding.

For instance, I use the following value (in a tiddler tagged 
with $:/tags/Stylesheet)


/* Simple Paragraph */


.tc-tiddler-body p,
.tc-tiddler-preview-preview p {
margin: 0.8em 0 0 0;
padding: 0;
text-indent: 0;
}


/* Unordered lists */

.tc-tiddler-body ul,
.tc-tiddler-preview-preview ul {
margin: 0;
padding: 0 0 0 3em;
}

.tc-tiddler-body ul ul,
.tc-tiddler-preview-preview ul ul {
  padding-left: 1.25em;
}


/* Ordered lists */

.tc-tiddler-body ol,
.tc-tiddler-preview-preview ol {
margin: 0;
padding: 0 0 0 3em;
}

.tc-tiddler-body ol ol,
.tc-tiddler-preview-preview ol ol {
  padding-left: 1.25em;
}


/* Lists item */

.tc-tiddler-body li,
.tc-tiddler-preview-preview li {
margin: 0.2em 0 0 0;
padding: 0;
}


Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9c6af5d5-0fab-4380-8b95-846442dd8da3%40googlegroups.com.


[tw5] Re: Personal News

2020-05-18 Thread Eskha
Jeremy,

I wish you a quick recovery.

I hope that these, hopefully few, forced rest days will not be too 
difficult.

Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/03b18555-e307-4c05-9fd1-0d5d7f15c81b%40googlegroups.com.


[tw5] Re: [Plugin] XML for Tiddlywiki!! Import, parse, render, and more!

2020-05-14 Thread Eskha
Hello Fibbles,

While your plugin looks very promising, I have the following error when 
landing on your demo site:

"TypeError: Argument 1 of DOMParser.constructor does not implement 
interface Principal."
(Inside the red box "Internal JavaScript Error")

Best regard,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/92d84061-5bc2-43e3-ac6e-85fd226289dd%40googlegroups.com.


[tw5] Re: The-book weekly report

2020-01-31 Thread Eskha
Hi Louis,

First, I thank you for your amazing work on The-Book.

Perhaps some elements for chapter 12:

For "12.1 Key points"

TiddlyWiki current language can be set in the Basics sub-panel  of info 
panel in the ControlPanel.
New languages can be installed with the Plugin Manager of the ControlPanel.


For "12.2 Languages internals"

The value of the current language is stored into the system tiddler 
"$:/language".

Tiddlywiki uses ISO language code, for instance "en-GB" for British English.


For "12.5 Writing international wikis and plugins"

Translating information displayed in the plugin manager (ControlPanel).

For each plugin, the plugin manager displays some information in different 
tabs: readme, usage, contents, ...

This information can be displayed in the wiki current language.

For instance, to translate the "readme" part for 
"/" plugin,  you need to create the translation 
in the following tiddler: 
$:/pluginsreadme

Where  is the ISO language name, for instance "fr-FR" for french 
from France.
Tip: you can check the language code of installed languages in the Plugins 
/ languages panel of the ControlPanel.

Tiddlywiki will automatically display the translated information 
corresponding to selected "Current language" if this information exists.


Translating messages in you plugin

This section describes an option to translate messages in your plugin.

Step 1

Create the following tiddler and replace the text in bracket by your name, 
plugin name and for  by a short prefix representing your 
-.

title: $:/ plugins//
tags: $:/tags/Macro
text:
\define -base() $:/ plugins///lang

\define -lingo(txt)
<$transclude tiddler="$(-base)$/$(languageTitle)$/$txt$" 
mode="inline">
<$transclude tiddler="$(-base)$/$txt$" mode="inline">
Missing tiddler $(-base)$/$txt$


\end


Step 2

Store each text message in english in tiddlers named with a short message 
description according to this pattern:

$:/ plugins///lang/


Step 3

Store translated texts in tiddlers named:

$:/ plugins///lang//


Step 4

When you need do display a text message, use the macro defined in step 1 
like this:

<<-lingo "" >>

Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9c608ceb-244c-4aec-bcfb-500fef3e6c44%40googlegroups.com.


[tw5] Re: [plugin] TOC generic - shows toc,backlinks,list and listed up front

2020-01-27 Thread Eskha
Hi, 

>
>- Make the show/hide option tiddler specific (maybe) ??? Does anyone 
>have an idea of the best way to do this? If I do it with a field in each 
>tiddler, the modify-date will constantly change and that's not good.
>
> An idea for the tiddler specific option you may store it in tiddlers named 
"$:/config/HCHaase/TOCGeneric/Visibility/TiddlerName".
(Page Controls buttons visibility are stored that way).

The drawback is that if you rename the tiddler, you will lost the option 
value.

Best regards,

Eskha

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d9f8fa48-a502-4494-b3ab-3cc2f7783947%40googlegroups.com.


[tw5] Re: Use several filters in a ViewTemplate tiddler to display tiddler raw content conditionally

2020-01-23 Thread Eskha
Hi Mohammad,

What I use for a similar purpose is the following:

*title*: whateveryouwant
*tag*: $:/tags/ViewTemplate
*text*: 

<$list filter="[all[current]tag[show-content]]
[all[current]is[system]search:title[template]]
[all[current]tag[$:/tags/EditTemplate]]
[all[current]tag[$:/tags/ViewTemplate]]
[all[current]tag[$:/tags/Macro]]
+[limit[1]]"><$codeblock code={{!!text}} language="xml" />

Best regards,

Eskha


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3c93a4d4-085c-4d95-be5e-ed7a69ba0f50%40googlegroups.com.


[tw5] Re: ANN: Full Text Search 1.1.0

2018-12-01 Thread Eskha
Thank you Rob!

-- 
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/b3bd4fd8-ddf0-4957-9b77-b5bce47fdc5a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: ANN: Full Text Search 1.1.0

2018-11-29 Thread Eskha
Hello Rob,


Thank you for this usefull plugin.

Would it be possible that you add lunr multi-langage support to your plugin 
or explain how I could add
lunr-stemmer and language files to your plugin ?
(https://lunrjs.com/guides/language_support.html)

Best regards,

Eskha

-- 
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/06c3f03d-6da7-4a8e-bd5a-8a1e35269799%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Two Questions about the Moments Plugin for parsing Dates for history Timelines

2018-10-24 Thread Eskha
Hi Jan,

Hoping this may still help you for your second point: I use "Y" format for 
date and a "-" in front of the date (eg -200 for 200 BC).

Good luck with your course.

Eskha

-- 
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/02022ec2-22c8-43a2-8f43-0ace6b8096aa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Is it possible to import .doc to tiddlers ?

2018-05-01 Thread Eskha
Hi Pit,

I proposed a possible workflow word -> markdown -> TiddlyWiki in a previous 
thread :

https://groups.google.com/d/msg/tiddlywiki/tTA02UXuIxE/sPtuiyewBQAJ

It may be usefull for you.

Regards

Eskha

-- 
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/40a7bdc3-992d-4610-8e75-51904f5c52b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: tiddler list with titles and tags

2018-03-12 Thread Eskha
Hi Captain,

The tiddler tags are stored in the "tags" field so you can display them 
with the

*{{!!tags}}*syntax inside the list widget.


If you want to display them so that they look like ... tags, you can use 
the following template :
"$:/core/ui/TagTemplate"
with the syntax

*{{!!tags||$:/core/ui/TagTemplate}}*

(in that case you even don't need to use the !!tags part)


You can look at the  "custom item output" of the ListWidget documentation 
on Tiddliwiki.com for an illustration

<$list filter="[tag[ListWidget]sort[title]]">
<>
{{||$:/core/ui/ViewTemplate/tags}}



Best regards,

Eskha

-- 
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/19f45e42-ba90-4feb-b4f3-97e67edb56e2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: embedding .md (markdown) files?

2018-01-10 Thread Eskha
Hi Shay,

Not sure, I have fully understood your use case but there is the following 
option.

You can install the Marked plugin.
(bjtools.tiddlyspot.com/#%24%3A%2Fplugins%2Fbj%2Fplugins%2Fmarked)

Then:
1. Import your .md file in your tiddlywiki (by simply dropping it)
2. Set it's "type" field to "text/x-marked"

Best regards

Eskha

-- 
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/a00f4442-b31b-4fc6-bbad-9615e2660440%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Word to Tiddlywiki

2017-12-12 Thread Eskha
Hello TW community,

Following this message from Jeremy in another thread:

*(...) I’m working on a project for a client to convert a 25MB Microsoft 
Word file into TiddlyWiki. It contains 14,800 pages, 6,300 paragraphs, 
8,580,000 words and 46,000,000 characters (not counting spaces).*

*Converting it into a TiddlyWiki yields a 55MB HTML file. On my five year 
old Mac, performance is astonishingly good: it loads in less than 5 
seconds, and I can search the entire file in less than 5 seconds.*
*(...)*

I'd like to share the process I used for a similar usecase: converting 
several word document (~2 000 pages in total) to tiddlywiki by using an 
external software Writage' and a TiddlyWiki plugin : MarKed''.

1. I save the word to a markdown file (.md)
*This is done thanks to Writage which has the advantage to create a 
markdown file and a media folder with all the images exported from the 
word.*
2. I import this file in my tiddlywiki (by simply dropping it)
3. I set it's "type" field to "text/x-marked"
4. I move the content of the media folder in a media folder located next to 
my tiddlywiki.

That's all.
The Marked plugin supports display of arrays and images.

Optionnaly, I slice the resulting tiddlers in smaller parts using the 
toolbar "excise" tool.

I think this process is quite simple and it is very usefull to have my 
documents in Tiddlywiki.

However, I would be really interrested to improve this process woth your 
suggestions, for instance:
* to have an alternative for Writage (free and allowing batch processing of 
several files),
* automatically set the field type to text/x-marked when drooping a .md 
file to tiddlywiki,
* to have a way to automaticaly slice imported tiddlers in several tidlers 
(one per chapter) of type text/x-marked


Best regards

Eskha


' www.writage.com a beta software with a free trial avaiable
'' bjtools.tiddlyspot.com/#%24%3A%2Fplugins%2Fbj%2Fplugins%2Fmarked

-- 
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/cfec4cb8-e1d8-4496-bafe-fa1751a47a41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Testers needed for TiddlyServer

2017-10-25 Thread Eskha
Hi Arlen,

On windows 7 with Firefox, I also have a lot of XMLHttpRequest: 412 errors, 
with the following error in TiddlyWiki: "TypeError: xhr is undefined" and 
in the command line:

[2017-10-25T17:57:45.141+-200] PUT 127.0.0.1   200 127.0.0.1 
/my_wiki/No
tes.html 494.586 ms - -
412 ifmatch "1125899906935583-8410702-1508947064000"
412 etag "1125899906935583-8410702-1508947065000"
412 caused by difference in modified

I hope you can fin a solution: TiddlyServer is otherwise really useful.

Best regards.

Eskha


Le mardi 24 octobre 2017 04:12:21 UTC+2, Arlen Beiler a écrit :
>
> Thank you.
>
> I could calculate the file hash and use that as the Etag, but I would need 
> to read the file once (in chunks) to calculate the hash, and then again to 
> send it to the client. Or I could store the entire file in memory after 
> calculating the hash, and send it to the client without reading it again. 
> But the process could run out of memory if I do that. So is it better to 
> read from disk twice? Or is it better to read once and risk running out of 
> memory.
>
> There is one other option, and that is to add a two second delay before 
> retrieving the time modified, but then who can guarantee that the file was 
> not changed in that two second window. 
>
> I use Malwarebytes Premium, and so far I have not had problems. But I 
> hardly ever edit single file wikis either. Mostly just data folders, which 
> just overwrite without checking since the state is stored in the Node 
> process. 
>
> If anyone else has any additional information or test results, or ideas, 
> feel free to comment.
>
> Arlen
>
> On Mon, Oct 23, 2017 at 2:39 AM, Anders Jonsson <chaosweav...@gmail.com 
> > wrote:
>
>> Hi!
>>
>> Using the 2.0.8-nexe I get the following message when the 412 error 
>> occurs (which for me is after something like 40-50 auto-saves):
>>
>> 412 ifmatch "1125899906846851-2837220-150873772"
>> 412 etag "1125899906846851-2837220-1508737721000"
>> 412 caused by difference in modified
>>
>> (Regarding antivirus programs I get the error with "normal" settings, but 
>> so far I haven't been able to produce this error when _testing_ with 
>> "real-time protection" completely turned off...)
>>
>> //Anders
>>
>> On Thursday, October 19, 2017 at 2:46:22 PM UTC+2, Arlen Beiler wrote:
>>>
>>> The best that I can figure is that it is some kind of problem on the 
>>> file system. But I don't know which of two problems it is. Either it is 
>>> because of the inode, or because of the modified time. 
>>>
>>> I made a new release which will give more info about the 412 error in 
>>> the node console when it happens. You can download it from here: 
>>> https://github.com/Arlen22/TiddlyServer/releases/tag/2.0.8
>>>
>>> Use the TiddlyServer-2.0.8-nexe zips. As always, when upgrading, unzip 
>>> the folder and copy the settings.json file into it rather than copying the 
>>> files into your old folder. 
>>>
>>> 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+...@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/67da6daa-28d0-463c-bc15-a085792c579a%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/67da6daa-28d0-463c-bc15-a085792c579a%40googlegroups.com?utm_medium=email_source=footer>
>> .
>>
>> 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/4efd867f-2114-49d5-bbea-a443f4f0fba1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Another shot at kanban

2017-09-21 Thread Eskha
Well done Riz!

A very useful and good looking plugin.


Best regards.

Eskha

-- 
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/0bf60e74-b3a2-4a48-a204-d250e6c9f69b%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 
>>>>> <http://emkayonline.github.io/tw5visjs/>and the description on the 
>>>>> forum 
>>>>> <https://groups.google.com/forum/#!searchin/TiddlyWiki/timeline%7Csort:relevance/tiddlywiki/ZizlWg5I0iU/7d6jdOtDV9QJ>
>>>>>
>>>>>  
>>>>>
>>>>> 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: TiddlyWiki StackExchange

2017-06-07 Thread Eskha
Hi,

I have modified my vote towards this goal.

We only need 5 other particpants to upvote the top 5 questions below 10 
points for the TW Q to be moved to the next phase!

Best regards.

Eskha

-- 
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/e34ea4ac-66c7-452d-9de5-dbf97d28b1c8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Suppress linebreak before lists globally

2017-06-06 Thread Eskha
Hi Stobot,

This is indeed one of the few TW frustrating behavior.

On the display side you can use css to achieve the expected result.

Here is an extract of the StyleSheet I use to overcome this issue (and 
define left indentation)
(You have to put the following  text in a tiddler
Title: whatever you like
Tags: $:/tags/Stylesheet) :
Type: text/css)

/* Simple Paragraph */

html .tc-tiddler-body p {
margin: 0.8em 0em 0.2em 0em;
padding: 0em 0em 0em 0em;
text-indent: 2em;
}


/* Unordered lists */

html .tc-tiddler-body ul {
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 3em;
}

html .tc-tiddler-body ul ul {padding-left: 1.25em;}


/* Ordered lists */

html .tc-tiddler-body ol {
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 3em;
}

html .tc-tiddler-body ol ol {padding-left: 1.25em;}


/* Lists item */

html .tc-tiddler-body li {
margin: 0.2em 0em 0em 0em;
padding: 0em 0em 0em 0em;
}



Best regards.

Eskha

-- 
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/6cdf0709-5fae-41f8-ac6b-f2d3b6e003ba%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] TiddlyWiki StackExchange Update : anyone to be the 100 th follower?

2017-03-29 Thread Eskha
Hello to all TW users and contributors,

Does anyone wants to be the 100 th TW follower on the in definition Stack 
Exchange TW Q StackExchange site ?

http://area51.stackexchange.com/proposals/105326/tiddlywiki

... and contribute to the 12 missing quetions to move to the next stage!

Best regards.

Eskha


-- 
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/0e7a5c34-f03e-436a-aed8-3137a81456b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Cardo beta release

2017-02-22 Thread Eskha
Hi David,

After using the previous and final beta versions, here is some feddback on 
your great work:

Remarks:

   - General
  - When the focus is set by default on "All" nothing (tasks, meetings, 
  project ...) is displayed in dashboard, you need to change the focus to 
an 
  other area then go back to "All" in ordre for reviews to show anything 
and 
  tasks to be shown
  - Top part of buttons in the tiddler view toolbar are trunctated
   - Project/People Dashboards
  - The "x" to remove the "subproject of" and "Project Lead" doesn't 
  work and there is no option in the selector to leave this fields empty 
(for 
  instance a "-")
  - In dashboards shouldn't "arena" be "area" (on the top right) to be 
  consistent ?
  Question mark button right to the area does not display anything for 
   references
   - Reminders created from an action do not inherit the action area
   - When creating a new reference
  - In the newly created reference the Project Selector is not set to 
  the value of creating project
  - The new reference does not appear inside the project dashboard
   - Status update is created with the wrong hour (maybe a TimeZone issue)
   - Maintenance
  - Open all unassigned tasks and references opens a "-" missing 
  tiddler and an empty task: shouldn't it open a tiddler listing all 
  unassigned tasks and references, empty if needed ?
   
Requests:

   - Add a ">>" button next to the main fields ("Sub-Project of", "Project 
   Lead", ...) to link to the choosen value
   - Realm tiddlers should include a dedicated dashboard (for instance 
   listing area, projects, ... for the realm)
   - Display a short help when hoovering "?" icon
   - In a Person dasboard, clicking the "x" next to a project should remove 
   this person from this projest instead of deleting the project
   - Deleting a project (or any constituant) should only be done after a 
   user confirmation
   - Adding a People owner (or creator) for references and display the 
   reference in its owner dashboard
   - Remove default realms and area (Web developpement, Garage, ) from 
   the cardo plugin


Best regards

Eskha


Le lundi 20 février 2017 00:23:40 UTC+1, David Szego a écrit :
>
> Last but not least... Final Beta! (I think.)
>
> I've squashed all the bugs I've found and any reported to me, and added 
> everything I need to be satisfied that this is "feature complete"*
>
> * Not counting Cardo Email Tiddlers via IMAP proxy. That's going to be a 
> 1.1 release. Also, I might add Meeting reminders. No, feature-creep really 
> never ends, does it!
>
> So please grab the latest revision of the plugin and theme, from 
> http://cardo.wiki 
>
> <http://www.google.com/url?q=http%3A%2F%2Fcardo.wiki=D=1=AFQjCNEJIBKtGKOii6CyLzqv7ezrYJIpwA>and
>  
> give it a spin.
>
> Changelog:
>
> - *1.0β7 (19 Feb 2017):*
>
>- Added: Reminders are now triggered (as Modals) when changing to the 
>Review sidebar. Maybe too annoying?
>- Added: Snooze button on Reminders (when fired as modals) - will 
>prevent firing for rest of day (Less annoying)
>- Added: Focus selector (global) on all dashboards (great if sidebar 
>not visible, or on tablet/phone)
>- Added: Help for all types of items - click the *[?]* at the top 
>right of Tasks, Projects, etc.
>- Fixed: Reference list now scrolling (in Project dashboard), tweaked 
>width and made title static
>- Fixed: Project details weren't setting new Important Tasks properly
>- Fixed: ProjectTeamList wasn't changing roles correctly
>- Fixed: Focusing on "All" now shows all items (including unassigned 
>ones), focusing on Realm shows Realm + all child Areas
>- Fixed: Added focus to all appropriate lists
>- Fixed: New tasks set Arena to Unassigned if All is in focus
>- Fixed: New Person added to project from Project dashboard
>- Fixed: Agenda Items now selected and added properly
>- Fixed: New sidebar buttons assign shown Arena
>- Fixed: All "New" buttons now assign parent arena
>- Removed: "Rescheduled" meeting status - redundant
>
> *1.0β6a (13 Feb 2017):*
>
>- 6a: Tweaks to code blocks, external links in theme and palettes
>- 6a: Included forgotton Book Library Tiddler
>
>

-- 
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/8bb1bcd6-a7d7-480f-97fa-9b5e48d42d99%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Cardo beta release

2017-02-14 Thread Eskha
Thank you David for the update: no more javascript errors for me!

This is really a great GTD app.

Best regards.

Eskha

Le dimanche 12 février 2017 23:47:20 UTC+1, David Szego a écrit :
>
> Eskha, took me a while to figure out what a polyfill was. Sorry... 
>
> If you haven't downloaded it already, try 1.0b6 a try (I just fixed it 
> after posting 1.0b6 a few minutes ago)... I changed *text.includes* to 
> *text.indexOf() 
> != -1 *which should work, let me know if I broke everything!
>
> Thanks,
> David.
>
> On Sunday, 12 February 2017 10:34:06 UTC-5, Eskha wrote:
>>
>>
>> I am afraid, it comes from the 10% of Cardo written in javascript. By 
>> looking at the source file, I have found it into tiddler:
>>
>> $:/plugins/Cardo/filters/fieldContains.js
>> --> text.includes(operator.operand)
>>
>> Since it is the only place you seem to use it perhaps you can juste 
>> change this test or insert the polyfill in the beginning of this tiddler?
>>
>

-- 
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/89403ab6-cbf5-4fc3-975c-84162788d57c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Cardo beta release

2017-02-12 Thread Eskha
Hi David,

This problem neither happen with tiddlywiki itself nor with other sevral 
plugins I use or have tried.

I am afraid, it comes from the 10% of Cardo written in javascript. By 
looking at the source file, I have found it into tiddler:

$:/plugins/Cardo/filters/fieldContains.js
--> text.includes(operator.operand)

Since it is the only place you seem to use it perhaps you can juste change 
this test or insert the polyfill in the beginning of this tiddler?

Maybe some skillfull developper on this forum can give some help on this 
matter?

For information this function is far from being supported by all browsers:

Chrome Firefox (Gecko) Internet Explorer Edge Opera 
Safari
41 40 (40) No support Yes No support 9
Android Chrome for Android Firefox Mobile (Gecko) IE Mobile 
Opera Mobile Safari Mobile
No support No support 40.0 (40) No support No support 
No support

Best regards.

Eskha

Le mardi 7 février 2017 17:07:52 UTC+1, David Szego a écrit :
>
> Thomas - Thank you!
>
> Eskha - Not sure what that is, nor how I could include it - I'm doing 90% 
> of Cardo using TW macros... I think you may want to talk to Jeremy about 
> polyfill, as it seems it would be deep in the base of TW rather than my 
> macros.
>
> On Tuesday, 7 February 2017 10:18:48 UTC-5, Eskha wrote:
>>
>> Hi David,
>>
>> Could you include the polyfill proposed by mozilla for "text.includes" 
>> which is not supported by several browers (old versions or recent mobile 
>> versions)?
>>
>>
>> https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes
>>
>> Best regards.
>>
>> Eskha
>>
>>
>>

-- 
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/1221c5bf-5705-4fdc-af62-9cb6ded41c04%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Cardo beta release

2017-02-07 Thread Eskha
Hi David,

Could you include the polyfill proposed by mozilla for "text.includes" 
which is not supported by several browers (old versions or recent mobile 
versions)?

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes

Best regards.

Eskha


-- 
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/defe2809-6142-4f5c-9cdb-b0692f1bd79e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Cardo beta release

2017-01-16 Thread Eskha
For info, I do not have this problem on up to date version of firefox (I 
can't however use more recent version than the 29 at work).

In the recent firefox version, first twoo links (My Dashboard and All 
Items) of the review sidebar link to missing tiddlers even after creating 
activities.

Best regards.

Eskha

Le lundi 16 janvier 2017 13:41:53 UTC+1, Eskha a écrit :
>
> Hi David,
>
> Sorry for the late answer, I haven't seen your post sooner.
>
> I am using firefox 29.0.1.
> The message is displayed when going to http://cardo.wiki 
> <http://www.google.com/url?q=http%3A%2F%2Fcardo.wiki=D=1=AFQjCNEJIBKtGKOii6CyLzqv7ezrYJIpwA>.
>  
> (I do not have this error with other TiddlyWiki Instances)
>
> Firefox console reports:
> "sr:" {fields: Object} cardo.wiki:13801
> "TypeError: text.includes is not a function" cardo.wiki:13467
>
>
> Best regards.
>
> Eskha
>
> Le lundi 2 janvier 2017 16:06:09 UTC+1, David Szego a écrit :
>>
>> Hi Eskha, thanks for reporting this. Do you know what version of Firefox 
>> you're using? Is this when you go to http://cardo.wiki 
>> <http://www.google.com/url?q=http%3A%2F%2Fcardo.wiki=D=1=AFQjCNEJIBKtGKOii6CyLzqv7ezrYJIpwA>
>>  
>> ?
>>
>> On Monday, 2 January 2017 05:03:11 UTC-5, Eskha wrote:
>>>
>>>
>>> When opening your link with firefox, I have this error:
>>>
>>> "Internal JavaScript Error
>>> Well, this is embarrassing. It is recommended that you restart 
>>> TiddlyWiki by refreshing your browser
>>> TypeError: text.includes is not a function"
>>>
>>>

-- 
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/a08145f1-b872-49a4-95f9-ea2c801c9e56%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Cardo beta release

2017-01-16 Thread Eskha
Hi David,

Sorry for the late answer, I haven't seen your post sooner.

I am using firefox 29.0.1.
The message is displayed when going to http://cardo.wiki 
<http://www.google.com/url?q=http%3A%2F%2Fcardo.wiki=D=1=AFQjCNEJIBKtGKOii6CyLzqv7ezrYJIpwA>.
 
(I do not have this error with other TiddlyWiki Instances)

Firefox console reports:
"sr:" {fields: Object} cardo.wiki:13801
"TypeError: text.includes is not a function" cardo.wiki:13467


Best regards.

Eskha

Le lundi 2 janvier 2017 16:06:09 UTC+1, David Szego a écrit :
>
> Hi Eskha, thanks for reporting this. Do you know what version of Firefox 
> you're using? Is this when you go to http://cardo.wiki 
> <http://www.google.com/url?q=http%3A%2F%2Fcardo.wiki=D=1=AFQjCNEJIBKtGKOii6CyLzqv7ezrYJIpwA>
>  
> ?
>
> On Monday, 2 January 2017 05:03:11 UTC-5, Eskha wrote:
>>
>>
>> When opening your link with firefox, I have this error:
>>
>> "Internal JavaScript Error
>> Well, this is embarrassing. It is recommended that you restart TiddlyWiki 
>> by refreshing your browser
>> TypeError: text.includes is not a function"
>>
>>

-- 
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/14bf935a-8c7f-485f-ba90-1c3dcf7f8340%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Cardo beta release

2017-01-02 Thread Eskha
Hi David,

When opening your link with firefox, I have this error:

"Internal JavaScript Error
Well, this is embarrassing. It is recommended that you restart TiddlyWiki 
by refreshing your browser
TypeError: text.includes is not a function"

Good luck with the developpement of Cardo: it looks promising.

Eskha

Le dimanche 1 janvier 2017 03:44:26 UTC+1, David Szego a écrit :
>
> Happy new year all, here's a small token to start well organized... A beta 
> release of Cardo.
>
> This edition has a number of bug fixes (thanks to all who posted and 
> emailed), visual tweaks to make things more appealing and easier to use on 
> tablets, and a new "Espresso" palette for those who don't take milk in 
> their TiddlyWiki (contrasts nicely with the existing Cappucino palette).
>
> As always, grab it from http://cardo.wiki and please keep the comments 
> and criticisms coming.
>
> Best,
> David Szego
>

-- 
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/76099aaf-d5c3-41a0-b48e-ae2ed8c732ea%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Theme] Moments: A little color won't hurt

2016-12-13 Thread Eskha
Hi Riz,

Sorry, for the late answer.

No problem for including this. (I dot not have online active TW).

For the "text-align : justify" the answer is not so easy. The property 
itself is well-supported (see: http://caniuse.com/#search=text-align).
However to have a good-looking display (without long river of blank space), 
it is helpfull to add hyphenation with:

-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto;

and this property is only supported by 33% of the browsers 
(http://caniuse.com/#feat=css-hyphens)

Best regards.

Eskha

Le mercredi 7 décembre 2016 05:00:00 UTC+1, Riz a écrit :
>
> Thank you Eskha.
>
> Regarding lists -that is actually a valid suggestion. Such a tweak can be 
> applied to the TW5 as a whole rather than a single theme. I had previously 
> plans about setting up a blog dedicated to TW5 UI only. If I ever dust off 
> that plan - may I include this in there with your name? If you have a 
> public TW5, I will take a note to link to that.
>
> PS: 
>
>  text-align: justify - how many browsers support that? 
>
>

-- 
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/79b9d93b-1990-4664-81bb-eed863dfa8e1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [Theme] Moments: A little color won't hurt

2016-12-06 Thread Eskha
Hi Riz,

This is really a great theme for TW5.


May I propose an other way to display lists with the following CSS :


/* Simple Paragraph */

html .tc-tiddler-body p {
margin: 0.8em 0em 0.2em 0em;
padding: 0em 0em 0em 0em;
text-indent: 2em;
text-align: justify;
text-justify: newspaper;
}


/* Unordered lists */

html .tc-tiddler-body ul {
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 3em;
text-align: justify;
text-justify: newspaper;
}

html .tc-tiddler-body ul ul {padding-left: 1.25em;}


/* Ordered lists */

html .tc-tiddler-body ol {
margin: 0em 0em 0em 0em;
padding: 0em 0em 0em 3em;
text-align: justify;
text-justify: newspaper
}

html .tc-tiddler-body ol {list-style-type:decimal;}
html .tc-tiddler-body ol ol {list-style-type:lower-alpha;}
html .tc-tiddler-body ol ol ol {list-style-type:lower-roman;}
html .tc-tiddler-body ol ol ol ol {list-style-type:decimal;}
html .tc-tiddler-body ol ol ol ol ol {list-style-type:lower-alpha;}
html .tc-tiddler-body ol ol ol ol ol ol {list-style-type:lower-roman;}
html .tc-tiddler-body ol ol ol ol ol ol ol {list-style-type:decimal;}

html .tc-tiddler-body ol ol {padding-left: 1.25em;}


/* All lists item */

html .tc-tiddler-body li {
margin: 0.2em 0em 0em 0em;
padding: 0em 0em 0em 0em;
text-align: justify;
text-justify: newspaper;
}


Therefore, this wiki text :

Lorem ipsum dolor sit amet. Aenean sagittis quam urna, sed fermentum lorem 
feugiat sit amet. Fusce fermentum consequat felis ac ullamcorper. Duis quis 
viverra ex. Integer suscipit ante magna, sed sagittis neque pellentesque 
at. 

* consectetur adipiscing elit
** pellentesque sagittis
*** in nisl vitae condimentum
 morbi viverra eros ligula
* Proin euismod consequat ante, eget auctor libero sagittis nec.


Integer et nunc viverra, pulvinar neque in, pellentesque arcu. Cum sociis 
natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. 
Cras molestie massa dui, sed dictum mauris finibus vel. Ut erat leo, 
elementum non orci nec, fringilla bibendum magna.

# Mmaecenas ut purus
## non nibh ultricies sollicitudin
### nam elementum consectetur cursus.
# quisque accumsan pharetra velit vitae tempus.
# Nulla varius sagittis consequat. Etiam pellentesque iaculis sapien, in 
molestie sapien molestie quis. Cras sit amet porttitor tellus, vulputate 
rutrum urna. Cras ligula ligula, congue non auctor eu, lobortis finibus 
nunc.

will look like this:


instead of this:



Best regards.

Eskha


Le samedi 26 novembre 2016 18:05:54 UTC+1, Riz a écrit :
>
> Moments is a beautiful free and responsive theme available for wordpress. 
> This is an adaptation of the same for TW5 platform. All the design credits 
> goes to the site and the original designer.
>
> Screenshots: http://imgur.com/a/IgzJo
>
> To see demo and download the plugin, go to: 
> http://tesseractmoments.surge.sh/
>
> If you cannot see the left sidebar as shown in the screenshots, try 
> zooming out a bit. 
>
>
> Do let me know your inputs and feedbacks
>

-- 
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/ad105f9b-50d8-49b4-af1b-43553acbf97c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Inspiration for (yet) another view on tiddlers and relationships? - see twine development

2013-09-12 Thread Eskha
Hi,

Totally amazing!

It woul'd be a wonderful of exploring data in a TW 5, imagine this feature 
combined with:
* a search capability to narrow the field of tiddler displayed,
* the use of a color background for each tidler title (the one from its 
firs tag for instance),
* display of an automatic clipped version of the tiddler text in the view 
to keep it synthetic  (like it is done in the intellisearch plugin for TWc).

Best regards.

Eskha

Le mercredi 11 septembre 2013 17:52:48 UTC+2, Måns a écrit :

 Hi TwWizards

 I've just had a look on Chris Klimas' latest (pre) Alfa version of his 
 Twine story builder*: http://twinery.org/2/#stories
 Please check it out by creating a story and a couple of passages.
 In a passage create a link to the other passage. (Normal TiddlyWiki link 
 with double square brackets..) and see what happens.

 I'ts all pretty basic atm - however to me it seems to do what some 
 users/programmers have done, in the past, with moveable tiddlers and layout 
 in TW - and here it adds a nice visualization of link connections - as 
 simple strings/lines ...

 Maybe this kind of UI could be developed as an alternative writers theme 
 for TW5?
 I'd love that :-)

 I'd also like/love to see Tim Barne's TiddlyKanBanPlugin** be revived in 
 TW5. 

 Both seem to expose qualities which would be very nice to have for 
 production on tablets and other touch devices..

 Cheers Måns Mårtensson

 *)  https://groups.google.com/d/msg/tweecode/PEjn1fwT3rg/qKbhU8MrJoEJ
 **) https://groups.google.com/d/msg/tiddlywiki/5iD4nFZP54M/sWIl_tCVUw8J



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: [TWc] TreeDiagramFormatterPlugin

2013-09-12 Thread Eskha
A really nice plugin!

I think, the two following features could be interresting:
* Before any vertical bar, having an horizontal bar centered on the parent 
node,
* Having a syntax to do vertical diagrams instead of horizontal ones.

Best regards.

Eskha

Le jeudi 12 septembre 2013 02:47:38 UTC+2, G.J.Robert a écrit :



 Tobias Beer於 2013年9月11日星期三UTC+8下午6時24分23秒寫道:


 I hacked (ugly-ly) and extended the list formatter handler of TWc because 
 I needed a tree-like diagram or something like cladograms found on 
 Wikipedia species, to organize my notebook. For those who may be 
 interested, it's published on a TiddlySpace plugin-space: 
 http://treedg.tiddlyspace.com/


 Really Nice!


 Glad to have compliments from the community, thanks! Please keep telling 
 me if you find any questions or problems contained with it. :-)
  

  

 Pardon me for not being so sure how to build a plugin-space so to be 
 safely included without messing up other spaces.


 As for plugins on *TiddlySpace*, I prefer to always create two spaces...

 * one for the plugin to be included, e.g. *@TreeDiagramFormatterPlugin*
 * one for the documentation, e.g. *@treedg*

 The thing is, I don't think documentation or any of that should be inside 
 a plugin *at all*. At least for my taste, many plugins are way too bloated 
 like that. All it takes is a *Documentation* slice.

 Code is code and prose, examples, parameters, configuration, version 
 history, etc... are a different thing. They perhaps require proper 
 example tiddlers and something that looks better than plain nothingness.

 For an example perhaps see...

 http://slidr.tiddlyspace.com
 http://slidrplugin.tiddlyspace.com


 Yeah, I agree with this point. I liked to have simple manual be included 
 in the main plugin tiddler so that I can consult the documentation anytime 
 without having to import/include one more big documentation tiddler. But I 
 guess you guys are right about the bloating problem and now I understand 
 why Eric has splitted most of his documentations as separated tiddlers.

 Since I agree with the practice now, I kind of regret that I have given 
 the plugin such a long name, 'cause I'm afraid that *
 TreeDiagramFormatterPlugin* is a bit too long to type for TiddlySpace 
 inclusion :-) So I guess I'll try to rename the plugin as something like 
 TreeDGPlugin, to avoid cumbersome citation and inclusion.

 And many thanks to Tobias for detailed and informative steps below. I'll 
 do the fix shortly ;-)
  


 As for the includable plugin space...

 You pretty much should...
 * remove **all** included bags, unless your plugin depends on any
 * **especially** delete the *ColorPalette*, as well as *GettingStarted*
 * tag the plugin *excludeLists* and *excludeSearch *because they have 
 nothing to do with the content in space that includes them
 * put *SiteInfo* into *DefaulTtiddlers*
 * I usually name the *SiteTitle* with the plugin name to directly link it
 * when ready for inclusion, I add the tag *plugin* to *SiteInfo*, 
 recently I also started to tag it with *@tobibeer* and *official* to 
 indicate that I am the actual author and not just the creator of a plugin 
 space for something I haven't created, otherwise I tag it *unofficial* and 
 with the actual authors name

 If you want or need to, I can help you with the initial setup.

 Best wishes, Tobias.



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] Re: Separation can be a very good thing.

2013-09-05 Thread Eskha
Hi,

For a short term solution, I agree with Jeremy about a welcome message to 
the TW groups asking people to flag their subject lines TWc or TW5, due to 
the not so big traffic in this group.

For a long term solution, I would rather have a central place for TWc and 
TW5 open to contributions from TW users and containing :
* A presentation of TWc and TW5,
* A download area,
* Documentation about TWs,
* A forum, a FAQ, tutorials,
* A plugin and theme repository with their documentation,
* A presentation and links to TW universe (TiddlyWeb, TiddlySpot, Tiddly 
GTD ...).

About TWc / TW5
I think that TWc will still survive for quite a long time because:
* Of all the already existing plugins,
* Of all the customization (plugins, themes/css, transclusions, ...) made 
by each user on its TW.
* Of the impossibility to simply and quickly import this plugins and 
customizations inside a TW5.

On the other side, TW5 seems to have more potential, especially for 
developing / integrating new functionalities. And I think, exiting and new 
users will use it:
* If he can add useful functionalities (this implies developing plugins but 
also making them easy to find and use),
* If he can easily tweak its TW5. For me, when I dscovered TWc, I decided 
to use it against other solutions because it was a single thml page, you 
could use anywhere (including PC with limited accounts) and offering 
powerful tools and quite easy tweaking mechanisms.

I'd like to find this power and simplicity again in TW5.
For instance it took me 10-20 mn in TWc to understand plugin mechanism, 
make a first hello-world plugin and hack my first plugin without using 
anything else than my TWc and my browser. To do a simple helloWorld plugin 
in TW5, the recommended way*, you should:
1) download a node.js binaries version (can't use the installer version on 
a work computer),
2) discover how to make a plugin and build a TW including it with node.js,
3) find and download a git portable version to use the building .sh script 
(windows 7 computer ),
4) searching on internet how to properly configure node.js and git portable 
in this portable configuration = writing the corresponding .bat files.
5) Finally having your plugin in your TW!
While this may be easy for (javascript) developers it may not be so easy 
for common users.

However I have no doubt that Jeremy will find solutions to allow easy 
tweaking of TW5 for common users and that he just need time (I can't 
imagine how many hours he has already spent on TW5 and will spend  to make 
a beta and the next versions) and some feedback to do so (it's always 
difficult and time consumming to make simple functions).

Thank you for those reading up to this point.

Eskha


Le mardi 3 septembre 2013 22:38:06 UTC+2, Arc Acorn a écrit :


 2) We plan a migration away from Google Groups:
 a) TiddlyWikiDev could migrate to StackOverflow; several other open 
 source projects use it in that way
 b) The main TiddlyWiki group could migrate to a homegrown 
 TiddlyWeb+TiddlyWiki5 host


  I would like to vote for a move to a normal forum or BBS system.
 The more I think about it the more sense it makes for a project like TWC/5 
 to be on a real forum.

 #1 You can easily segregated Classic and Five 
 #2 We would *finally *have a central place to share things like themes, 
 plugins, scripts...etc that any one could add to.
 #3 We can Pin topics in different threads, we get a ton of repeat support 
 questions here that could be fixed very easily in a forum.
 #4 If cost or ease of sign-up is the real issue we don't their are free-ad 
 support BBSs out there and many of them any nearly everyone of the self 
 hosted ones support Google, Facebook, Twitter, (Other open sign in 
 accounts) to be used. 
 #5 It would be quick and easy to setup compared to any of the other 
 options and is really a standard for projects/communities of this type.
 #6 All the current Goolge groups could be merged into a single forum under 
 Dev, Community, Variants like GTD..etc everything in one place!



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] Re: Upgrading TW5 core

2013-09-02 Thread Eskha
Hi Jeremy,

Upgrading to Firefox Portable 23.0.1 (with the TiddlyFox version validated 
by Mozilla) solves the importation issue!

However there are the following restrictions, you may already be aware of:
* Date of the imported tiddlers becomes the date of importation;
* Neither shadow tiddlers are imported (as warned by Tobias) nor system 
tiddlers (like the d3 plugin in $:/plugins/tiddlywiki/d3 or other plugins 
like a $:/plugins/test/helloworld), nor themes.

After moving to firefox 23 and successfully upgrading to the last TW5 
version:
* I confirm that I do no longer have any lost of focus when editing a 
tiddler,
* I can access the very convenient ThemeTweaks tiddler from th 
$:/ControlPanel but not from the Tools tab of the Sidebar where I think 
it could be useful.

Lastly, a suggestion: it maybe useful to add somewhere on the TW5 Site, 
perhaps in the [[TiddlyWiki5 Standalone Edition]] tiddler, a list of known 
working configurations.

Best regards and thank you again for your helpful answers and your amazing 
work on TW5.

Eskha


Le lundi 2 septembre 2013 14:50:51 UTC+2, Jeremy Ruston a écrit :

 Hi Eskha

 I only just noticed that you're running Firefox 15. Can you try using a 
 more recent version of Firefox, or Google Chrome and see if you're getting 
 the same problem?

 Many thanks,

 Jeremy


 On Fri, Aug 30, 2013 at 4:11 PM, Eskha khask...@gmail.com 
 javascript:wrote:

 Hi Jeremy,

 Yes, I see it in both case (dragging a tw5 or a tiddler).

 Best regards.

 Eskha


 Le jeudi 29 août 2013 16:16:16 UTC+2, Jeremy Ruston a écrit :

 When you drag the file into the 
 http://five.tiddlywiki.com/**empty.htmlhttp://five.tiddlywiki.com/empty.htmlwindow,
  do you see the green stripe at the top of the screen?

 Best wishes

 jeremy


 On Thu, Aug 29, 2013 at 1:31 PM, Eskha khask...@gmail.com wrote:

 Hi Tobias and Jeremy,

 Dragging my TW5 into an empty TW5 (either locally or to 
 http://five.tiddlywiki.com/**emp**ty.htmlhttp://five.tiddlywiki.com/empty.html)
  
 does not import anything under Firefox 15.0: it opens the dragged TW5 
 instead. (However Dragging tiddlers one by one works but it is a bit 
 cumbersome for a TW5 with more than 150 tiddlers...).

 Do you have any workaround (or any know configurations of firefox + 
 tiddlyfox working) ?


 Eskha


 Le jeudi 29 août 2013 08:52:12 UTC+2, Tobias Beer a écrit :

 Drag your tw5 into...

 http://five.tiddlywiki.com/**emp**ty.htmlhttp://five.tiddlywiki.com/empty.html

 Then hit the save button.

 Beware that any modifications to shadow tiddlers are currently not 
 imported.

 So, you'll perhaps need to drag and drop them manually or even copy  
 pasta... dunno.

 Tobias.

  -- 
 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 
 http://groups.google.com/**group/tiddlywikihttp://groups.google.com/group/tiddlywiki
 .
 For more options, visit 
 https://groups.google.com/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  



 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] Re: Upgrading TW5 core

2013-08-30 Thread Eskha
Hi Jeremy,

Yes, I see it in both case (dragging a tw5 or a tiddler).

Best regards.

Eskha


Le jeudi 29 août 2013 16:16:16 UTC+2, Jeremy Ruston a écrit :

 When you drag the file into the http://five.tiddlywiki.com/empty.htmlwindow, 
 do you see the green stripe at the top of the screen?

 Best wishes

 jeremy


 On Thu, Aug 29, 2013 at 1:31 PM, Eskha khask...@gmail.com 
 javascript:wrote:

 Hi Tobias and Jeremy,

 Dragging my TW5 into an empty TW5 (either locally or to 
 http://five.tiddlywiki.com/**empty.htmlhttp://five.tiddlywiki.com/empty.html)
  
 does not import anything under Firefox 15.0: it opens the dragged TW5 
 instead. (However Dragging tiddlers one by one works but it is a bit 
 cumbersome for a TW5 with more than 150 tiddlers...).

 Do you have any workaround (or any know configurations of firefox + 
 tiddlyfox working) ?


 Eskha


 Le jeudi 29 août 2013 08:52:12 UTC+2, Tobias Beer a écrit :

 Drag your tw5 into...

 http://five.tiddlywiki.com/**empty.htmlhttp://five.tiddlywiki.com/empty.html

 Then hit the save button.

 Beware that any modifications to shadow tiddlers are currently not 
 imported.

 So, you'll perhaps need to drag and drop them manually or even copy  
 pasta... dunno.

 Tobias.

  -- 
 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 javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


[tw] Re: Upgrading TW5 core

2013-08-29 Thread Eskha
Hi Tobias and Jeremy,

Dragging my TW5 into an empty TW5 (either locally or to 
http://five.tiddlywiki.com/empty.html) does not import anything under 
Firefox 15.0: it opens the dragged TW5 instead. (However Dragging tiddlers 
one by one works but it is a bit cumbersome for a TW5 with more than 150 
tiddlers...).

Do you have any workaround (or any know configurations of firefox + 
tiddlyfox working) ?


Eskha


Le jeudi 29 août 2013 08:52:12 UTC+2, Tobias Beer a écrit :

 Drag your tw5 into...

 http://five.tiddlywiki.com/empty.html

 Then hit the save button.

 Beware that any modifications to shadow tiddlers are currently not 
 imported.

 So, you'll perhaps need to drag and drop them manually or even copy  
 pasta... dunno.

 Tobias.


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [tw] Re: TiddlyWiki Hangout #7

2013-08-23 Thread Eskha
Hi Jeremy,

Back from holidays, I have upgraded my TW5 and used the very nice drag and 
drop feature to add the d3 plugin into it: it works perfectly now!

Thank you very much.

As a long term feature request regarding drag and dropping of tiddler, I 
would find very useful to have an alternative drag and drop (perhaps in a 
dedicated drop zone) allowing me to drag a tiddler from one TW (for 
instance the task tiddler) and get into the destination TW this tiddler 
as well as all the tiddlers tagged by it (all the tiddlers tagged task in 
the example). I don't know if this is technically possible.

Eskha


Le mercredi 7 août 2013 17:41:22 UTC+2, Jeremy Ruston a écrit :

 Hi Eskha
  

 When trying to integrate the wonderful looking d3 plugin and reproducing 
 the Word Cloud demo, I must have done something wrong since I have got the 
 error message : Unknown widget '$d'


 That error message makes it sound like the TW5 core is an old version; you 
 should upgrade by downloading a new empty.html, and then dragging your 
 existing TiddlyWiki file into it to import your tiddlers.

 Here is what I have done :
 * I copy-pasted the content of the $:/plugins/tiddlywiki/d3 tiddler in my 
 Tiddlywiki into a tiddler with the same name. 

 * I updated the fields of this tiddler 

 descriptiond3.js plugin for TiddlyWiki5
 pluginyes
 plugin-typeplugin
 typeapplication/json


 Plugin installation isn't very polished. The best way to do it at the 
 moment would be to have http://five.tiddlywiki.com/d3demo.html open 
 alongside your own TiddlyWiki. Navigate to the More/System sidebar tab in 
 the d3demo wiki, and locate the tiddler $:/plugins/tiddlywiki/d3. Drag 
 that link over to the window containing your own TiddlyWiki. You should see 
 a green bar at the top of the window confirming the drag. You don't need to 
 update any fields of the tiddler. Just save changes and reload, and the 
 plugin will be available.
  

 * I created a Word Cloud Demo tiddler with the macro in your HelloThere 
 tiddler
 $d3cloud data=CloudData spiral={{$:/spiral}}/
 * I created a copy of the CloudData tiddler (same title, same content, 
 type field set to application/json)


 Those two steps sound right. Let me know how you get on

 Best wishes

 Jeremy

 Could you provide me some help on this subject ?



  


 Best regards.

 Eskha


 Le vendredi 2 août 2013 11:12:53 UTC+2, Jeremy Ruston a écrit :

 Hi Okido,

 Sorry for the late reply.

 I just finished watching hangout No7, this was really interesting.
 Good to hear that d3.js is integrated in tw5, I use d3.js in TWc for 
 manipulating data sets and generating graphs.
 Will d3.js be added in the form of a plugin ?


 Yes, the plugin source can be seen here:

 https://github.com/Jermolene/**TiddlyWiki5/tree/master/**
 plugins/tiddlywiki/d3https://github.com/Jermolene/TiddlyWiki5/tree/master/plugins/tiddlywiki/d3

 The plugin is used in this demo:

 http://five.tiddlywiki.com/**d3demo.htmlhttp://five.tiddlywiki.com/d3demo.html
  

 Other item that was addressed in one of the hangouts was were are 
 people TWc or TW5 using for.
 I am using it for note taking, as quick report and graph generator, a 
 tool to manage a risk analysis for foodsafety and as a system for managing 
 documents.


 Those last three all sound pretty interesting, would you be able to 
 share any of your techniques in the group?

 Best wishes

 Jeremy
  


 Okido

 Op dinsdag 30 juli 2013 14:05:51 UTC+2 schreef Jeremy Ruston het 
 volgende:

 The seventh TiddlyWiki Hangout will be kicking off in three hours. The 
 details are here:

 https://plus.google.com/**events**/**cegiptcfbi484ii9mrgsf9c9u7chttps://plus.google.com/events/cegiptcfbi484ii9mrgsf9c9u7c

 Looking forward to seeing everybody there,

 Best wishes

 Jeremy

 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  



 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  
  -- 
 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 javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/groups/opt_out.