[tw] Re: working with "original" shadow tiddler

2017-09-04 Thread BJ
I dont think there is a way to do that.

I have an extension that I use for this it has the syntax:

<$set name="plugintiddler" value="$:/plugins/bj/struc">
<$list filter = 
"[plugintitle[$:/plugins/bj/struc/license]fields[]]">

<$view tiddler=<> subtiddler="$:/plugins/bj/struc/license" 
field=<> format="text"/> 





I could share it if you like...



On Monday, September 4, 2017 at 6:49:26 AM UTC+2, Rustem wrote:
>
> Yes, that's what I'm doing. That's how I can display any field if I know 
> it's name. I can transclude it using the subtiddler option and the field 
> option. I'm looking for the next step - to display all the fields, without 
> knowing their names. With a standard tiddler, I would use a fields[] filter 
> operator for that. But there is no way to do it for a subtiddler.
>
> On Sunday, September 3, 2017 at 1:00:29 PM UTC-7, BJ wrote:
>>
>> you can use the subtiddler option with the transclusion widget
>>
>> BJ
>>
>> On Saturday, September 2, 2017 at 2:10:26 AM UTC+2, Rustem wrote:
>>>
>>> Not see for myself, but *display*.
>>>
>>> I already got to the point where I can display each field of the 
>>> original by name, explicitly. What I'm looking for is a filter to list all 
>>> fields of the tiddler that is inside `[shadowsource[]]`. 
>>>
>>> -R.
>>>
>>> On Friday, September 1, 2017 at 4:51:12 PM UTC-7, PMario wrote:

 On Saturday, September 2, 2017 at 1:09:48 AM UTC+2, Rustem wrote:
>
> When I have a tiddler overriding a shadow, how can I display the 
> original shadow tiddler as defined in a plugin, including all it's fields?
>

 Just rename the "new" tiddler and the shadow will come back.  back 
 and forth. 

 -m

>>>
>>>
>

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


[tw] Re: how's tiddlyclip?

2017-09-04 Thread BJ

HI Richard,

I plan on making a version for ff57, but as it is a new system, will wait 
until the last moment before doing the work, so that other people can find 
the bugs in ff!

I use tiddlyclip alot and plan to keep using it.

@Reid
I don't think that is much that needs to be done with TC at the moment, but 
feel free to poke around.

@@TiddlyTweeter
tiddlyclip pastes directly into the tiddlywiki it is 'docked' to, so it 
does not need to worry about saving.

all the best

BJ


On Monday, September 4, 2017 at 12:49:45 AM UTC+2, RichardWilliamSmith 
wrote:
>
> I saw @buggyj was active recently and thought I'd be cheeky and take the 
> opportunity to ask how his work on bringing Tiddlyclip up to date for 
> Firefox 57 was going?
>
> I was looking at some of the docs for the transition to webextensions and 
> it seems like it might be a tricky project but then I remembered that you 
> got it working in Chrome before - is that version still available? How are 
> things looking with Firefox?
>
> Tiddlyclip is a really important part of the ecosystem and, personally, I 
> will miss it much more that Tiddlyfox if they both go away.
>

-- 
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/c8e196b2-b739-4f4f-ad6a-d3cdcef52db3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Filters not consistently catching images

2017-09-04 Thread kodomohimari
Soo, started experimenting with my installation (TiddlyWiki on NodeJS on a 
Raspberry Pi accessible through its external IP). Since I work with images a 
lot, I decided to try setting a filter up to have their tiddlers exist within a 
single folder (instead of all over the place) using this concept: 
http://tiddlywiki.com/#Customising%20Tiddler%20File%20Naming.

My code for the file named "$:/config/FileSystemPaths" is below:

[type[image/jpg]addprefix[images/]]
[type[image/jpeg]addprefix[images/]]
[type[image/png]addprefix[images/]]
[type[image/gif]addprefix[images/]]
[type[image/x-icon]addprefix[images/]]
[type[image/svg+xml]addprefix[images/]]

It works... but only partially, which is unnerving. Some .JPG images apparently 
aren't caught in the filter at all upon importing, and their files and metadata 
land in the tiddlers/ folder (instead of tiddlers/image/ folder). I'm not sure 
what makes them different from the other images that do get caught in the 
filter (regardless of whether they're caught, they do appear as image/jpeg when 
examined through TiddlyWiki).

Is there any known reason why the filters might fail for some images, but not 
for others?

