Re: [tw5] Re: [NodeJS][Android] TiddlyWiki takes 30 seconds to load modules in ARM architecture

2018-09-15 Thread Arlen Beiler
You definitely don't have to compile stuff. You just need to do a little
configuring of apps, but now that I discovered Dory, the need for that has
gone down. Sometime soon I will write an app to generate the configuraton
automatically.

If you want to contribute toward the cost of time, there's a link on the
TiddlyServer GitHub repo.

On Sat, Sep 15, 2018, 18:45 @TiddlyTweeter  wrote:

> I posted enthusiastically about this thread here:
> https://groups.google.com/d/msg/tiddlywiki/GUnOZYd6_oY/5CxNTf4cCQAJ
>
> *This is a very interesting thread because it seems to get to the heart of
> Android usage issues.*
>
> The one comment I want to make (as a NON-programmer) is in actual life I
> need a simple app I can download and get started. Looking at having to
> compile stuff on node is a total non-starter for me, and, I think, most
> potential users.
>
> Best wishes
> Josiah
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To post to this group, send email to tiddlywiki@googlegroups.com.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/124d01ee-d081-4a9d-974a-15a5534e0a85%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdST3gc-qaaT0FKbMQng-4Ufz_P7XoTV82o6q4yTxPxwDdg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How can I add tabs inside a tiddler?

2018-09-15 Thread Eric Shulman
On Saturday, September 15, 2018 at 7:20:36 PM UTC-7, Cooper Alishio wrote:
>
> In an attempt to organize/combine some of my tiddlers I want to add tabs 
> inside individual tiddlers. 
> I know how to use this macro:
> < "SampleTabOne" "$:/state/tab1">>
> But, I don't know where to go from here as far as adding information to 
> the tabs: specifically adding information to one tab and not the other.
>

You are very nearly there!

In your macro example above, the first parameter is a list of tiddler 
titles (i.e., "SampleTabOne SampleTabTwo SampleTabThree SampleTabFour").  
These tiddlers are used to hold the contents of each tab.  Just create four 
more tiddlers and enter your desired content there and they will appear in 
the individual tabs.

let me know how it goes...

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

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1ffb0e9a-fdd4-4f99-8053-c25df8e4fb84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Search in datatiddler

2018-09-15 Thread Magnus
I wrote it like this and I think it works:

<$list filter="[indexes[]search{$:/state/table}sort[title]]">

:)

-- 
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/a037212f-eb48-44bf-bc6c-23fb362a1180%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Search in datatiddler

2018-09-15 Thread Magnus
Thank you, I will try 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/90817dc6-95a7-4af7-9ca2-048649c81d84%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] How can I add tabs inside a tiddler?

2018-09-15 Thread Cooper Alishio
In an attempt to organize/combine some of my tiddlers I want to add tabs 
inside individual tiddlers. 
I know how to use this macro:
<>
But, I don't know where to go from here as far as adding information to the 
tabs: specifically adding information to one tab and not the other. Im very 
new to the whole tidily wiki website and coding, so what would be helpful 
is a chuck of code with words like "sample" in place of actual information, 
so that I can copy/paste it and add in the information later, similar to 
how someone could copy/paste the above code, and simply replace 
"sampletabone" with "biography".

Again, I know basically nothing about coding but I do want to use 
TiddlyWiki for note taking in school, so the most basic answers would be 
very helpful. Thank you

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a9085da1-74e1-4e38-8c23-7d2e9b2c167c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Search in datatiddler

2018-09-15 Thread 'Mark S.' via TiddlyWiki
For "auctor", I changed the list filter to:

<$list filter="[indexes[]prefix{$:/state/table}sort[title]]">

This seemed to work BUT you have to initialize the state tiddler by filling 
the edit field several times before the list stops throwing errors. After 
that it seems to work fine. I feel that this may be a subtle bug where the 
{...} transclusion is returning a null internally rather than an empty 
string.

Since it throws errors -- be sure to make backups first!

Good luck
-- Mark