(Just for the sake of data: one image that doesn't trip the filter is called 
IMG_0650.JPG, another that does trip it is called IMG_0637.JPG - so as far as I 
can tell this isn't just a matter of filename.)

As a sidenote, is there any way to apply filters retroactively? For instance, 
if I create a tag called "map" and apply to a bunch of already imported images 
(or even just tiddlers), can I then apply a filter to move the tiddlers with 
that tag to a tiddlers/map/ folder?

-- 
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/5fc8a34c-8e45-489f-9331-a7f4dc50081d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is there a consistent guide on how to modify different parts of the interface of the wiki?

2017-09-04 Thread Vayu Asura
Neat! Thanks.

On Monday, September 4, 2017 at 4:09:42 PM UTC+3, TonyM wrote:
>
> As Promised,
>
> Place this inside a tiddler, I use this to find my way, but I am sure we 
> could add more especialt for CSS/Styles
>
> [[Tiddler Manager|$:/Manager]]
>
> [[Tag Manager|$:/TagManager]]?
>
> Browser Tabname [[$:/core/wiki/title]]
>
> !!!Page Template
> Tags
>
> *$:/tags/TopLeftBar
> *$:/tags/TopRightBar
> *$:/tags/AboveStory
> *$:/tags/BelowStory
>
> *$:/SiteSubtitle
>
> !!Page Template
> All tiddlers tagged: $:/tags/PageTemplate
>
> *$:/core/ui/PageTemplate/topleftbar
> *$:/core/ui/PageTemplate/toprightbar
> *$:/core/ui/PageTemplate/sidebar (all sidebar items)
> *$:/core/ui/PageTemplate/story
> *$:/core/ui/PageTemplate/alerts
> *$:/core/ui/PageTemplate/pluginreloadwarning
>
> Tiddlers tagged $:/tags/Alert will apear in a popup with a delete trashcan
>
> !!View Template
> All tiddlers tagged: $:/tags/ViewTemplate
>
> Elements
>
> *$:/core/ui/ViewTemplate/title
> *$:/core/ui/ViewTemplate/unfold
> *$:/core/ui/ViewTemplate/subtitle
> *$:/core/ui/ViewTemplate/tags
> *$:/core/ui/ViewTemplate/classic
> *$:/core/ui/ViewTemplate/body
> *$:/core/ui/ViewTemplate/import
> *$:/core/ui/ViewTemplate/plugin
>
> !!~EditTemplate
>
> All tiddlers tagged: $:/tags/EditTemplate 
>
> Elements
>
> *$:/core/ui/EditTemplate/controls
> *$:/core/ui/EditTemplate/title
> *$:/core/ui/EditTemplate/tags
> *$:/core/ui/EditTemplate/shadow
> *$:/core/ui/ViewTemplate/classic
> *$:/core/ui/EditTemplate/body
> *$:/core/ui/EditTemplate/type
> *$:/core/ui/EditTemplate/fields
>
>
> !!!Here
> Tiddlers that are also tags
>
> <$list filter="[is[tag]!sort[title]]">
>
> 
>
> Overwritten Shadow Tiddlers
>
> <$list filter="[is[shadow]]">
>
> 
>
> Regards
> Tony
>
> On Thursday, August 31, 2017 at 5:51:04 PM UTC+10, TonyM wrote:
>>
>> I made a single tidder I call a quick reference with links and notes on 
>> many of the elements. Not available here (in the country) but I will plan 
>> to publish it at tiddlywiki.psat.com.au in a few days. 
>>
>> 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/d9a622fb-cc2c-4d5c-a1a9-fb60ef094d83%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Reference text of <> macro result

2017-09-04 Thread Vayu Asura
I've actually found a way: you can substitute the currentTiddler variable 
and reference fields as if default:

<$set name=currentTiddler value=<>>
<$reveal type=match state={{!!myField}} text="">
myField of a generated tiddler is empty








On Thursday, August 31, 2017 at 6:13:36 PM UTC+3, Vayu Asura wrote:
>
> I have editText widget referencing <> macro resulting tiddler:
>
> <$edit-text tiddler=<> placeholder="describe the 
> problem" tag="textarea" />
>
> I want to set the "issue" field of the tiddler it is transcluded in. And I 
> can't find a way to reference the text field of 
> resulting $:/IssueEdit--645974869 tiddler except for hardcoding it which is 
> not an option.
>
> I nee something like that:
>
> <$button>
>  <$action-setfield issue={{<>}}/>
> Set Issue
> 
>
> Tried wrapping qualify result into a variable but it didn't work. And I 
> can't nest widgets so explicit <$transclude> won't work either.
>

-- 
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/89926057-49a1-40bc-8727-8f6784631dbf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Fwd: Us congress hearing of maan alsaan Money laundry قضية الكونغجرس لغسيل الأموال للمليادير معن الصانع

2017-09-04 Thread sady assad
*موقع اليوتيوب الذي عرض فيديوهات جلسة استماع الكونجرس الأمريكي *

* لمتابعة نشاطات غسل الأموال ونشاطات*



*السعودي معن عبدالواحد الصانع*

*مالك مستشفى  وشركة سعد  ومدارس سعد بالمنطقة الشرقية** بالسعودية * * ورئيس
مجلس ادارة بنك اوال البحريني*



 *وتعليق محطة سي ان بي سي التلفزيونية*



*مترجم باللغة العربية*



US Congressional Hearing of

 Saudi billionaire" maan  Al Sanea "

 and Money Laundering

with bank of America



With Arabic Subtitles





http://www.youtube.com/watch?v=mIBNnQvhU8s

-- 
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/CAEfki2-chhYECg9yToLqfopJsDfD2%2BDvG-LAuYau-CYcX86JCQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-04 Thread Jeremy Ruston
Hi Reid

Congratulations on a terrific piece of work. You’ve answered a frequent user 
request which is significant enough, but looking through your code it seems 
like you’ve really got yourself into the TiddlyWiki mindset (eg your desire to 
avoid JS). No mean accomplishment!

I’m sure it will be very popular; don’t be discouraged by the succession of 
bugs and feature requests that will surely follow, such things are of course a 
sign of success.

My only bit of personal feedback is the suggestion to perhaps make the CSS 
generally resemble the look of Trello (white cards on a darker background), 
just to make it easier for people to grok what they are seeing.

Best wishes

Jeremy




> On 4 Sep 2017, at 14:25, Mathurin Prost  wrote:
> 
> Awesome & very usefull work!
> 
> Le samedi 2 septembre 2017 17:07:47 UTC+2, Reid Gould a écrit :
> BLC Plugin sees it's first light of day!
> 
> The wiki: User Guide and Demo  
> 
> Source on GitHub:  https://github.com/reidgould/tiddlywiki-blc-plugin 
> 
> 
> Trello style cards and lists are very important to my methods, but I can't 
> stand not owning my own data. So when I discovered how fantastically hackable 
> TiddlyWiki is, I made this! It uses normal TW tags and list fields and if you 
> already have those relationships established, you just need to transclude the 
> template into your text and it will show you your existing tiddlers in board, 
> list, card style.
> 
> WARNING: This is still in quite early development and is very much not 
> stable. I'm partway through a refactor of the macros I'm using for listops 
> and they have some bugs.
> 
> Still, it's starting to become something, so I'm sharing it now hoping for 
> some feedback from you more experienced users. I'd welcome issues on the 
> GitHub page, or any sort of suggestions here on the forum.
> 
> Thanks to all the people who made this awesome little tool!
> 
> - Reid
> 
> 
> 
> -- 
> 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/98304b51-99bf-43f2-a035-996c11354827%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/CBBF3E70-79B8-45B4-B66A-8C0A7FDF7AFA%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Applying ReplacePragma to all Tiddlers of a certain type

2017-09-04 Thread Jan

Hi Josiah!
So far the pragma looks for the rules in the TiddlerText and as I 
understand, at that level transcluding won't work.
I see no way of getting the replacePragma to work on other Tiddlers 
without changing directly the .js and perhaps making it configurable.


Perhaps you could use your range in poining out the importance of this 
for markup...


Yours Jan




Am 04.09.2017 um 15:19 schrieb @TiddlyTweeter:

Ciao Jan

Jan wrote: ... do I understand correctly that your proposition
will repair the text permanently?

_
Duh! me._ You are absolutely right. It is NOT the solution. You don't 
want the coded text changed. You just need a VISUAL REPRESENTATION. So 
its to do with how TW shows content AFTER a regex has run BUT without 
changing the underlying text.


The hastag2tag way is suggestive but we not talking about a save on 
screenplays, which should stay just as written.


We talking about an HTML render? Right. A View Template?

I don't know enough about how that works.

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/345d792d-89be-489c-8773-4851863f8ac5%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/59AD5F1C.6060407%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Applying ReplacePragma to all Tiddlers of a certain type

2017-09-04 Thread @TiddlyTweeter
Ciao Jan

Jan wrote: ... do I understand correctly that your proposition will repair 
> the text permanently?
>

*Duh! me.* You are absolutely right. It is NOT the solution. You don't want 
the coded text changed. You just need a VISUAL REPRESENTATION. So its to do 
with how TW shows content AFTER a regex has run BUT without changing the 
underlying text. 

The hastag2tag way is suggestive but we not talking about a save on 
screenplays, which should stay just as written. 

We talking about an HTML render? Right. A View Template?

I don't know enough about how that works.

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/345d792d-89be-489c-8773-4851863f8ac5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [video] HowTo Save TiddlyWiki wihh every browser using IIS and WebDAV

2017-09-04 Thread TonyM
Lost admin,

Are you referring to my words "Browser embed eg NoteSelf no DB"?

If you were I would suggest by example a tiddly-wiki for playing tic tack 
toe would hardly suffer from the changes going missing. 

My interest in such a solution is providing tools to people, that get a 
specific task, done, end of story. Helpful if it remains indefinitely but 
not essential.

Regards
Tony

On Monday, September 4, 2017 at 10:52:30 PM UTC+10, Lost Admin wrote:
>
> That would be a bit risky. Once "clear all data" and your content is gone.
>
> On Sunday, September 3, 2017 at 2:21:30 AM UTC-4, TonyM wrote:
>>
>> P.S.
>>
>>
>>- Browser embed eg NodeJS no DB
>>
>> should read
>>
>>- Browser embed eg NoteSelf no DB
>>
>> I would also like to see the in browser embed/save method used by 
>> NoteSelf (without DB) to be an option on all relevant browsers, with the 
>> save/download process helping people secure or backup the wiki as at a 
>> point in time, or to permit distribution or single file use.
>>
>> This would allow the use of tiddlywiki as a webapp freeing tiddlywiki to 
>> work in a somewhat server-less mode (After read only open).
>>
>> Regards
>> Tony
>>
>>
>> On Sunday, September 3, 2017 at 4:13:21 PM UTC+10, TonyM wrote:
>>>
>>> Mario/ @TiddlyTweeter
>>> A reboot and auto-load of the IIS Webdav solution its all there working, 
>>> with Chrome not demonstrating the same fault as before so add Chrome to the 
>>> list of Very successful browsers on top of Windows 10 Home.
>>>
>>> Perhaps I did as you said. Perhaps I would have resolved it if I had 
>>> searched for the error, something we may expect users to do.
>>>
>>> YATWS
>>>
>>> Yet another TiddlyWiki server!
>>>
>>> @TiddlyTweeter, I agree with the epoch of THE BONANZA OF SAVING METHODS
>>>
>>> I also know if there are a hundred ways to do something each with their 
>>> own bespoke method sometimes people will try a few, and if they don't get 
>>> what they want and give up. 
>>>
>>> We need firm tested solutions and need to provide a structured table of 
>>> requirements and methods so people can choose the best option. 
>>>
>>> One way to excuse the dearth of options and deal with the resulting 
>>> complexity is to present the number of alternatives as features, with a 
>>> nice table of advantages and disadvantages for each solution people will be 
>>> empowered to select one that suits and enter the world of TiddlyWIki with a 
>>> good impression. 
>>>
>>> Here is a brain dump of options I know off that have friendly save and 
>>> load, please add to this list if I have missed something includes from 
>>> http://tiddlywiki.com/#GettingStarted
>>>
>>>
>>>- Single File on FireFox with TiddlyFox (>>- Single File on FireFox ESR V52? + TiddlyFox (including 
>>>Portableapps.com version
>>>- Single File on Chrome and safari (these does not work in my view 
>>>although you can work around)
>>>- With NodeJS on any browser and platform inc Desktop, Server, NAS, 
>>>Rasberry Pi
>>>- I believe there is a "runtime" NodeJS bundle I have not yet tested
>>>- NoteSelf in Browser
>>>- NoteSelf with DB
>>>- IIS and WebDav (Chrome, FF, Safari, IE, Edge etc...)
>>>- Beaker Browser (yet to test)
>>>- TiddlySpot
>>>- TiddlyDesktop
>>>- AndTidWiki? Android
>>>- Using Node.js in Termux (android)
>>>- MicroTiddlyServer TWC Only?
>>>- Using Store PHP
>>>- TiddlyIE extension (not used by Me)
>>>- TWEDit on iPad/iPhone
>>>- Git 
>>>- Dropbox etc...
>>>
>>> There would also be value letting users know which browsers have which 
>>> kind of tools available, I love a lot about firefox as a complement to 
>>> tiddlywiki because of addons that integrate but of course this is expected 
>>> to change.
>>>
>>>
>>> So on consideration of the above each solution need to list features 
>>> like;
>>>
>>>- Single File
>>>- Multi file (eg Node JS)
>>>- Database store
>>>- Save as Single File
>>>- Platform OS to Host
>>>- Hosting Method eg NodeJS or IIS WebDav
>>>- Platform / App / Browser access
>>>- Read only eg Git? 
>>>- Browser embed eg NodeJS no DB
>>>- P2P
>>>- Interactive but read only ways to publish are also important to 
>>>many
>>>- Accessibility/Security eg Localhost, LAN access Internet host
>>>
>>> For the conversation
>>>
>>> Tony
>>>
>>>
>>> On Saturday, September 2, 2017 at 7:33:37 PM UTC+10, PMario wrote:

 Hi Tony,

 Thanks for testing. ... error 412 ... 
 https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/412

 So did you save from an other browser or tab, and then save witch 
 chrome, without reloading first?

 -m

>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, 

[tw] Re: Is there a consistent guide on how to modify different parts of the interface of the wiki?

2017-09-04 Thread TonyM
As Promised,

Place this inside a tiddler, I use this to find my way, but I am sure we 
could add more especialt for CSS/Styles

[[Tiddler Manager|$:/Manager]]

[[Tag Manager|$:/TagManager]]?

Browser Tabname [[$:/core/wiki/title]]

!!!Page Template
Tags

*$:/tags/TopLeftBar
*$:/tags/TopRightBar
*$:/tags/AboveStory
*$:/tags/BelowStory

*$:/SiteSubtitle

!!Page Template
All tiddlers tagged: $:/tags/PageTemplate

*$:/core/ui/PageTemplate/topleftbar
*$:/core/ui/PageTemplate/toprightbar
*$:/core/ui/PageTemplate/sidebar (all sidebar items)
*$:/core/ui/PageTemplate/story
*$:/core/ui/PageTemplate/alerts
*$:/core/ui/PageTemplate/pluginreloadwarning

Tiddlers tagged $:/tags/Alert will apear in a popup with a delete trashcan

!!View Template
All tiddlers tagged: $:/tags/ViewTemplate

Elements

*$:/core/ui/ViewTemplate/title
*$:/core/ui/ViewTemplate/unfold
*$:/core/ui/ViewTemplate/subtitle
*$:/core/ui/ViewTemplate/tags
*$:/core/ui/ViewTemplate/classic
*$:/core/ui/ViewTemplate/body
*$:/core/ui/ViewTemplate/import
*$:/core/ui/ViewTemplate/plugin

!!~EditTemplate

All tiddlers tagged: $:/tags/EditTemplate 

Elements

*$:/core/ui/EditTemplate/controls
*$:/core/ui/EditTemplate/title
*$:/core/ui/EditTemplate/tags
*$:/core/ui/EditTemplate/shadow
*$:/core/ui/ViewTemplate/classic
*$:/core/ui/EditTemplate/body
*$:/core/ui/EditTemplate/type
*$:/core/ui/EditTemplate/fields


!!!Here
Tiddlers that are also tags

<$list filter="[is[tag]!sort[title]]">



Overwritten Shadow Tiddlers

<$list filter="[is[shadow]]">



Regards
Tony

On Thursday, August 31, 2017 at 5:51:04 PM UTC+10, TonyM wrote:
>
> I made a single tidder I call a quick reference with links and notes on 
> many of the elements. Not available here (in the country) but I will plan 
> to publish it at tiddlywiki.psat.com.au in a few days. 
>
> 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/b3e907b3-9b01-4769-a032-117f60b52493%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Applying ReplacePragma to all Tiddlers of a certain type

2017-09-04 Thread Jan

Hi Josiah,
do I understand correctly that your proposition will repair the text 
permanently?
The replacePragma would leave it untouched and just change the way it is 
displayed by doing the replacements during parsing...And I would very 
much prefer this

On the one hand because the risks are lower.
On the other hand this makes it possible to find a markup that also look 
good in the EditingMode.


I think having such a tool would really advance us a great deal.

Yours Jan




Am 04.09.2017 um 14:28 schrieb @TiddlyTweeter:

Jan asked ...

What is your Idea about the Save-button? This seems to be
interesting but I do not understand it yet.


Limiting the action on a Save-button to specific criteria is a lot 
easier than you might think ...


_The Save behaviour can have SUB-ROUTINES wrapped like this that only 
apply to certain cases ..._ Put that FIRST. For OTHER cases it 
continues as normal.


|
|
<$list filter="[all[current]tag[Tweet]type[text/plain]]">

<$set name=test value="" filter="
[get[text]regexps[(?g)#\w+\b]tolower[]]
">
   [... all sorts of code to execute it ...]



   [... then normal saving for other cases ...]
|
|
I need underline I don't really know HOW this works, just that it does.

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/2c547481-2a48-4616-8e3a-fba15e3fcdab%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/59AD4E1F.2080001%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [video] HowTo Save TiddlyWiki wihh every browser using IIS and WebDAV

2017-09-04 Thread Lost Admin
That would be a bit risky. Once "clear all data" and your content is gone.

On Sunday, September 3, 2017 at 2:21:30 AM UTC-4, TonyM wrote:
>
> P.S.
>
>
>- Browser embed eg NodeJS no DB
>
> should read
>
>- Browser embed eg NoteSelf no DB
>
> I would also like to see the in browser embed/save method used by NoteSelf 
> (without DB) to be an option on all relevant browsers, with the 
> save/download process helping people secure or backup the wiki as at a 
> point in time, or to permit distribution or single file use.
>
> This would allow the use of tiddlywiki as a webapp freeing tiddlywiki to 
> work in a somewhat server-less mode (After read only open).
>
> Regards
> Tony
>
>
> On Sunday, September 3, 2017 at 4:13:21 PM UTC+10, TonyM wrote:
>>
>> Mario/ @TiddlyTweeter
>> A reboot and auto-load of the IIS Webdav solution its all there working, 
>> with Chrome not demonstrating the same fault as before so add Chrome to the 
>> list of Very successful browsers on top of Windows 10 Home.
>>
>> Perhaps I did as you said. Perhaps I would have resolved it if I had 
>> searched for the error, something we may expect users to do.
>>
>> YATWS
>>
>> Yet another TiddlyWiki server!
>>
>> @TiddlyTweeter, I agree with the epoch of THE BONANZA OF SAVING METHODS
>>
>> I also know if there are a hundred ways to do something each with their 
>> own bespoke method sometimes people will try a few, and if they don't get 
>> what they want and give up. 
>>
>> We need firm tested solutions and need to provide a structured table of 
>> requirements and methods so people can choose the best option. 
>>
>> One way to excuse the dearth of options and deal with the resulting 
>> complexity is to present the number of alternatives as features, with a 
>> nice table of advantages and disadvantages for each solution people will be 
>> empowered to select one that suits and enter the world of TiddlyWIki with a 
>> good impression. 
>>
>> Here is a brain dump of options I know off that have friendly save and 
>> load, please add to this list if I have missed something includes from 
>> http://tiddlywiki.com/#GettingStarted
>>
>>
>>- Single File on FireFox with TiddlyFox (>- Single File on FireFox ESR V52? + TiddlyFox (including 
>>Portableapps.com version
>>- Single File on Chrome and safari (these does not work in my view 
>>although you can work around)
>>- With NodeJS on any browser and platform inc Desktop, Server, NAS, 
>>Rasberry Pi
>>- I believe there is a "runtime" NodeJS bundle I have not yet tested
>>- NoteSelf in Browser
>>- NoteSelf with DB
>>- IIS and WebDav (Chrome, FF, Safari, IE, Edge etc...)
>>- Beaker Browser (yet to test)
>>- TiddlySpot
>>- TiddlyDesktop
>>- AndTidWiki? Android
>>- Using Node.js in Termux (android)
>>- MicroTiddlyServer TWC Only?
>>- Using Store PHP
>>- TiddlyIE extension (not used by Me)
>>- TWEDit on iPad/iPhone
>>- Git 
>>- Dropbox etc...
>>
>> There would also be value letting users know which browsers have which 
>> kind of tools available, I love a lot about firefox as a complement to 
>> tiddlywiki because of addons that integrate but of course this is expected 
>> to change.
>>
>>
>> So on consideration of the above each solution need to list features like;
>>
>>- Single File
>>- Multi file (eg Node JS)
>>- Database store
>>- Save as Single File
>>- Platform OS to Host
>>- Hosting Method eg NodeJS or IIS WebDav
>>- Platform / App / Browser access
>>- Read only eg Git? 
>>- Browser embed eg NodeJS no DB
>>- P2P
>>- Interactive but read only ways to publish are also important to many
>>- Accessibility/Security eg Localhost, LAN access Internet host
>>
>> For the conversation
>>
>> Tony
>>
>>
>> On Saturday, September 2, 2017 at 7:33:37 PM UTC+10, PMario wrote:
>>>
>>> Hi Tony,
>>>
>>> Thanks for testing. ... error 412 ... 
>>> https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/412
>>>
>>> So did you save from an other browser or tab, and then save witch 
>>> chrome, without reloading first?
>>>
>>> -m
>>>
>>

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


Re: [tw] Re: Applying ReplacePragma to all Tiddlers of a certain type

2017-09-04 Thread @TiddlyTweeter
Jan asked ...

> What is your Idea about the Save-button? This seems to be interesting but 
> I do not understand it yet.
>

Limiting the action on a Save-button to specific criteria is a lot easier 
than you might think ... 

*The Save behaviour can have SUB-ROUTINES wrapped like this that only apply 
to certain cases ...* Put that FIRST. For OTHER cases it continues as 
normal. 

<$list filter="[all[current]tag[Tweet]type[text/plain]]">

<$set name=test value="" filter="
[get[text]regexps[(?g)#\w+\b]tolower[]]
">
   [... all sorts of code to execute it ...]



   [... then normal saving for other cases ...]

I need underline I don't really know HOW this works, just that it does.

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/2c547481-2a48-4616-8e3a-fba15e3fcdab%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-04 Thread Jan

Hi Read,
Sorry to report this...
I just installed your Plugin and creating my first column (draging in 
from the new card an renaming) I got TW's red warning.:



 Internal JavaScript Error

Well, this is embarrassing. It is recommended that you restart 
TiddlyWiki by refreshing your browser

TypeError: this.getLastFrame(...).getBoundingClientRect is not a function

I hope this helps you repairing it.

Jan


Am 03.09.2017 um 20:49 schrieb Reid Gould:

Jan,

Thanks for your suggestions, you will be happy to know I already have 
a solution in the works for keeping the cards short. It will be better 
explained in the User Guide wiki on the next release.
I also agree that the header layout needs work. Expect to see changes 
there.


The sidebar idea sounds interesting. Can you describe some more how 
you imagine it might work?


- Reid

On Saturday, September 2, 2017 at 7:46:27 PM UTC-5, Jan wrote:

Hi Reid,
this looks very promising, great idea.
A few ideas:
-I got the feeling this could be a great sidebar-feature.
-It would be great if the cards could be flipped to show only the
title.
-The header (New Card, Remove, Hold...Filters) is a little
distracting. It could be useful to display it on hover only...

Please continue, I would really like to use this...
Yours Jan



Am 02.09.2017 um 17:07 schrieb Reid Gould:

BLC Plugin sees it's first light of day!

The wiki: User Guide and Demo

Source on GitHub:
https://github.com/reidgould/tiddlywiki-blc-plugin


Trello style cards and lists are very important to my methods,
but I can't stand not owning my own data. So when I discovered
how fantastically hackable TiddlyWiki is, I made this! It uses
normal TW tags and list fields and if you already have those
relationships established, you just need to transclude the
template into your text and it will show you your existing
tiddlers in board, list, card style.

WARNING: This is still in quite early development and is very
much not stable. I'm partway through a refactor of the macros I'm
using for listops and they have some bugs.

Still, it's starting to become something, so I'm sharing it now
hoping for some feedback from you more experienced users. I'd
welcome issues on the GitHub page, or any sort of suggestions
here on the forum.

Thanks to all the people who made this awesome little tool!

- Reid


-- 
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/5b0b232b-0017-4fca-8a00-b6d53b12badb%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/8f35a94e-52e5-43d0-88c8-8c33f3a0e6c1%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/59AD461D.3020109%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Applying ReplacePragma to all Tiddlers of a certain type

2017-09-04 Thread Jan

Hi Josiah,
In thinking to apply the pragma to a contenttype I just thought this 
would be the easiest (and safest) way to filter where to use this 
pragma. If this was possible I would also like to have a filter applying 
it to all Tiddlers tagged Scene for example. I would not use it for the 
entire wiki because it could mash-up the markup of existing tiddlers.


What is your Idea about the Save-button? This seems to be interesting 
but I do not understand it yet.


I will take a look at the examples you mentioned where the replacepragma 
(or something similar) is in use. Thanks for bringing this into my 
attention, the hashtag-problem seems to be similar.



Yours Jan



Am 04.09.2017 um 12:11 schrieb @TiddlyTweeter:

Ciao Jan

Jan wrote:

... use Skeeve's ReplacePragma
. I found out
that it does a great job if the replacement-code is marked on top
of the tiddler.


... Is there a way to apply it to multiple Tiddlers by type or by 
filter? I think it would be a great feature also for other usecases


I can't help you program it.

Am I right in thinking that you only want the ReplacePragma activated 
when a Tiddler is of ONE "content type"? _I think that can be done 
inside a "Save" button_.


I do know its possible to limit contained macros going active under a 
save button to certain content types or under specified tags. That was 
what Mark S. did to help me with the "hashtag2tag" thing (see 
https://groups.google.com/forum/#!topic/tiddlywiki/4hE3-KUOqkY 
 for 
a worked through example).


I also am looking at the ReplacePragma. There was slightly depressing 
discussion of it in the past 
https://groups.google.com/forum/#!searchin/tiddlywiki/replacepragma%7Csort:relevance/tiddlywiki/52Hwa_oCLRk/gLLzQrmG87oJ 
. 



_I am unclear IF you avoid potential issues with the ReplacePragma 
using a new "content type"_?It seems important to answer that 
question. We don't want to be working on something that then trips us up.


Certainly for what we both want _a new content-type might be merited_? 
What would you call it to be compliant with content descriptions? How 
would you create it?


One thing that is a lot clearer to me than it was is that some of the 
questions on formatting Screenplays raise are pertinent to all types 
of markup. It would help, I think, if the whole procedure were easier 
and "closer to the surface"--so that you could create new markup 
schema in a simpler way.


Still largely-in-the-dark
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/bde5c484-ac63-41fa-976d-05d5bd813565%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/59AD3D40.103%40googlemail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: how's tiddlyclip?

2017-09-04 Thread @TiddlyTweeter
Ciao Reid & RichardWS

As far as I understand it TiddlyClip is extendible, BJ provides notes on 
how to extend it 
.
 
I'm not sure how much that facility has been used.

One whether after FF57 it will work ... well I don't know enough. So long 
as its not needing direct to disk file saving there may be a way?

Best wishes
Josiah

On Monday, 4 September 2017 12:59:14 UTC+2, Reid Gould wrote:
>
> +1 for a maintained and modern web clipping tool. I haven't gotten a 
> chance to properly check out the state of TiddlyClip, but I desperately 
> need something to fill this gap if TiddlyWiki is going to fill the place in 
> my personal workflow that I want it to. I'd be willing to help out some on 
> the dev side of things if someone is taking responsibility for the project.
>
> - Reid
>
>
> On Sunday, September 3, 2017 at 5:49:45 PM UTC-5, RichardWilliamSmith 
> wrote:
>>
>> I saw @buggyj was active recently and thought I'd be cheeky and take the 
>> opportunity to ask how his work on bringing Tiddlyclip up to date for 
>> Firefox 57 was going?
>>
>> I was looking at some of the docs for the transition to webextensions and 
>> it seems like it might be a tricky project but then I remembered that you 
>> got it working in Chrome before - is that version still available? How are 
>> things looking with Firefox?
>>
>> Tiddlyclip is a really important part of the ecosystem and, personally, I 
>> will miss it much more that Tiddlyfox if they both go away.
>>
>

-- 
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/c7df0513-781b-4fc7-bcd0-c7aa17523664%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Serving TiddlyWiki alongside other projects?

2017-09-04 Thread Arlen Beiler
One thing you may be interested in is a small nodeJS application called
TiddlyServer which I wrote to handle this use case. It is a static file
server, but if you open a folder that contains a tiddlywiki.info file, it
automatically loads the folder into tiddlywiki and mounts it at that
location.

https://github.com/Arlen22/TiddlyServer

If you run into any trouble or have ideas for additional features, feel
free to open an issue.

Enjoy!



On Sep 4, 2017 07:07, "kodomohimari"  wrote:

> Okay, trying again after a good night's sleep solved most/all of the
> problems. I can access the TiddlyWiki through [home-network-IP]:8080 and
> I've setup port forwarding on my router to be able to reach it through
> [external-IP]:8080 as well (the Pi already has a fixed home-network-IP
> because I needed its connections to be able to survive rebooting from
> outside the home). It looks like the problem was mostly that I was pointing
> my browser at [home-network-IP]:8080/tdnotes instead.
>
> Guess next step is to setup an autolaunch in the cron-tables so the
> TiddlyWiki instance also survives rebooting (instead of having to manually
> boot it every time).
>
> Any hint towards running multiple instances, in case I decide to dig in
> that direction? (The whole [IP]:8080/folder1 existing concurrently to
> [IP]:8080/folder2 thing.)
>
> Thanks a lot for your help,
> kodomohimari
>
> On Monday, September 4, 2017 at 4:08:23 AM UTC+2, RichardWilliamSmith
> wrote:
>>
>> is accessed through localhost:8080 (edit and save work well).
>>> localhost:8080/tdnotes gives a 404
>>
>>
>> Even though the files for your wiki may be in the path being served by
>> Apache (at localhost:80/tdnotes or leave the 80 off altogether) but the
>> wiki, as a wiki, is being served on a different process altogether -
>> localhost:8080 and the root of what its serving is the tdnotes folder.
>>
>> Just to be clear - the Tiddlywiki server would work even without Apache -
>> they are completely independent things.
>>
>> When you're accessing your Pi from another computer, it is no longer the
>> "localhost". You need to use its ip address instead (probably assigned to
>> it by your router). You should be able to find if by running ``ifconfig``
>>
>>
>> On Monday, September 4, 2017 at 9:24:38 AM UTC+10, kodomohimari wrote:
>>>
>>> At the current time, the TiddlyWiki runs in a node I start manually by
>>> going to www in CLI and is accessed through localhost:8080 (edit and save
>>> work well). localhost:8080/tdnotes gives a 404 (which I assume is because
>>> Apache isn't grabbing the 8080 port which means localhost:8080/tdnotes
>>> actually points to an entirely different location).
>>>
>>> Having to add the :8080 is not "the" breaking issue, though (thanks for
>>> clarifying the ports thing) - I'm completely unable to reach the TiddlyWiki
>>> through any other computer than the Pi itself (i.e. through its own
>>> browser). Both [home-network-IP]:8080 [external-IP]:8080 seems to fall in
>>> an absolute limbo on my other computers.
>>>
>>> Ultimately, I'd like to be able to setup multiple instances (for
>>> instance: :8080/tdnotes, :8080/project, etc.), but at the current time I
>>> can't reach any instance at all from outside the Pi.
>>>
>>> Regards,
>>> kodomohimari
>>>
>>> On Monday, September 4, 2017 at 12:41:58 AM UTC+2, RichardWilliamSmith
>>> wrote:

 Hi,

 You have Apache running on port 80 to serve static files. The
 Tiddlywiki server needs to run as a separate process alongside that, on a
 different port, and they are accessed as two different services.

 If you really need to be able to access both services from the same
 port, I guess you will need to configure apache to pass requests to the
 other port (your google is as good as mine -
 https://stackoverflow.com/questions/8541182/apache-redirec
 t-to-another-port ?) but I doubt it's worth the trouble.

 Do you have the tiddlywiki process actually started on the Pi? Are you
 able to access it through :8080/tdnotes ?

 Regards,
 Richard

 On Monday, September 4, 2017 at 6:55:46 AM UTC+10, kodomohimari wrote:
>
> Just discovered TiddlyWiki and I'm trying to set it up with nodejs on
> my Raspberry Pi (which I use for multiple purposes, including as a web
> development server).
>
> The Pi is setup so that a folder named www in its Desktop corresponds
> to the landing folder when reached from a browser (i.e. pointing a browser
> at my IP reaches the Apache top page, from where I can access various
> projects stored in folders in www i.e. www/project1).
>
> I'm trying to set up a situation where www/tdnotes is where the
> TiddlyWiki lives, and it can be reached as any other project on the Pi
> through [IP]/tdnotes. Two obstacles on my path:
>
> - The folder location. If I just aim for [IP], I'm landing on my
> Apache top page (which is 

[tw] Re: Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-04 Thread @TiddlyTweeter
Ciao Reid,

One comment I'd like to make, beyond the great Trello-like or drag-n-drop 
stuff ...

*The Layout.* 

Columnised layouts I think are great in TW...

1 - They leverage fragment content well

2 - They can really help in mobile usage if responsive in design.



*Its good to see one that is clever.*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/7bc198c0-4459-4a6c-aaf1-fd79e85c008d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Serving TiddlyWiki alongside other projects?

2017-09-04 Thread kodomohimari
Okay, trying again after a good night's sleep solved most/all of the 
problems. I can access the TiddlyWiki through [home-network-IP]:8080 and 
I've setup port forwarding on my router to be able to reach it through 
[external-IP]:8080 as well (the Pi already has a fixed home-network-IP 
because I needed its connections to be able to survive rebooting from 
outside the home). It looks like the problem was mostly that I was pointing 
my browser at [home-network-IP]:8080/tdnotes instead.

Guess next step is to setup an autolaunch in the cron-tables so the 
TiddlyWiki instance also survives rebooting (instead of having to manually 
boot it every time).

Any hint towards running multiple instances, in case I decide to dig in 
that direction? (The whole [IP]:8080/folder1 existing concurrently to 
[IP]:8080/folder2 thing.)

Thanks a lot for your help,
kodomohimari

On Monday, September 4, 2017 at 4:08:23 AM UTC+2, RichardWilliamSmith wrote:
>
> is accessed through localhost:8080 (edit and save work well). 
>> localhost:8080/tdnotes gives a 404
>
>
> Even though the files for your wiki may be in the path being served by 
> Apache (at localhost:80/tdnotes or leave the 80 off altogether) but the 
> wiki, as a wiki, is being served on a different process altogether - 
> localhost:8080 and the root of what its serving is the tdnotes folder.
>
> Just to be clear - the Tiddlywiki server would work even without Apache - 
> they are completely independent things.
>
> When you're accessing your Pi from another computer, it is no longer the 
> "localhost". You need to use its ip address instead (probably assigned to 
> it by your router). You should be able to find if by running ``ifconfig``
>
>
> On Monday, September 4, 2017 at 9:24:38 AM UTC+10, kodomohimari wrote:
>>
>> At the current time, the TiddlyWiki runs in a node I start manually by 
>> going to www in CLI and is accessed through localhost:8080 (edit and save 
>> work well). localhost:8080/tdnotes gives a 404 (which I assume is because 
>> Apache isn't grabbing the 8080 port which means localhost:8080/tdnotes 
>> actually points to an entirely different location).
>>
>> Having to add the :8080 is not "the" breaking issue, though (thanks for 
>> clarifying the ports thing) - I'm completely unable to reach the TiddlyWiki 
>> through any other computer than the Pi itself (i.e. through its own 
>> browser). Both [home-network-IP]:8080 [external-IP]:8080 seems to fall in 
>> an absolute limbo on my other computers.
>>
>> Ultimately, I'd like to be able to setup multiple instances (for 
>> instance: :8080/tdnotes, :8080/project, etc.), but at the current time I 
>> can't reach any instance at all from outside the Pi.
>>
>> Regards,
>> kodomohimari
>>
>> On Monday, September 4, 2017 at 12:41:58 AM UTC+2, RichardWilliamSmith 
>> wrote:
>>>
>>> Hi,
>>>
>>> You have Apache running on port 80 to serve static files. The Tiddlywiki 
>>> server needs to run as a separate process alongside that, on a different 
>>> port, and they are accessed as two different services.
>>>
>>> If you really need to be able to access both services from the same 
>>> port, I guess you will need to configure apache to pass requests to the 
>>> other port (your google is as good as mine - 
>>> https://stackoverflow.com/questions/8541182/apache-redirect-to-another-port 
>>> ?) but I doubt it's worth the trouble.
>>>
>>> Do you have the tiddlywiki process actually started on the Pi? Are you 
>>> able to access it through :8080/tdnotes ?
>>>
>>> Regards,
>>> Richard
>>>
>>> On Monday, September 4, 2017 at 6:55:46 AM UTC+10, kodomohimari wrote:

 Just discovered TiddlyWiki and I'm trying to set it up with nodejs on 
 my Raspberry Pi (which I use for multiple purposes, including as a web 
 development server).

 The Pi is setup so that a folder named www in its Desktop corresponds 
 to the landing folder when reached from a browser (i.e. pointing a browser 
 at my IP reaches the Apache top page, from where I can access various 
 projects stored in folders in www i.e. www/project1).

 I'm trying to set up a situation where www/tdnotes is where the 
 TiddlyWiki lives, and it can be reached as any other project on the Pi 
 through [IP]/tdnotes. Two obstacles on my path:

 - The folder location. If I just aim for [IP], I'm landing on my Apache 
 top page (which is normal). If I aim for [IP]/tdnotes, I reach it through 
 the Apache interface (i.e. I don't enter the TiddlyWiki, I just see its 
 file structure externally).
 - The port number. Is there a way to get rid of it i.e. just type 
 [IP]/tdnotes instead of [IP]:8080/tdnotes? (For instance, I suppose 
 changing the port number served by the TiddlyWiki server could work, but 
 can it serve the same port as HTTP i.e. 80?)

 I have a feeling the issues are interconnected, but I'm clueless as to 
 how to proceed forward. Any hint would be greatly appreciated.

Re: [tw] Presenting: BLC Plugin! For kanban like organization in the style of Trello using boards, lists, and cards.

2017-09-04 Thread Jan

Hi Reid.
Thanks for the answer.
I use the sidebar for organizing the connections between Tiddlers. 
That's why I got a layout which gives it much space. I thing your plugin 
needs (and deserves) a lot of space.
-Rethinking it, Tony´s proposition of opening the board in a seprate 
window my even be more appropriate, especially if you got two Monitors.
-The Sidebar has the advantage, that you can directly pull Tiddlers into 
the board if you got $:/config/Tiddlers/TitleLinks set to yes.
-It would be good to have a check to show the titles (Perhaps filtering 
especially those who are not generated by the dates). Perhaps this could 
be done individally for each card using the title as a button which 
changes a field that determins what is shown.
-There is a strange behaviour if you by accident grab the picture and 
drag it to another collumn.
-If you drag an columntitle to another column it disappears and becomes 
an item in that board. It would be nice to have a "dropper" to transform 
a card to a column.


Thanks again for your work, I am going to install it instantly use it 
for the screenwriting tool I work on soon. I think it is just what I 
needed right now.


yours




Am 03.09.2017 um 20:49 schrieb Reid Gould:

Jan,

Thanks for your suggestions, you will be happy to know I already have 
a solution in the works for keeping the cards short. It will be better 
explained in the User Guide wiki on the next release.
I also agree that the header layout needs work. Expect to see changes 
there.


The sidebar idea sounds interesting. Can you describe some more how 
you imagine it might work?


- Reid

On Saturday, September 2, 2017 at 7:46:27 PM UTC-5, Jan wrote:

Hi Reid,
this looks very promising, great idea.
A few ideas:
-I got the feeling this could be a great sidebar-feature.
-It would be great if the cards could be flipped to show only the
title.
-The header (New Card, Remove, Hold...Filters) is a little
distracting. It could be useful to display it on hover only...

Please continue, I would really like to use this...
Yours Jan



Am 02.09.2017 um 17:07 schrieb Reid Gould:

BLC Plugin sees it's first light of day!

The wiki: User Guide and Demo

Source on GitHub:
https://github.com/reidgould/tiddlywiki-blc-plugin


Trello style cards and lists are very important to my methods,
but I can't stand not owning my own data. So when I discovered
how fantastically hackable TiddlyWiki is, I made this! It uses
normal TW tags and list fields and if you already have those
relationships established, you just need to transclude the
template into your text and it will show you your existing
tiddlers in board, list, card style.

WARNING: This is still in quite early development and is very
much not stable. I'm partway through a refactor of the macros I'm
using for listops and they have some bugs.

Still, it's starting to become something, so I'm sharing it now
hoping for some feedback from you more experienced users. I'd
welcome issues on the GitHub page, or any sort of suggestions
here on the forum.

Thanks to all the people who made this awesome little tool!

- Reid


-- 
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/5b0b232b-0017-4fca-8a00-b6d53b12badb%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/8f35a94e-52e5-43d0-88c8-8c33f3a0e6c1%40googlegroups.com 
.

For more options, visit https://groups.google.com/d/optout.


--
You received this message because you 

[tw] Re: how's tiddlyclip?

2017-09-04 Thread Reid Gould
+1 for a maintained and modern web clipping tool. I haven't gotten a chance 
to properly check out the state of TiddlyClip, but I desperately need 
something to fill this gap if TiddlyWiki is going to fill the place in my 
personal workflow that I want it to. I'd be willing to help out some on the 
dev side of things if someone is taking responsibility for the project.

- Reid


On Sunday, September 3, 2017 at 5:49:45 PM UTC-5, RichardWilliamSmith wrote:
>
> I saw @buggyj was active recently and thought I'd be cheeky and take the 
> opportunity to ask how his work on bringing Tiddlyclip up to date for 
> Firefox 57 was going?
>
> I was looking at some of the docs for the transition to webextensions and 
> it seems like it might be a tricky project but then I remembered that you 
> got it working in Chrome before - is that version still available? How are 
> things looking with Firefox?
>
> Tiddlyclip is a really important part of the ecosystem and, personally, I 
> will miss it much more that Tiddlyfox if they both go away.
>

-- 
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/49ff959f-5c44-416c-8a03-a39a680c9cf5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is there a consistent guide on how to modify different parts of the interface of the wiki?

2017-09-04 Thread Vayu Asura
That was useful. Found my bearings.

On Wednesday, August 30, 2017 at 8:50:48 PM UTC+3, Ton Gerner wrote:
>
> Hi Vayu,
>
> Maybe this can help you: http://tw5custom.tiddlyspot.com/
>
> Cheers,
>
> Ton
>
>

-- 
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/101ee7dd-53bc-4293-a30b-fd819a38db54%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Applying ReplacePragma to all Tiddlers of a certain type

2017-09-04 Thread @TiddlyTweeter
Ciao Jan

Jan wrote:
>
> ... use Skeeve's  ReplacePragma 
> . I found out that it 
> does a great job if the replacement-code is marked on top of the tiddler.
>
 
... Is there a way to apply it to multiple Tiddlers by type or by filter? I 
think it would be a great feature also for other usecases

I can't help you program it. 

Am I right in thinking that you only want the ReplacePragma activated when 
a Tiddler is of ONE "content type"? *I think that can be done inside a 
"Save" button*. 

I do know its possible to limit contained macros going active under a save 
button to certain content types or under specified tags. That was what Mark 
S. did to help me with the "hashtag2tag" thing (see 
https://groups.google.com/forum/#!topic/tiddlywiki/4hE3-KUOqkY for a worked 
through example).

I also am looking at the ReplacePragma. There was slightly depressing 
discussion of it in the past 
https://groups.google.com/forum/#!searchin/tiddlywiki/replacepragma%7Csort:relevance/tiddlywiki/52Hwa_oCLRk/gLLzQrmG87oJ.
 


*I am unclear IF you avoid potential issues with the ReplacePragma using a 
new "content type"*? It seems important to answer that question. We don't 
want to be working on something that then trips us up.

Certainly for what we both want *a new content-type might be merited*? What 
would you call it to be compliant with content descriptions? How would you 
create it?

One thing that is a lot clearer to me than it was is that some of the 
questions on formatting Screenplays raise are pertinent to all types of 
markup. It would help, I think, if the whole procedure were easier and 
"closer to the surface"--so that you could create new markup schema in a 
simpler way.

Still largely-in-the-dark
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/bde5c484-ac63-41fa-976d-05d5bd813565%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Some work on static sites

2017-09-04 Thread @TiddlyTweeter
Ciao RichardWilliamSmith

Just a footnote.

The main win for ... is ... "one click" publishing from TW ...
>
 

> ... tag tiddlers "Live" and run a Git commit and the site gets rebuilt "in 
> the cloud" in about 30 seconds. 
>

Right. And comments like these would be appropriate as bullet points in any 
up front "marketing" :-)

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/8277f136-e2a3-4ad7-875f-f711810bc87d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Close tiddler with JavaScript call

2017-09-04 Thread Aigar Rogozov
Hello

How I can close TW5 tiddler via JavaScript if I known it name?

I`m writing 3rd party plugin

Thanks

A.

-- 
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/1c767fb1-07ad-448e-8662-58aac5c11a6a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Some work on static sites

2017-09-04 Thread @TiddlyTweeter
Ciao RichardWS

Riz's demo of his site builder is here ...

https://ibnishak.github.io/t-blog/

He provides several completed examples.

Documentation: 
https://ibnishak.github.io/t-blog/Documentation/Hello%2520There.html

Repository: https://github.com/ibnishak/t-blog

Best wishes
Josiah



Best wishes
Josiah

On Monday, 4 September 2017 00:33:48 UTC+2, RichardWilliamSmith wrote:
>
> Hi Josiah and thank you,
>
> Could you please point me towards the work of Riz? I don't think I've seen 
> it and it would be very useful to see what other people have done. The 
> other work I found that was useful to me, in addition to Jeremy's docs, was 
> by Welford: https://github.com/welford/twstaticblog
>
> Indeed static sites are poorly named - the only thing that's static about 
> them is the deliverable assets at any instant in time. In fact Tiddlywiki 
> itself is usually delivered as a "static" asset but is, of course, very 
> dynamic once on the client.
>
> The main win for me in setting up the system as I have is that I now have 
> effectively "one click" publishing from TW on my desktop to the Netlify 
> global CDN, so my site has the same up-time and availability as some major 
> sites (https://www.netlify.com/case-studies/). All I have to do is tag 
> tiddlers "Live" and run a Git commit and the site gets rebuilt "in the 
> cloud" in about 30 seconds. One more reason to love Tiddlywiki.
>
>
> Regards,
> Richard
>
> On Sunday, September 3, 2017 at 10:44:32 PM UTC+10, @TiddlyTweeter wrote:
>>
>> Ciao RichardWS
>>
>> I made a static site with Tiddlywiki and a tutorial explaining how I did 
>>> it: https://www.didaxy.com/exporting-static-sites-from-tiddlywiki
>>>
>>
>> A few comments ...
>>
>> 1 - Far too modest. 
>> Don't underwhelm your audience. 
>> As far as I can see this is documentation of a fairly developed CMS 
>> web-site PUBLISHING SYSTEM.
>>
>> 2 - Saying its "static" generation sorta separates the mother from baby. 
>> But I don't think its accurate. Your method, even if you yourself don't go 
>> that way,  could ALSO generate dynamic sites (i.e. that include JavaScript).
>>
>> 3 - I think that more upfront, *probably in the Title, you should make 
>> clear this is a NODE.JS mediated CMS*. [Its important in the sense that 
>> on GG there is a lot of discussion about "static" TW. Frankly, most of it 
>> is confusing truly STATIC sites with REDUCED ACCESS interface a lot of the 
>> time. You want to avoid getting mixed into that confusion like the plague.]
>>
>> 4 -  The DETAIL in your tutorial is great to read. 
>>
>> 5 - A wondering? Is this compatible with what Riz did? If so, then a link 
>> to his examples could be helpful adjunctive to display the potential in a 
>> strongly visual way.
>>
>> Very 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/79e6db39-8fce-4e12-9859-770e10bc1d9c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.