On Saturday, September 15, 2018 at 5:13:20 PM UTC-7, Magnus wrote:
>
> Hi, I'm trying to make a custom search from two data-tiddlers. I want to 
> limit the search and only show the results that match the search field but 
> can't make it work. Any help appreciated :)
> /Magnus
>
> 
>   
> Limit to: <$edit-text tiddler="$:/state/table" tag="input" 
> default="" placeholder={{$:/language/Manager/Controls/Search/Placeholder}}/>
> 
>   
>   
> <$radio  tiddler="$:/state/table" field="selection" 
> value="abbreviations"> Abbreviations
> <$radio  tiddler="$:/state/table" field="selection" value="auctor"> 
> Auctor
>
> <$reveal state="$:/state/table!!selection" type="match" 
> text="abbreviations">
>
> 
>   <$list filter="[[$:/_dictionary/abbreviation]] 
> [[$:/_dictionary/pronunciation]] +[indexes[]]">
>   
>   <>
>   <$view tiddler="$:/_dictionary/abbreviation" 
> index=<>/>
>   <$view tiddler="$:/_dictionary/pronunciation" 
> index=<>/>
> 
> 
>   
> 
> <$reveal state="$:/state/table!!selection" type="match" text="auctor">
>
>   <$set name="data" value="$:/_dictionary/auctor">
>   <$list filter="[indexes[]sort[title]]">
>
>   ;{{!!title}}
>   :<$transclude tiddler=<> index=<>/>
>   
>   
> 
> 
>   
> 
>

-- 
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/bc8dd4e9-938f-40ab-8e0e-f0948db22051%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Support for LaTeX diagrams

2018-09-15 Thread Pin Tail
I'd love to be able to produce a wider variety of diagrams in TiddlyWiki 
than are currently supported. One way of doing this would be to be able 
render LaTeX diagrams within TiddlyWiki such as those provided by LaTeX 
packages TikZ and genealogytree.

I was just wondering if this is already possible in any way? Is there any 
way to get more general LaTeX rendering support than is available through 
KaTeX?

-- 
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/0f52acb2-4279-46c9-bca3-36934096%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Search in datatiddler

2018-09-15 Thread Magnus
Hi, I'm trying to make a custom search from two data-tiddlers. I want to 
limit the search and only show the results that match the search field but 
can't make it work. Any help appreciated :)
/Magnus


  
Limit to: <$edit-text tiddler="$:/state/table" tag="input" 
default="" placeholder={{$:/language/Manager/Controls/Search/Placeholder}}/>

  
  
<$radio  tiddler="$:/state/table" field="selection" 
value="abbreviations"> Abbreviations
<$radio  tiddler="$:/state/table" field="selection" value="auctor"> 
Auctor

<$reveal state="$:/state/table!!selection" type="match" 
text="abbreviations">
   

  <$list filter="[[$:/_dictionary/abbreviation]] 
[[$:/_dictionary/pronunciation]] +[indexes[]]">
  
  <>
  <$view tiddler="$:/_dictionary/abbreviation" 
index=<>/>
  <$view tiddler="$:/_dictionary/pronunciation" 
index=<>/>


  

<$reveal state="$:/state/table!!selection" type="match" text="auctor">
   
  <$set name="data" value="$:/_dictionary/auctor">
  <$list filter="[indexes[]sort[title]]">

  ;{{!!title}}
  :<$transclude tiddler=<> index=<>/>
  
  


  


-- 
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/fdb7b9a6-b489-408b-8a86-1ddd563d2820%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to do I make some specific changes in the UI?

2018-09-15 Thread talha131


Thank you Stephan. I used following code

div.tc-search {
position: fixed;
top: 0px;
left: 300px;}
div.tc-page-controls {
position: fixed;
top: 0px;
left: 0px;}
div.tc-sidebar-header h1.tc-site-title,div.tc-sidebar-header 
div.tc-site-subtitle {
display:none;}

My intention was to *keep the page controls and search always visible, even 
if sidebar is collapsed*. It seems my approach is wrong. The page control 
and search bar has moved to the top but they disappear when I hide the 
sidebar.

Not sure it is possible or not. Perhaps I will have to override the shadow 
tiddlers that Tony mentioned.

On Sunday, September 16, 2018 at 3:07:37 AM UTC+5, Stephan Hradek wrote:

This is ugly but to give you a starting point:
>
> You can use CSS. Create a new tiddler tagged with $:/tags/Stylesheet
>
> Then insert
>
> div.tc-search {
> position: fixed;
> top: 0px;
> left: 0px;
> }
> div.tc-page-controls {
> position: fixed;
> top: 0px;
> right: 0px;
> }
> div.tc-sidebar-header h1.tc-site-title,
> div.tc-sidebar-header div.tc-site-subtitle {
> display:none;
> }
>
>
>
> ​

-- 
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/d03ef566-ce96-4e1e-860b-f968f53ba912%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to do I make some specific changes in the UI?

2018-09-15 Thread talha131
Thank you Tony.

> Otherwise it is also a matter of looking at the tiddlers that currently 
generate the content in the side bar and cut and copy as needed.


Can you please point me towards some such tiddlers so that I can inspect 
their code?

On Sunday, September 16, 2018 at 3:21:01 AM UTC+5, TonyM wrote:
>
> The next release will make this easier with a tag you can use for elements 
> in the sidebar.
>
> Otherwise it is also a matter of looking at the tiddlers that currently 
> generate the content in the side bar and cut and copy as needed.
>
> Your changes to shadow tiddlers will replace the underlying tiddler but 
> can be deleted, restoring the shadow tiddler.
>
> Regards
> Tony
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/67c392c5-0860-44cb-a24f-a89fed984368%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-15 Thread TonyM
Mark,

I expect you are free to reuse the documentation the issue may be it all uses 
some additional documentation tools plugings so may not be easily transfered.

Well thats how I interpret thr community.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e9710eff-1a90-49d4-af96-6d82b5e2d34f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-15 Thread TonyM
Hans,

Nor did I mean to criticize.

Just expressing the state of play.

Thanks
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f1a33be9-44cb-4d12-a92f-dd313a16f0c2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to do I make some specific changes in the UI?

2018-09-15 Thread TonyM
The next release will make this easier with a tag you can use for elements in 
the sidebar.

Otherwise it is also a matter of looking at the tiddlers that currently 
generate the content in the side bar and cut and copy as needed.

Your changes to shadow tiddlers will replace the underlying tiddler but can be 
deleted, restoring the shadow tiddler.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/073f253d-0b52-4144-a037-96f4db61fc52%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How to do I make some specific changes in the UI?

2018-09-15 Thread Stephan Hradek
This is ugly but to give you a starting point:

You can use CSS. Create a new tiddler tagged with $:/tags/Stylesheet

Then insert

div.tc-search {
position: fixed;
top: 0px;
left: 0px;
}
div.tc-page-controls {
position: fixed;
top: 0px;
right: 0px;
}
div.tc-sidebar-header h1.tc-site-title,
div.tc-sidebar-header div.tc-site-subtitle {
display:none;
}



-- 
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/35fa497a-926b-42d7-8da3-ae3987af385a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [Outreach] Communicating to writers the benefits of TW -- #21 FUTURE TIDDLERS

2018-09-15 Thread 'Mark S.' via TiddlyWiki
Here's a start that has most of the mentioned features:

\define linkfullname() $(target)$!!linktype
\define makelink() 
<$reveal type="nomatch" state="""$(target)$!!caption""" text="">
<$set name=title tiddler="""$(target)$""" field="caption">
<$link to="$(target)$"><>


<$reveal type="match" state="""$(target)$!!caption""" text="">
[[$(target)$]]

\end
\define maketrans() <$transclude tiddler="""$(target)$""" mode="block"/>
\define makeedit() {{$(target)$||$:/core/ui/EditTemplate}}
\define tle(target)
<$set name="target" value="""$target$""">
<$reveal type="nomatch" text="yes" state="$:/state/publish">
<$radio tiddler="""$target$""" field=linktype value="link">L
<$radio tiddler="""$target$""" field=linktype value="trans">T
<$radio tiddler="""$target$""" field=linktype value="edit">E
<$reveal type="match" text="link" state=<>>
<>

<$reveal type="match" text="trans" state=<>>
<>

<$reveal type="match" text="edit" state=<>>
<>



<$reveal type="match" text="yes" state="$:/state/publish">
<$transclude tiddler="""$target$""" mode="block"/>


\end

$:/state/publish

Publish? 
<$radio tiddler="$:/state/publish" field="text" value="yes">Yes
<$radio tiddler="$:/state/publish" field="text" value="no">No


<>

"tle" stands for "Transclusion, Link, Edit". The "edit" part is clumsy 
since it just uses the edit template without mods to make it flow in the 
current river. But it basically works and might serve as a start. The 
"link" element defaults to using the caption if available so you can write 
more descriptive titles without having to break links. It actually creates 
the tiddlers just by clicking on the corresponding radio button.  It does 
this because it stores the current tle setting in the target tiddler. You 
can put more <> macros into sub-tiddlers displayed via transclusion, 
allowing a kind of sub-structure if you want. Though in general I think I 
would just let the top tiddler provide the structure.

This requires TW 5.1.15 or higher.

Have fun,
-- Mark

On Thursday, August 30, 2018 at 10:39:08 AM UTC-7, Mark S. wrote:
>
> Nice!
>
> The next step would be to have a button next to each item that allows you 
> to switch from link to transclusion. And/or a small link when displayed as 
> a transclusion so you could quickly edit the text. The current status would 
> be stored in a flag in the tiddler. The macro might also need a way to 
> display different text when linking. And also default to using  caption 
> (ala uni-links) when no  link description is given. There would also be a 
> master configuration tiddler for final publication that only shows the 
> transcluded results with no buttons.
>
> These ideas are motivated by the need to move quickly between edit/view 
> modes, and the fact that there is no easy way to change the contents of 
> macros (or links) globally. So once you've created a title, it's easiest to 
> stick with it though you may want it to be displayed differently.
>
> -- Mark  
>
> On Thursday, August 30, 2018 at 9:37:02 AM UTC-7, BurningTreeC wrote:
>>
>> I'm just adding my 2cents with an idea:
>>
>> a small macro that displays a link if the tiddler is missing, but 
>> transcludes the tiddler if it's not:
>>
>> in a macro-tiddler:
>>
>> \define trl(text)
>> {{$text$||transcludilinktemplate}}
>> \end
>>
>> in the "transcludilinktemplate":
>>
>> <$list filter="[is[missing]]">
>> <$link to=<>><>
>> 
>> <$list filter="[!is[missing]]">
>> <$transclude/>
>> 
>>
>> ... call it with <> and it's a link as long as the 
>> tiddler doesn't exist and it transcludes it when it does, neat!
>>
>>
>>

-- 
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/12367fd9-1195-482a-a4e6-e4a4d0164921%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Maarfapad (aka TWaaS) v0.5.0 is live

2018-09-15 Thread HansWobbe
Abraham:

For your information:

I've started using this and testing it in the ways that I generally use my 
TW5 files.

I'll respond further when I have any comments that are worth making.

So, far ... So good!

Thaksfor sharing!!

Hans

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/12724345-0355-4d69-bd64-af87b69d122b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Preparing Maarfapad v1.0: Your wish list

2018-09-15 Thread @TiddlyTweeter
Ciao Abraham

A -- Let me post to Twitter from it. I can send you code for the tool. 
Network posting built in I think would be an attraction.

B -- One thing nothing else is doing is "notifications". Say I gave a 
student rights to edit a TW, how could they notify me they were done from 
the TW?

Just thoughts
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2970a63b-9c7c-40fb-8c35-75f033bdb0c1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query: Full-face minimalist interface for writers?

2018-09-15 Thread 'Mark S.' via TiddlyWiki
Hi Dave,

You create a tiddler to be edited. If you use the code as is, then tag the 
tiddler "Mine" and close.

You put the code in a tiddler and call it what you want. Save (view the 
tiddler). Use the Open in a new Window option. From the dropdown menu, 
select the tiddler you want to edit (the one you just created). In my 
example code, I only display tiddlers tagged with "Mine" because I was 
re-testing on TiddlyWiki.com where there are too many tiddlers. But in an 
empty TW you might not need to tag.

-- Mark

On Saturday, September 15, 2018 at 10:43:48 AM UTC-7, Dave Gifford - 
http://www.giffmex.org/ wrote:
>
> Where do you put that code, Mark? I think I am missing a step. Just 
> putting it into a blank tiddler doesn't help too much to create space, and 
> I am not seeing an 'open in a new window' option even when I right click. 
>
> On Saturday, September 15, 2018 at 12:22:18 PM UTC-5, Mark S. wrote:
>>
>> TW is pretty minimalist already. Here's some code I use sometimes:
>>
>> <$select tiddler="$:/state/side-edit-tiddler" tag="input">
>> <$list filter="[!is[system]tag[Mine]sort[title]]">
>> >><$text text=<>/>
>> 
>> 
>> 
>>
>> 
>> <$edit-text tiddler={{$:/state/side-edit-tiddler}} 
>> class="tc-edit-texteditor"/>
>> 
>>
>> I added the tag "Mine" because I was reviewing on TiddlyWiki.com, but you 
>> can remove that for an empty TW file.
>>
>> The advantage of this is that you can "open in a new window" and have 
>> pretty much the entire real estate to yourself, with no distracting tool 
>> bars or controls. Just be sure to go back to the TW to save from time to 
>> time. If distractions are actually wanted, someone could add back in the 
>> toolbar features they most like.
>>
>> -- Mark
>>
>> On Saturday, September 15, 2018 at 7:07:20 AM UTC-7, @TiddlyTweeter wrote:
>>>
>>> There was a very interesting comment on Twitter about why the user 
>>> wasn't going for TiddlyWiki ...
>>>
>>> ... it's really useful! i was seduced by the utter simplicity of plain 
 text files though. i really enjoy stark, stripped down interaces 
 (especially for writing)

>>>
>>> ... for me it was more textural than anything. that's one of the 
 challenges for me in finding a replacement. it seems there are similar 
 tools (zim, etc.) but all of them have a similarly busy interface.
>>>
>>>  
>>> @lorenschmidt 
>>> 
>>>
>>> It raises a great point about need for a design for the minimalist 
>>> interface possible, optimised for writers who want to write *first*, and 
>>> organise later. 
>>>
>>> Any thoughts?
>>> Josiah
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0d718078-efd4-4d56-9e09-117e930e8f30%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query: Full-face minimalist interface for writers?

2018-09-15 Thread Dave Gifford - http://www.giffmex.org/
Where do you put that code, Mark? I think I am missing a step. Just putting 
it into a blank tiddler doesn't help too much to create space, and I am not 
seeing an 'open in a new window' option even when I right click. 

On Saturday, September 15, 2018 at 12:22:18 PM UTC-5, Mark S. wrote:
>
> TW is pretty minimalist already. Here's some code I use sometimes:
>
> <$select tiddler="$:/state/side-edit-tiddler" tag="input">
> <$list filter="[!is[system]tag[Mine]sort[title]]">
> >><$text text=<>/>
> 
> 
>
> 
> <$edit-text tiddler={{$:/state/side-edit-tiddler}} 
> class="tc-edit-texteditor"/>
> 
>
> I added the tag "Mine" because I was reviewing on TiddlyWiki.com, but you 
> can remove that for an empty TW file.
>
> The advantage of this is that you can "open in a new window" and have 
> pretty much the entire real estate to yourself, with no distracting tool 
> bars or controls. Just be sure to go back to the TW to save from time to 
> time. If distractions are actually wanted, someone could add back in the 
> toolbar features they most like.
>
> -- Mark
>
> On Saturday, September 15, 2018 at 7:07:20 AM UTC-7, @TiddlyTweeter wrote:
>>
>> There was a very interesting comment on Twitter about why the user wasn't 
>> going for TiddlyWiki ...
>>
>> ... it's really useful! i was seduced by the utter simplicity of plain 
>>> text files though. i really enjoy stark, stripped down interaces 
>>> (especially for writing)
>>>
>>
>> ... for me it was more textural than anything. that's one of the 
>>> challenges for me in finding a replacement. it seems there are similar 
>>> tools (zim, etc.) but all of them have a similarly busy interface.
>>
>>  
>> @lorenschmidt 
>> 
>>
>> It raises a great point about need for a design for the minimalist 
>> interface possible, optimised for writers who want to write *first*, and 
>> organise later. 
>>
>> Any thoughts?
>> Josiah
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/76e78883-6f6c-4110-94fe-2a276a032729%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query: Full-face minimalist interface for writers?

2018-09-15 Thread 'Mark S.' via TiddlyWiki
TW is pretty minimalist already. Here's some code I use sometimes:

<$select tiddler="$:/state/side-edit-tiddler" tag="input">
<$list filter="[!is[system]tag[Mine]sort[title]]">
>><$text text=<>/>




<$edit-text tiddler={{$:/state/side-edit-tiddler}} 
class="tc-edit-texteditor"/>


I added the tag "Mine" because I was reviewing on TiddlyWiki.com, but you 
can remove that for an empty TW file.

The advantage of this is that you can "open in a new window" and have 
pretty much the entire real estate to yourself, with no distracting tool 
bars or controls. Just be sure to go back to the TW to save from time to 
time. If distractions are actually wanted, someone could add back in the 
toolbar features they most like.

-- Mark

On Saturday, September 15, 2018 at 7:07:20 AM UTC-7, @TiddlyTweeter wrote:
>
> There was a very interesting comment on Twitter about why the user wasn't 
> going for TiddlyWiki ...
>
> ... it's really useful! i was seduced by the utter simplicity of plain 
>> text files though. i really enjoy stark, stripped down interaces 
>> (especially for writing)
>>
>
> ... for me it was more textural than anything. that's one of the 
>> challenges for me in finding a replacement. it seems there are similar 
>> tools (zim, etc.) but all of them have a similarly busy interface.
>
>  
> @lorenschmidt 
> 
>
> It raises a great point about need for a design for the minimalist 
> interface possible, optimised for writers who want to write *first*, and 
> organise later. 
>
> Any thoughts?
> Josiah
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4680d751-7094-4312-b52b-e380353862cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query: Full-face minimalist interface for writers?

2018-09-15 Thread Dave Gifford - http://www.giffmex.org/
And then someone could just come up with a 'writer's edition' of TiddlyWiki 
that has the seamless theme, hidden sidebar, hidden four more-edit 
components, and maybe zoomin mode, so writers can download a copy and jump 
right in without having to set it up.

On Saturday, September 15, 2018 at 9:07:20 AM UTC-5, @TiddlyTweeter wrote:
>
> There was a very interesting comment on Twitter about why the user wasn't 
> going for TiddlyWiki ...
>
> ... it's really useful! i was seduced by the utter simplicity of plain 
>> text files though. i really enjoy stark, stripped down interaces 
>> (especially for writing)
>>
>
> ... for me it was more textural than anything. that's one of the 
>> challenges for me in finding a replacement. it seems there are similar 
>> tools (zim, etc.) but all of them have a similarly busy interface.
>
>  
> @lorenschmidt 
> 
>
> It raises a great point about need for a design for the minimalist 
> interface possible, optimised for writers who want to write *first*, and 
> organise later. 
>
> Any thoughts?
> Josiah
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5cc3a8c8-fe7d-45d3-bbfc-0a86c29fc791%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] How to do I make some specific changes in the UI?

2018-09-15 Thread talha131


I want to make following changes

https://i.imgur.com/gHZDTa5.png



   1. Move toolbar and search box to the top of the page, where it will 
   remain affix. 
   2. Hide title and subtitle of tiddly wiki 
   3. Move rest of the sidebar up till where title used to be 

Please guide me how do I make these changes.
​

-- 
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/1393acb5-d890-470c-87e5-3fb9d1ba8f7b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-15 Thread 'Mark S.' via TiddlyWiki
The question I've asked several times. If I (or someone) started a Wiki 
about TW, would be able to import topics from TiddlyWiki.com ? The way I 
read it, it should be open source. Any other interpretations?

Not having to start from scratch would be a big boost to any such project.

-- Mark

On Saturday, September 15, 2018 at 8:22:51 AM UTC-7, HansWobbe wrote:
>
> Tony:
>
> My response to Mohammed was intended as nothing more than to express 
> agreement with his observation that a wikibook would be useful, but also 
> entail a large amount of work.  That being said, I expressed a willingness 
> to contribute, and cautioned that I cannot "lead" at this time.
>
> In no way did I intend to critisize any other docustionation efforts, and 
> especially not because of confusing apparent inaction with no action.  
> After all, I have been a patient, net beneficiary of many of the 
> contributions the members of this community have made.
>
> Hans
>
>
> On Friday, September 14, 2018 at 7:05:20 PM UTC-4, TonyM wrote:
>>
>> Hans,
>>
>> I started the wikipedia thread and intend to finish it. I called for 
>> input so I did not have to do it all.
>>
>> It is importiant in a volenteer community not to confuse apparent 
>> inaction with no action. Volenteers need to find time in the day to act and 
>> things will take longer. I have more to say but its too off topic OT
>>
>> Tony
>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b6ed4f7e-8060-42c6-9210-d2e8a5715f00%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: How and Why Should I Use Tags in Tiddlywiki?

2018-09-15 Thread HansWobbe
Tony:

My response to Mohammed was intended as nothing more than to express 
agreement with his observation that a wikibook would be useful, but also 
entail a large amount of work.  That being said, I expressed a willingness 
to contribute, and cautioned that I cannot "lead" at this time.

In no way did I intend to critisize any other docustionation efforts, and 
especially not because of confusing apparent inaction with no action.  
After all, I have been a patient, net beneficiary of many of the 
contributions the members of this community have made.

Hans


On Friday, September 14, 2018 at 7:05:20 PM UTC-4, TonyM wrote:
>
> Hans,
>
> I started the wikipedia thread and intend to finish it. I called for input 
> so I did not have to do it all.
>
> It is importiant in a volenteer community not to confuse apparent inaction 
> with no action. Volenteers need to find time in the day to act and things 
> will take longer. I have more to say but its too off topic OT
>
> Tony
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/65be65ea-72ca-4e04-9b92-e3de0e9f9097%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Query: Full-face minimalist interface for writers?

2018-09-15 Thread @TiddlyTweeter
There was a very interesting comment on Twitter about why the user wasn't 
going for TiddlyWiki ...

... it's really useful! i was seduced by the utter simplicity of plain text 
> files though. i really enjoy stark, stripped down interaces (especially for 
> writing)
>

... for me it was more textural than anything. that's one of the challenges 
> for me in finding a replacement. it seems there are similar tools (zim, 
> etc.) but all of them have a similarly busy interface.

 
@lorenschmidt 

It raises a great point about need for a design for the minimalist 
interface possible, optimised for writers who want to write *first*, and 
organise later. 

Any thoughts?
Josiah





















































-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7d378e63-ff58-46ec-9b2b-1228572406bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Preparing Maarfapad v1.0: Your wish list

2018-09-15 Thread Abraham Samma
Hello all ,

Thank you all who have taken time to try out or use Maarfapad 
, a private hosting service for your wikis. 

I am now looking forward to improving the service in anticipation of v1.0 
release. There are a lot of stuff I find interesting but they're currently 
partially implemented or not at all. Such as:


   1. Automatic backup to local folder option (without the need for an 
   extension) when offline or after a failed save to the online service. 
   Currently Maarfapad saves to the browser local cache via a service worker 
   after every save. This option can currently be switched off if you want to 
   use another saving method.
   2. A social sharing mechanism. A lot of you wan this "feature" though I 
   still am not exactly sure what you all want in this regard. Perhaps 
   something along the lines of a "Slideshare" like site for TiddlyWiki. Or 
   may be a WordPress like service (*WikiPress *)?
   
Feel free to air your opinions. I will consider them all.

Thank you all again. Bookmark Maarfapad's Blog 
 if you want to keep 
track of project updates.

-- 
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/52a6048a-76ea-4c85-a394-1eba9e26ddc9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query: I want to reduce the "More" menu. How, without conflict later?

2018-09-15 Thread @TiddlyTweeter
Eric & TonyM.That is enough to get me started.

Thank you
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0936d61b-2805-43d8-84a1-da92b582e5e8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Query: I want to reduce the "More" menu. How, without conflict later?

2018-09-15 Thread Eric Shulman
On Saturday, September 15, 2018 at 4:22:50 AM UTC-7, @TiddlyTweeter wrote:
>
> I would like to reduce the "More" menu of the sidebar in a way that would 
> be easy to restore to its starting state on updates IF needed.
> Any ideas?
> What I would like is only this showing ...
>  -- Explorer
>  -- Recent
>  -- Tags
>  -- Bundler
>

You can use $:/tags/SideBar and $:/tags/MoreSideBar to control which tabs 
appear in the sidebar.  To remove any specific tab, just edit it's shadow 
definition and remove the appropriate tag.  You can easily "restore to its 
starting state", simply by deleting the overridden shadow tiddler.

for more info, 
see https://tiddlywiki.com/#How%20to%20add%20a%20new%20tab%20to%20the%20sidebar

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 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/eed8f8f1-d5de-4320-8f36-368884b8da5f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Query: I want to reduce the "More" menu. How, without conflict later?

2018-09-15 Thread TonyM
You could clone the current one, reduce what it shows and remove the sidebar 
tag from the existing one.

For good measure include a check box in your new one to toggle the original 
back into view.

Regards
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/826a0fcc-99af-463b-8edd-9e0d83c3c071%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] [ger] TiddlyWiki in der c't

2018-09-15 Thread TonyM
Stephen,

Could you ask to share the artical with the community?

Tony

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a81f3f04-14fe-49c7-8809-34f747e108da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Query: I want to reduce the "More" menu. How, without conflict later?

2018-09-15 Thread @TiddlyTweeter
Cari

I would like to reduce the the "More" menu of the sidebar in a way that 
would be easy to restore to its starting state on updates IF needed.

Any ideas?

What I would like is only this showing ...

 -- Explorer
 -- Recent
 -- Tags
 -- Bundler

Best wishes
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/910ac4e2-5e37-4abc-8af5-94396adfb065%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [NodeJS][Android] TiddlyWiki takes 30 seconds to load modules in ARM architecture

2018-09-15 Thread @TiddlyTweeter
I posted enthusiastically about this thread here: 
https://groups.google.com/d/msg/tiddlywiki/GUnOZYd6_oY/5CxNTf4cCQAJ

*This is a very interesting thread because it seems to get to the heart of 
Android usage issues.*

The one comment I want to make (as a NON-programmer) is in actual life I 
need a simple app I can download and get started. Looking at having to 
compile stuff on node is a total non-starter for me, and, I think, most 
potential users.

Best wishes
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/124d01ee-d081-4a9d-974a-15a5534e0a85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: March Of The Androids -- Seeking Info On Your Usage

2018-09-15 Thread @TiddlyTweeter
UPDATES...

There is an interesting highly related thread on Android performance by 
Arlen here: 
https://groups.google.com/forum/?pli=1#!topic/tiddlywiki/hnBfXQJi3kY

Later in the thread he pins down at least part of the problem of slow 
loading under termux/node (i.e. tiddlers as files): 
https://groups.google.com/d/msg/tiddlywiki/hnBfXQJi3kY/CjBygujdBAAJ

Arlen also made extensive GitHub notes about this issue here: 
https://github.com/Jermolene/TiddlyWiki5/issues/3450 They look precise & 
hopeful.

There is a VERY useful OVVERVIEW blog post by Riz of his extensive playing 
Android here: 
https://treppenwitze.netlify.com/posts/options-in-android-platform/

In particular he points to "widdly" that has had virtually no attention in 
this GG but which performs well. There are at least two "widdly" 
implementations ...

- (main) https://gitlab.com/opennota/widdly

- (Hutchinson fork) https://github.com/xarnze/widdly

Best wishes
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2aec6fe3-2119-4394-9b61-6fee8fa8a039%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] [ger] TiddlyWiki in der c't

2018-09-15 Thread @TiddlyTweeter
lol. I don't mind paying. I just have reluctance to sign up for yet one 
more thing. Jedenfalls ist mein Deutsch nicht so gut :-).

On Saturday, 15 September 2018 11:34:52 UTC+2, Stephan Hradek wrote:
>
> That's normal for a computer magazin. You should buy it to read it…
>
> Or go to the nearest book store and read the article there ;)
>

-- 
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/4f89a588-9c3c-4d0f-8350-15422b06ffe7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Bob version 1.0.5 Salt Bagels, or I should probably let people know about the plugin library

2018-09-15 Thread @TiddlyTweeter
Ciao Jed & Bob

A note on how Bob upgrades.

The activation of the updated plugins works fine. 

There may be a slight issue in that I don't think old shadows are always 
being removed? Actually I'm unclear what is happening.

An existing upgraded Bob Settings of mine currently looks like this ...



But a vanilla install of Bob shows this on the same plugin version...



Notice the newer version has the "Bob Documentation" tab the previous does 
not.

Is this an issue? 

Best wishes
Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e5ce1163-c386-4996-b0ec-79ebd2ceadbe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] [ger] TiddlyWiki in der c't

2018-09-15 Thread Stephan Hradek


Am Samstag, 15. September 2018 11:28:17 UTC+2 schrieb @TiddlyTweeter:
>
> Its unfortunate you have to pay to read the whole article.
>

That's normal for a computer magazin. You should buy it to read it…

Or go to the nearest book store and read the article there ;)

-- 
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/c8423ee9-f83e-4e1c-9bc0-fe2b478b63f9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] [ger] TiddlyWiki in der c't

2018-09-15 Thread @TiddlyTweeter
Its unfortunate you have to pay to read the whole article.

On Saturday, 15 September 2018 10:58:43 UTC+2, Stephan Hradek wrote:
>
>
> https://www.heise.de/ct/ausgabe/2018-20-Notizverwaltung-mit-TiddlyWiki-4157973.html
>
> TiddlyWiki was showcased in the current edition (20/2018) of the german 
> computer magazin c't.
>
> Nice article with the small downside that the author didn't know about 
> @pmario's TiddlyBackup.
>

-- 
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/ff48f109-8269-4251-bbae-b8d2d2436757%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] [TW5] [ger] TiddlyWiki in der c't

2018-09-15 Thread Stephan Hradek
https://www.heise.de/ct/ausgabe/2018-20-Notizverwaltung-mit-TiddlyWiki-4157973.html

TiddlyWiki was showcased in the current edition (20/2018) of the german 
computer magazin c't.

Nice article with the small downside that the author didn't know about 
@pmario's TiddlyBackup.

-- 
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/f39ec0bb-8e23-46f0-bfaa-742a4279c185%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: [TW5] Bob version 1.0.5 Salt Bagels, or I should probably let people know about the plugin library

2018-09-15 Thread @TiddlyTweeter
Ciao Jed & Bob

Small point on the filename.

Under some conditions menuing systems read the internal file name of 
"BobWin.exe", which is "Node.js", and present that rather than the actual 
name. For instance, under the the widely used Windows PortableApplications 
system it presents it like this by default ...



... that doesn't stop it running, and its nominal moniker is easily changed 
in PA. But I did find it confusing till I realised what was going on.

If its not difficult, is the compiler able to replace the internal name 
with the external name?

Just a thought.

Best wishes, Josiah

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cfb54420-8e2f-4c5f-9c2f-c7d49aac8e23%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.