[tw5] Re: The-book weekly report

2020-02-04 Thread oleghbond
I checked the 2 following expressions from chapter 7.3:

   1. SimpleFilter1 SimpleFilter2 (union *with duplication*)
   2. SimpleFilter1 =SimpleFilter2 (union *without duplication*)

In fact it looks like opposite: the 1st expression is union *without 
duplication*, whereas the 2nd one is *with*.

Thanks for your work

Olegh

пʼятниця, 31 січня 2020 р. 12:03:48 UTC+2 користувач Luis Gonzalez написав:
>
> The last chapters are hard to write. They deal with complex issues.
>
> This time The-Book includes new material:
>
>- Chapter 2. Using tiddlywiki.
>- Chapter 11. Plugins. *Written by Mohammad Rahmani*
>- Chapter 12. Tiddlywiki internationalization (incomplete) *¡¡¡ HELP 
>NEEDED !!!  *
>
>
> The-Book is growing. It has 103 pages full of information and diagrams!!!
> You can still contribute!
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6f35d7fc-93d0-4db0-be1b-38d77178083d%40googlegroups.com.


[tw5] Re: The-book weekly report

2020-01-31 Thread Eskha
Hi Louis,

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

Perhaps some elements for chapter 12:

For "12.1 Key points"

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


For "12.2 Languages internals"

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

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


For "12.5 Writing international wikis and plugins"

Translating information displayed in the plugin manager (ControlPanel).

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

This information can be displayed in the wiki current language.

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

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

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


Translating messages in you plugin

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

Step 1

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

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

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


\end


Step 2

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

$:/ plugins///lang/


Step 3

Store translated texts in tiddlers named:

$:/ plugins///lang//


Step 4

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

<<-lingo "" >>

Best regards,

Eskha

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9c608ceb-244c-4aec-bcfb-500fef3e6c44%40googlegroups.com.


Re: [tw5] Re: The-book weekly report

2020-01-17 Thread Mohammad Rahmani
Hi Luis,
 Thank you! I am glad you like it.
 Feel free to change it to fit your requirements. I also keen to see what
feedback I get to improve this part.
As Tony said, I need to refer to wikitext and Javascript and mixed of them.

I will revised and push a new update.

--Mohammad


Best wishes
Mohammad


On Fri, Jan 17, 2020 at 4:58 PM Luis Gonzalez  wrote:

> It's great!!
> This is just I want!!!
>
> Maybe it can be included as is. I would like to respect your work to the
> fullest. The next week I will start adding this first part to the book.
>
>
>
> *I really appreciate what you do for the book.I don't dominate this part
> and it would take a long time to catch up. This work greatly accelerates
> the completion of the book.*
>
>
> I await excited the other parts.
>
> Thanks again.
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/2995d202-c573-4a0e-bd05-a2a620ca03e8%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/CAAV1gMDgjDhD%3Do0YzpUyY%3D1q6z-0X7omtyZYdicYkg-uGDu5mQ%40mail.gmail.com.


[tw5] Re: The-book weekly report

2020-01-17 Thread Luis Gonzalez
It's great!!
This is just I want!!!

Maybe it can be included as is. I would like to respect your work to the 
fullest. The next week I will start adding this first part to the book. 



*I really appreciate what you do for the book.I don't dominate this part 
and it would take a long time to catch up. This work greatly accelerates 
the completion of the book.*


I await excited the other parts.

Thanks again.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2995d202-c573-4a0e-bd05-a2a620ca03e8%40googlegroups.com.


[tw5] Re: The-book weekly report

2020-01-17 Thread Mohammad
Hi Luis
The first part of creating a simple plugin in Tiddlywiki to be used for 
your Book is ready!

https://groups.google.com/d/msg/tiddlywiki/INYxt2deHeA/rdF_eEPWEQAJ

I have started a new thread, to have comments and feedback from other 
people and then decide on the final version you like to include in your 
Book.
I hope I can find time to finalize other parts soon.



Best
Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e408f75f-5961-4c91-881f-4af58ee01928%40googlegroups.com.


Re: [tw5] Re: The-book weekly report

2020-01-16 Thread Mohammad Rahmani
Hi Luis
Tw-Scripts has many examples and it is like a cookbook. So feel free to use
it in your book and just give references where it is appropriated.

I will write a small task manager for your chapter.


Best wishes
Mohammad



On Thu, Jan 16, 2020, 5:22 PM Luis Gonzalez  wrote:

> Thanks!!
>
> I don't mind work alone. I am learning a lot while writing this
> documentation and people in the group help me.
> But there is something that I would greatly appreciate, and that people
> who have written many plug-ins would not cost much work.
>
>
> I want to write a chapter with an example wiki. For example a task list or
> other little Tiddlywiki. We would have to do the wiki and some
> explanations of how it is coded (for example a table with the tiddlers of
> the wiki and what are they for, the macros, css included, etc)
>
> This example would demonstrate what would be *the right way* to customize 
> Tiddlywiki
> for a particular use. I think Tiddlywiki is so versatile that it is very
> easy to get complicated.
>
> --
> You received this message because you are subscribed to the Google Groups
> "TiddlyWiki" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/09e45fc9-97a9-4f38-a105-e30769718c80%40googlegroups.com
> 
> .
>

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


[tw5] Re: The-book weekly report

2020-01-16 Thread Luis Gonzalez
Thanks!!

I don't mind work alone. I am learning a lot while writing this 
documentation and people in the group help me.
But there is something that I would greatly appreciate, and that people who 
have written many plug-ins would not cost much work.


I want to write a chapter with an example wiki. For example a task list or 
other little Tiddlywiki. We would have to do the wiki and some explanations 
of how it is coded (for example a table with the tiddlers of the wiki and 
what are they for, the macros, css included, etc)

This example would demonstrate what would be *the right way* to customize 
Tiddlywiki 
for a particular use. I think Tiddlywiki is so versatile that it is very 
easy to get complicated.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/09e45fc9-97a9-4f38-a105-e30769718c80%40googlegroups.com.


[tw5] Re: The-book weekly report

2020-01-16 Thread Mohammad
Many thanks Luis,
 I understand you work alone and I hope interested people in this forum 
come 
and help!

--Mohammad

On Thursday, January 16, 2020 at 1:58:31 PM UTC+3:30, Luis Gonzalez wrote:
>
> In this new release I wrote Chapter  10 - Tiddlywiki Internals with some 
> information  about the Tiddlywiki files and the $tw object created at 
> startup.
>
> As always, if you find any fault or omission, please tell me.
>
>
> NOTE: The $tw diagrams are "searchables" in the pdf flile.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7ebb1566-0ed7-4860-b4a6-eaf668578d96%40googlegroups.com.


[tw5] Re: The-book weekly report

2020-01-16 Thread bimlas
Luis,

Thanks for writing this great book! Although one of the main features of 
TiddlyWiki is that it is non-linear, it is much easier to understand if you 
are guided from the ground up into the mountains and you do not have to 
find the right paths.

This is the first time I have read it and it given me some thoughts:

1.1 Key points:

Tiddlywiki is more than a note-taking application.

It is an advanced way of organizing your information. 


 In my opinion, TiddlyWiki is a database that happens to contain mostly 
text, but could even include products, prices, phone numbers, "weight 
diary", etc.. This is important because I think many people see it just as 
a flexible notepad, although TiddlyWiki is much more than that. So I think 
1.2 What is TiddlyWiki might include "notetaking application" as well as "a 
kind of database".

1.3 Starting with TiddlyWiki

I think it should be mentioned that while you can edit any TiddlyWiki (even 
tiddlywiki.com), the changes will only exist on the editor's computer 
because (by default) you cannot upload them to the server (if you are from 
an online wiki). This may be important because I was laughing at Tiddly the 
first time I met because I thought anyone could edit my site if it's a 
TiddlyWiki.

1.5.2 Tiddlers

If you close the tiddler it disappears from the screen.


"If you *save* and close.." - Surely there will be a reader who wants to 
close without saving and will be amazed if they can't find it in the search 
results.

1.5.7 Transclusion

You should remove space around !!

1.5.9 Filters

You can think of TiddlyWiki as a database in which the records are tiddlers.


Yes, this is what I am talking about and I think it should be said more!
 
1.5.10 Macros and widgets

It use macros and widgets to personalize its appearance.


 This is only half true, I think that templates have a greater impact on 
display, but macros and widgets provide interactivity (checkbox, list 
widget) and "hackability" (so you can implement new features).

For now, that's all I would say, my lunch break is over. :)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/77144b37-68e9-403e-9698-ebfe04b0bff0%40googlegroups.com.


[tw5] Re: The-book weekly report

2020-01-16 Thread TonyM
Luis,

Thanks for this work. I will view and respond when I can find a little more 
time.

Regards
Tony

On Thursday, January 16, 2020 at 9:28:31 PM UTC+11, Luis Gonzalez wrote:
>
> In this new release I wrote Chapter  10 - Tiddlywiki Internals with some 
> information  about the Tiddlywiki files and the $tw object created at 
> startup.
>
> As always, if you find any fault or omission, please tell me.
>
>
> NOTE: The $tw diagrams are "searchables" in the pdf flile.
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ae6a8379-283c-424c-a6d5-379ec49ed666%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-19 Thread Luis Gonzalez
It's a good suggestion.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a5975b6e-6e5c-498d-b278-ae6bc084aa3b%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-19 Thread Luis Gonzalez
The widgets chapter is still in first writing. I have to read and rewrite 
it. 


Thanks for your help

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6f035a2c-bc9f-4f51-9c02-267c40bf9c04%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-19 Thread TonyM
Luis,

Han I suggest in future "The-book weekly report" you add a Date?

eg: The-book weekly report 2019-12-12

Regards
Tony

On Thursday, December 12, 2019 at 11:41:06 PM UTC+11, Luis Gonzalez wrote:
>
> This week I've been focused on the widgets chapter.
>
> I am a little worried about the way to orient this chapter. I've tried to 
> apply a progressive approach, from easy to complex. The goal of this 
> chapter is not explaining the widgets one by one. 
>
>
>
> I need your help in two ways:
>
>1. Read sections 1 to 6. Are they understandable? Something is missing?
>2. I have fill the section 7, "Writing your own widgets " with 
>information of the Tiddlywiky and Tiddlywiki dev sites, but it is a simple 
>copy-paste, I still don't understand this topic well. I need that 
>someone rewrite this section with easy instructions.
>
>
> *PLEASE, HELP ME!!*
>
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e461b2e3-f035-48fe-985d-9ee120a45a2f%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-19 Thread Chuck R.
Some feedback: 

I made a tiddler with 3 tasks as a todo list. Then marked one task as 
checked, saved the tiddler, closed the tiddler, and reopened it. My 
checkmark was now gone. Can you add a sentence in chapter 9.2 that notes 
checkmarks are not saved in the tiddler?


>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/96a6ddcd-afc3-4000-8d8b-a97fd4e4cdd5%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-19 Thread Chuck R.
Hi, I'm the local newbie new to TW5. I'm currently using it to collect 
studies on various topics so I will take a look at your section you 
requested. 

Widgets is Ch 9.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ac8550a4-9192-4e2d-8e11-b464a6d1ad0d%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-19 Thread Chuck R.
Thanks Luis. I love that your PDF has a clickable table of contents. That's 
really handy. 

>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/14fd5ec8-f2ed-42e3-80b9-47a8cbfef2fe%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-16 Thread TiddlyTweeter
Ciao Luis

If you decide to do this TW you might want to add a version control system 
so YOU can evaluate changes: for example 
https://groups.google.com/d/msg/tiddlywiki/J-eYE8N68lE/_h8szdHDHQAJ 

Best wishes
TT

On Sunday, 15 December 2019 15:58:06 UTC+1, Luis Gonzalez wrote:
>
> Now I realize that my choice of editor is a big problem to collaborate, 
> so I am thinking of another approach.
>
>
> As the most important is the content, it may be more operative to create 
> a wiki so that we can all collaborate more easily. Then I will pass 
> everything to pdf.
>
> I will start a Tiddlywiki with all chapters, drawings etc. But, tell me 
> please: What platform do we have to choose to make collaboration easier?
>
>
> This week I will pass everything I already have in Lyx to a wiki.. This 
> will be  a big effort, but I want this book to be everyone's job.
>
>
> Thanks!! 
> This support gives me a lot of energy to continue with the project
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f1911726-3944-41e5-ad65-1db0b4b34f87%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-15 Thread Ste Wilson
Overleaf would allow you to continue to use latex but you can invite others to 
work on the document. It's browser based so no downloads needed. 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d05e5fcf-d402-43b4-9578-aa42a603c474%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-15 Thread Luis Gonzalez
Now I realize that my choice of editor is a big problem to collaborate, so 
I am thinking of another approach.


Since the content is really what interacts with us, it may be more 
operative to create a wiki so that we can all collaborate more easily. Then 
I will pass everything to pdf.

I will start a Tiddlywiki with all chapters, drawings etc. But, tell me 
please: What platform do we have to choose to make collaboration easier?


This week I will pass everything I already have in Lyx to a wiki.. This 
will be  a big effort, but I want this book to be everyone's job.


Thanss!! 
This support gives me a lot of energy to continue with the project

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/740c5a95-38e4-488b-808e-38dcb8df8679%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-14 Thread Ste Wilson
Would it be possible to use overleaf.com to help collaboration and editing 
luis? 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/44894e08-dac2-4eb3-99da-23ed506dc822%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-13 Thread TiddlyTweeter

>
> I don't understand. 
>

Sorry, I meant doing natively in TiddlyWiki what  https://www.lyx.org/ does.

It is a text format really, not a program per se. 

I was  thinking IF in TiddlyWiki we could use "parsers" to do that format?

Best wishes
TT

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e1348319-04be-4774-aa2b-ed64c7dfb954%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-13 Thread Luis Gonzalez


>
> I wonder what we'd need to do to replicate "Lyx" in a set of TW parsers?
>
>
>
I don't understand. You can download Lyx from https://www.lyx.org/. Is a 
Windows / Linux / Mac / ... application you have to install to use it. Lyx 
needs a installed latex in the computer like Miktex.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/81a10005-6024-48c5-a314-a99e7fefdded%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-13 Thread TiddlyTweeter
Ciao Luis

I wonder what we'd need to do to replicate "Lyx" in a set of TW parsers?

Just a thought
TT

Luis Gonzalez wrote:
>
> I edit the text wit Lyx, a free easy open source Latex editor. 
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e12a2220-ec0c-4432-a3b2-4ca7da22c186%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-13 Thread Luis Gonzalez
I edit the text wit Lyx, a free easy open source Latex editor. It produces 
high quality pdfs.

If you want to edit the The_Book.lyx 
 
file tell me and I send some information.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9859482b-4d8f-4262-92ab-d3b18e25767b%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-12 Thread TonyM
Luis,

Can I open with Google Docs and apply changes to help edit this?

Regards
Tony

On Thursday, December 12, 2019 at 11:41:06 PM UTC+11, Luis Gonzalez wrote:
>
> This week I've been focused on the widgets chapter.
>
> I am a little worried about the way to orient this chapter. I've tried to 
> apply a progressive approach, from easy to complex. The goal of this 
> chapter is not explaining the widgets one by one. 
>
>
>
> I need your help in two ways:
>
>1. Read sections 1 to 6. Are they understandable? Something is missing?
>2. I have fill the section 7, "Writing your own widgets " with 
>information of the Tiddlywiky and Tiddlywiki dev sites, but it is a simple 
>copy-paste, I still don't understand this topic well. I need that 
>someone rewrite this section with easy instructions.
>
>
> *PLEASE, HELP ME!!*
>
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d1b520ea-1acb-4618-aad3-2bb6f9eed7eb%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-12 Thread TonyM
Luis,

Thanks so much for your work. Here is my own comments reviewing the 
beginning of the document.


   1. I like the front page but the possibility of server tiddlywiki's 
   beyond the single file version may be worthy of mention.
   2. On page 9 I think it fair to describe the long journey but I think it 
   worth emphasising each step reveals more power and control to create.  Its 
   a long journey with benifits around every corner - lest to scare some 
   people off thinking they need to become a master to achieve anything. 
   Another value is its constructed from the most popular internet 
   technologies HTML, CSS and Javascript in use so you learn reusable skills.
   3. Page 11. 
  1. This is called Wikitext (a version of markdown and more)
  2. change "tiddler inside other tiddler" to "tiddler inside *an*other 
  tiddler" 
   4. Page 12. Perhaps at the top right, or in another diagram we could 
   show how the view and edit template can be used to "see" the tiddler 
   consisting of title, content, tags and field elements. They Have > elements 
   > view through >View
   > edit 
   > or custom template
   5. Page 14 
  1. change "Tiddlywiki promote information sharing." to "Tiddlywiki's 
  promote information sharing" or "Tiddlywiki promotes information sharing"
  2. Where is says "Content:“This is the content of the tiddler”. 
  perhaps add (this is the "text" field)
  3. Change "tiddler in edition mode:" to "tiddler in edit mode:"
  6. Page 15
  1. Change "The format toolbar" to "The editor Toolbar" (official name)
  2. at the end of 5.1.2 last paragraph you could add "or look in the 
  recent tab".
  3. Rather than "Open the tiddler $:/TagManager" . perhaps have 
  "SideBar > Tools > Tag manager or Open the tiddler $:/TagManager"
  7. Page 16
  1. Change to something like this "A tiddler has fields. There are 
  system fields like the created and modified date (hidden) but you can add 
  your own ones."
  This could refer to https://tiddlywiki.com/#TiddlerFields
  2. 5.1.6 change "Other example: you can make a link of a tiddler 
  inside other tiddler writting [[ Tiddler Title Linked]]."
  to "*An*other example: you can make a link *to* a tiddler inside 
  other tiddler writing [[Tiddler Title Linked]]." Note also removed a 
  leading space in "[[Tiddler Title Linked]]"
  3. 1.5.7 
 1. I would remove the spaces from the examples as they will not 
 work like that.
 2. It would be of value to say if one tiddler transcludes, another 
 tiddler that transcludes another ... it will work but avoid infinite 
loops 
 (Or something better)
  4. 1.5.8 
 1. Where is says "They (View and Edit templates) are tiddlers." 
 you could add, and Special tags $:/tags/ViewTemplate 
 and $:/tags/EditTemplate can be placed on any tiddler to make it 
appear in 
 view or edit modes.
 2. I would add "Various other templates are and can be used in 
 tiddlywiki. The View and Edit templates above, are however the most 
 important to designing your tiddlywiki.
  5. 1.5.11 Changed to  "1.5.11 Mechanisms"
 1. All Change to "elements of tiddlywiki fit together through *a 
 number o*f mechanism*s*."
  6. 1.5.12
 1. Change "so the manage of list" to "so the manage*ment* of list
 *s*"
 2. Check other grammar in this section
  
I will post more 

Regards
Tony


On Thursday, December 12, 2019 at 11:41:06 PM UTC+11, Luis Gonzalez wrote:

> This week I've been focused on the widgets chapter.
>
> I am a little worried about the way to orient this chapter. I've tried to 
> apply a progressive approach, from easy to complex. The goal of this 
> chapter is not explaining the widgets one by one. 
>
>
>
> I need your help in two ways:
>
>1. Read sections 1 to 6. Are they understandable? Something is missing?
>2. I have fill the section 7, "Writing your own widgets " with 
>information of the Tiddlywiky and Tiddlywiki dev sites, but it is a simple 
>copy-paste, I still don't understand this topic well. I need that 
>someone rewrite this section with easy instructions.
>
>
> *PLEASE, HELP ME!!*
>
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cf1f5714-bdf8-410a-a4a4-fbe39e63c599%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-12 Thread Mohammad
Hi Luis,
 TW-Scripts is a good place to see examples and brief explanation on some 
element behavior.

  Find it at: https://kookma.github.io/TW-Scripts/

--Mohammad

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7210c715-a2a5-47b3-9a6c-8c7d04e817d3%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-01 Thread Jon
Yes, that is a tremendous amount of work.

Very impressive!

Regards,
Jon

On Sunday, 1 December 2019 13:58:06 UTC, Georgia K wrote:
>
> Hello Luis, 
>
> Thanks for writing this to people like me who without programming 
> background wants a pathway to learn how to DIY my personal TW. I'm gonna 
> read it right awa1y
>
> Best,
> Georgia
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/104de9a4-fa53-4a4d-8bad-b8136fca4b5a%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-12-01 Thread Georgia K
Hello Luis, 

Thanks for writing this to people like me who without programming background 
wants a pathway to learn how to DIY my personal TW. I'm gonna read it right 
awa1y

Best,
Georgia

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f5bbe584-0955-45e9-8b2c-5d3b0bb02fd5%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-11-29 Thread TiddlyTweeter
Ciao Luis

Right. I see clearly you going for "intermediate", or "D.I.Y. user with 
interest to go further."

IMO that is *very* good for the active vocal audience which is dominantly 
of that type.

Best wishes
TT

Luis Gonzalez wrote:
>
> ... The-book moves between this two ends:
>
>- The-book does not explain the basic usage. We assume that the reader 
>has already used Tiddlywiki
>- The-book does not explain how to develop tiddlywiki core.
>
>
> *The goal: explain the intermediate zone.*
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/598de438-2cc4-4fbb-8dd6-a568bbf7fbb7%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-11-29 Thread TiddlyTweeter
Luis Gonzalez wrote:
>
> Diagrams are my passion.


You are very good at them! Much appreciated.

Your latest  on HTML + CSS basic structure (PDF page 24) is incredibly 
useful. 

Thank you!
TT

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e6eed72b-a3ff-48d9-b225-a040c45b1c38%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-11-29 Thread Luis Gonzalez
*IMPORTANT NOTE:*

The "borders" of the book are two: the basic tiddlywiki usage and the 
developing of Tiddlywiki. The-book moves between this two ends:

   - The-book does not explain the basic usage. We assume that the reader 
   has already used Tiddlywiki
   - The-book does not explain how to develop tiddlywiki core.


The goal: explain the intermediate zone.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/5cc525f1-3b5a-4f00-897d-48113fbdba7a%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-11-29 Thread Luis Gonzalez
I accept your offer. I have never programmed in javascript so there are 
things that I don't know.  I can handle with the use of macros and widgets 
but I need your help with the scripting and plugin sections.


This is the process that I follow:

   1. Somebody send me some explanations and links. I read them and try in 
   an empty wiki.
   2. When I understand all the explanations 
   3. I begin to draw some diagrams and maps that help me. Diagrams are my 
   passion.
   4. I write the text.


What we know till now:

   - How we can customize the tiddlywiki screen.
   - The roles a tiddler can have
   - Write filters
   - Formating text with Wikitext and CSS classes


What we don't know:

   - Elements for writting widgets and javascript macros. I program in Java 
   and Python. Is there any API or how is the widgets programming?
   - Writting plugins.
   - Extending the functionality of Tidldywiki: plugins, parsing rules, (I 
   saw the XLSX Utilities Edition 
   I).



But don't worry if you have no time. I'm still studying Tiddlywiki with all 
information I find. 
This is not a race. We will fill the gaps (like the list section) with the 
time.




Thanks!!!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0ac600c3-4a1d-4078-929d-6291446c49a5%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-11-29 Thread Jed Carty
Luis,

Thank you for making this, you have had far more dedication than I ever 
managed for writing a comprehensive guide and you are far more organised 
than I ever was.

I can probably help with writing some of the sections, or at least give 
descriptions that someone who is better than I am at writing can flesh out.

I think that a section on the anatomy of a javascript macro and the 
differences between javascript macros and widgets would also be helpful and 
something I can help with.

I haven't read the entire book closely, but skimming though it doesn't look 
like you have the lists section completed. I have a very incomplete start 
to explaining lists 
here http://inmysocks.tiddlyspot.com/#Lists%20in%20WikiText if that helps 
at all. If not then just ignore it.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fbac14dd-9bd4-4e18-af6f-ad4305cda52f%40googlegroups.com.


[tw5] Re: The-book weekly report

2019-11-28 Thread TonyM
Luis,

I totally Echo Jeremys words and undertake to review and support as much as 
my time permits

All Please do what you can to support Luis in this extremely worthy project.

Regards
Tony


On Thursday, November 28, 2019 at 8:51:56 PM UTC+11, Luis Gonzalez wrote:
>
> This week:
>
>- Reorganization of some chapters.
>- Starting to write the Filters chapter
>- Regular expressions on section 7.6
>- Starting to write Using tiddlywiki chapter
>- html diagram of Tiddlywiki on page 24
>
>
>
>
> Thanks everyone for your help!!
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/0d90d5f7-c496-4a2b-9bb5-c9e6d0d96b88%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-11-10 Thread A Gloom

>
> I'm not an English writer so I know the manual is full of mistakes. At 
> this point correct them is a useless work because I will change the manual 
> many times until it is complete.
> But when I finish it, I need readers and revisers to change all mistakes.I 
> am making a great effort writing in English and I just want you to help me 
> in the final corrections.
>

 perfectly understood (why I'm puttting grammar edits in a tiddler for 
future use)-- I'll let you in a secret... I'm a horrible English writer 
myself, on the grammar police Most Wanted list << >> :)

My spouse pointed out one thing about people that English is a second 
language for them-- they are much more careful and precise with their 
English than many native English speakers.

These weekly topics can be like notes for you, people can leave edit 
suggestions and you can refer back to them when the time is right

Keep up the effort-- I'm pretty confident it will be worth it

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/af9be3b4-de53-4a40-ac8a-aefefc758a78%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-11-10 Thread Luis Gonzalez
I'm not an English writer so I know the manual is full of mistakes. At this 
point correct them is a useless work because I will change the manual many 
times until it is complete.

But when I finish it, I need readers and revisers to change all mistakes.I 
am making a great effort writing in English and I just want you to help me 
in the final corrections.



Thanks for your support!!

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/36534060-6f8d-4ce3-ab58-52e830b4b8b1%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-11-09 Thread TonyM
Luis,

Great stuff, I will review in more detail and provide feedback if you want.


   - The one thing I just noticed is you use the word unlinear which does 
   not exist - use nonlinear.
   - You say "tag bubbles" but the standard is "tag pill"

Do you want us to point good document sources to you?

Regards
Tony

On Friday, November 8, 2019 at 9:12:31 PM UTC+11, Luis Gonzalez wrote:
>
> The-book is growing!! Look its Repository. 
> 
> The most important chapter is near: filters. Understanding filters is 
> essential to get the most out of Tiddlywiki. The next weeks I will start 
> writing it.
>
>
>
> This week:
>
>- Chapter 4
>   - Adding new buttons at the toolbars.
>   - Adding global shortcuts.
>   - Adding a left menu.
>- Mindmap of the CSS main core tiddlywiki classes on page 36
>- Table with the roles a tiddler can have on page 38
>- Wikitext mindmap on page 42
>- Chapter 8. Starting.
>- Describing variables
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b365da1f-0501-4706-9dd2-fe017a9b0fda%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-11-09 Thread @TiddlyTweeter
Ciao on the Google Group I added the tags "announcement", "resource", 
"update" ... like this ...

[image: Annotation 2019-11-09 144248.jpg]


Its worth taking the time to do so when you post. It makes the posts more 
easily findable.

Best wishes
TT

On Friday, 8 November 2019 11:12:31 UTC+1, Luis Gonzalez wrote:
>
> The-book is growing!! Look its Repository. 
> 
> The most important chapter is near: filters. Understanding filters is 
> essential to get the most out of Tiddlywiki. The next weeks I will start 
> writing it.
>
>
>
> This week:
>
>- Chapter 4
>   - Adding new buttons at the toolbars.
>   - Adding global shortcuts.
>   - Adding a left menu.
>- Mindmap of the CSS main core tiddlywiki classes on page 36
>- Table with the roles a tiddler can have on page 38
>- Wikitext mindmap on page 42
>- Chapter 8. Starting.
>- Describing variables
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1ef0782d-bd74-4bfb-9a6f-9be088c6b75b%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-11-09 Thread David Gifford
Great! Congratulations on the progress!

On Friday, November 8, 2019 at 4:12:31 AM UTC-6, Luis Gonzalez wrote:
>
> The-book is growing!! Look its Repository. 
> 
> The most important chapter is near: filters. Understanding filters is 
> essential to get the most out of Tiddlywiki. The next weeks I will start 
> writing it.
>
>
>
> This week:
>
>- Chapter 4
>   - Adding new buttons at the toolbars.
>   - Adding global shortcuts.
>   - Adding a left menu.
>- Mindmap of the CSS main core tiddlywiki classes on page 36
>- Table with the roles a tiddler can have on page 38
>- Wikitext mindmap on page 42
>- Chapter 8. Starting.
>- Describing variables
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d5eb365b-f3cb-437c-b5da-7015b50c125f%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-28 Thread A Gloom

>
> I think I will include a glossary at the end of the manual with *difficult 
> concepts* as parsing, mechanism, DOM tree...
>

excellant idea-- not just for the end but also for each section with terms 
in that section 


If someone wants to add concepts, respond with the following format: 
>

<< >> goes and steals the concepts definitions from the official wiki : )

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f53995ee-15d0-45f4-af35-e96bf0ca019b%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-28 Thread HansWobbe
Eric:

I have a silly "smile of recognition"  plastered on my face.  I have to 
admit I really like the interface!!

Cheers,

-h



On Monday, October 28, 2019 at 7:18:05 AM UTC-4, Eric Shulman wrote:
>
> On Monday, October 28, 2019 at 3:05:39 AM UTC-7, A Gloom wrote:
>>
>> https://github.com/ericshulman/InsideTiddlyWiki
>>
>
> Here's a better link to the live document: 
> http://insidetiddlywiki.tiddlyspot.com/
>
> -e
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/07f287e1-c602-401d-8df6-00164c2fff30%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-28 Thread Luis Gonzalez
I think I will include a glossary at the end of the manual with *difficult 
concepts* as parsing, mechanism, DOM tree...

If someone wants to add concepts, respond with the following format: 

*Term*: definition / explanation

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3e229e05-b4f4-4db7-91e9-6a4f0917948e%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-28 Thread Luis Gonzalez

I think I will include a glossary at the end of the manual with *difficult 
concepts* as parsing, mechanism, DOM tree...

If someone wants to add concepts, respond with the following format: 

*Term*: definition / explanation


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/42a8d5cf-0a22-4384-9ba8-7674e9b9a9d3%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-28 Thread Jon
Eric, that looks pretty amazing and I love that central table of contents.

How far into completing it are you, or rather getting to a completion that 
you'd be happy with?

Regards
Jon

On Monday, 28 October 2019 11:18:05 UTC, Eric Shulman wrote:
>
> On Monday, October 28, 2019 at 3:05:39 AM UTC-7, A Gloom wrote:
>>
>> https://github.com/ericshulman/InsideTiddlyWiki
>>
>
> Here's a better link to the live document: 
> http://insidetiddlywiki.tiddlyspot.com/
>
> -e
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/71273f1c-970d-4750-bfbc-c2fe3092c928%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-28 Thread Eric Shulman
On Monday, October 28, 2019 at 3:05:39 AM UTC-7, A Gloom wrote:
>
> https://github.com/ericshulman/InsideTiddlyWiki
>

Here's a better link to the live document: 
http://insidetiddlywiki.tiddlyspot.com/

-e

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7c4791c3-8e9a-41cb-af26-0217d2dfcf66%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-28 Thread A Gloom
the missing manual

Eric Shulman 

https://github.com/ericshulman/InsideTiddlyWiki

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6a6c3c7c-927f-4845-a61f-829fc339a1cd%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-28 Thread A Gloom
Luis Gonzalez

I'm not involved in the missing manual, I have no idea


I was hoping the person responsible for it would chime in...

There were a few individuals before you that attempted what you're doing 
currently and I hope they're getting involved so their past efforts aren't 
forgotten.  I would go hunt them down (what I used to do professionally) 
but it's October and I'm working on my personal project (a family & 
memorial matter so it trumps everything else), S.S. over in the Docs group 
was working on documenting that looked very promising, Mohammad knows of 
his efforts.

I shall email GuideDoc wiki, its a single file wiki, will its siza be an 
issue with emailing?

The References Collective and Portal is here: 
http://twguidedoc.tiddlyspot.com

your project already has benefited me-- I learned a few things from it 
already : )

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c28e03d1-c6ea-41c2-bbec-ef16102b3659%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-27 Thread Luis Gonzalez
Really don't worry for the corrections. This will not be the final version.

When the manual is finalized we will correct it

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/18b9d6cf-2f04-4396-a279-353044c57f63%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-27 Thread Luis Gonzalez
I'm not involved in the missing manual, I have no idea

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ca020dd0-5554-4020-8f56-bc29eb2c6af7%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-27 Thread Luis Gonzalez
All help welcomed. Send me your copy, please

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/11fc5d84-7dd3-4883-8a4d-3d798b31fbfd%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-27 Thread Luis Gonzalez
Yes, please. I'm Spanish and I can't write good English. Send me your 
corrections.

My email: kew...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f8b24804-b3f7-4138-8fe1-6cbf03ae6255%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-26 Thread A Gloom
Thumbs up Luis!  Anything of my here on the forumns or at the References 
Collective, feel free to use.  Unfortunately my GuideDoc got overwritten by 
the Collective-- TiddlySpot was being uncooperative in installing a new 
wiki so I used it.  But I have a copy I could send.

Don't mean to overshadow things... what about the Missing Manual?  I know 
you have others helping-- is the creator of the Missing Manual involved I 
hope?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/575f64b4-f61b-4615-9f47-8424063649bc%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-25 Thread @TiddlyTweeter
No problem Birthe.

They are easily overlooked.

TT 

On Friday, 25 October 2019 17:04:33 UTC+2, Birthe C wrote:
>
> Sorry TT,
>
> I do see the tags now. 
>
> Birthe
>
> fredag den 25. oktober 2019 kl. 17.00.32 UTC+2 skrev Birthe C:
>>
>> TT,
>>
>> Where can I see the tags you added?
>>
>> Birthe
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3a97c9fc-5169-4824-9417-2e6aecd76f1b%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-25 Thread @TiddlyTweeter
Birthe C wrote:
>
> Where can I see the tags you added?
>

[image: Annotation 2019-10-25 170315.jpg]

 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b95ba49c-fb90-446a-830f-a4b663583ada%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-25 Thread Birthe C
Sorry TT,

I do see the tags now. 

Birthe

fredag den 25. oktober 2019 kl. 17.00.32 UTC+2 skrev Birthe C:
>
> TT,
>
> Where can I see the tags you added?
>
> Birthe
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/fb85b3dc-a716-4309-a070-a8cd21f746e3%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-25 Thread Birthe C
TT,

Where can I see the tags you added?

Birthe

fredag den 25. oktober 2019 kl. 14.11.27 UTC+2 skrev @TiddlyTweeter:
>
> Ciao Luis
>
> I added the tags "announcement" and "resource" to this thread. Please 
> change if they don't seem right.
>
> Best
> TT
>
> On Friday, 25 October 2019 11:45:52 UTC+2, Luis Gonzalez wrote:
>>
>> Repository: https://github.com/kewapo/The-Tiddlywiki-Manual
>>
>>
>>- Chapter 1 - Introduction. Written first version.
>>- Chapter 2 - Loading Tiddlywiki. Written first version.
>>- Chapter 3 - Components of Tiddlywiki. Written first version.
>>- Chapter 4 - Customize the TW screen. Written first version.
>>- Chapter 5 - Inside a tiddler. Start writing .
>>
>>
>>- Joke map on page 8.
>>
>>
>>
>> Writing slowly...
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/57f0a446-957b-4f1e-a643-5d293a861d14%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-25 Thread @TiddlyTweeter
Ciao Luis

I added the tags "announcement" and "resource" to this thread. Please 
change if they don't seem right.

Best
TT

On Friday, 25 October 2019 11:45:52 UTC+2, Luis Gonzalez wrote:
>
> Repository: https://github.com/kewapo/The-Tiddlywiki-Manual
>
>
>- Chapter 1 - Introduction. Written first version.
>- Chapter 2 - Loading Tiddlywiki. Written first version.
>- Chapter 3 - Components of Tiddlywiki. Written first version.
>- Chapter 4 - Customize the TW screen. Written first version.
>- Chapter 5 - Inside a tiddler. Start writing .
>
>
>- Joke map on page 8.
>
>
>
> Writing slowly...
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/7ca49b26-57c6-4500-b387-ac3cce260762%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-25 Thread Jon
Yes, it does look fantastic - well done!

Regards
Jon

On Friday, 25 October 2019 11:41:23 UTC+1, David Gifford wrote:
>
> Wow, this is looking nice. Lots of good stuff in there.
>
> If I get time, I would be willing to proofread for spelling. I noticed a 
> few as I quickly breezed through a few pages. How would you prefer me to 
> send you those? Do you want to send me your email?
>
> Blessings,
>
> On Friday, October 25, 2019 at 4:45:52 AM UTC-5, Luis Gonzalez wrote:
>>
>> Repository: https://github.com/kewapo/The-Tiddlywiki-Manual
>>
>>
>>- Chapter 1 - Introduction. Written first version.
>>- Chapter 2 - Loading Tiddlywiki. Written first version.
>>- Chapter 3 - Components of Tiddlywiki. Written first version.
>>- Chapter 4 - Customize the TW screen. Written first version.
>>- Chapter 5 - Inside a tiddler. Start writing .
>>
>>
>>- Joke map on page 8.
>>
>>
>>
>> Writing slowly...
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/3860ec13-2f56-410b-b2b5-5fa8296e86dc%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-25 Thread David Gifford
Wow, this is looking nice. Lots of good stuff in there.

If I get time, I would be willing to proofread for spelling. I noticed a 
few as I quickly breezed through a few pages. How would you prefer me to 
send you those? Do you want to send me your email?

Blessings,

On Friday, October 25, 2019 at 4:45:52 AM UTC-5, Luis Gonzalez wrote:
>
> Repository: https://github.com/kewapo/The-Tiddlywiki-Manual
>
>
>- Chapter 1 - Introduction. Written first version.
>- Chapter 2 - Loading Tiddlywiki. Written first version.
>- Chapter 3 - Components of Tiddlywiki. Written first version.
>- Chapter 4 - Customize the TW screen. Written first version.
>- Chapter 5 - Inside a tiddler. Start writing .
>
>
>- Joke map on page 8.
>
>
>
> Writing slowly...
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f1326e4d-464b-4070-b8fd-aa25c72e8a7a%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-25 Thread Jon
Hi,

I remember making a donation to the production of the "Missing manual" 
sometime ago.

https://groups.google.com/forum/#!searchin/tiddlywiki/donation$20eric$20manual%7Csort:date/tiddlywiki/B9vg-m_NsI8/6Emihj_MmFQJ

What happened to this?

Regards
Jon

On Friday, 25 October 2019 10:45:52 UTC+1, Luis Gonzalez wrote:
>
> Repository: https://github.com/kewapo/The-Tiddlywiki-Manual
>
>
>- Chapter 1 - Introduction. Written first version.
>- Chapter 2 - Loading Tiddlywiki. Written first version.
>- Chapter 3 - Components of Tiddlywiki. Written first version.
>- Chapter 4 - Customize the TW screen. Written first version.
>- Chapter 5 - Inside a tiddler. Start writing .
>
>
>- Joke map on page 8.
>
>
>
> Writing slowly...
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/4518b48d-b913-4b68-b8db-229caeaa6726%40googlegroups.com.


[tw5] Re: The-book. Weekly report

2019-10-25 Thread Manningham Housing
Hi,

I remember making a donation to the production of the "Missing Manual" 
sometime ago.

https://groups.google.com/forum/#!searchin/tiddlywiki/donation$20eric$20manual%7Csort:date/tiddlywiki/B9vg-m_NsI8/6Emihj_MmFQJ

What happened to this?

Regards
Jon

On Friday, October 25, 2019 at 10:45:52 AM UTC+1, Luis Gonzalez wrote:
>
> Repository: https://github.com/kewapo/The-Tiddlywiki-Manual
>
>
>- Chapter 1 - Introduction. Written first version.
>- Chapter 2 - Loading Tiddlywiki. Written first version.
>- Chapter 3 - Components of Tiddlywiki. Written first version.
>- Chapter 4 - Customize the TW screen. Written first version.
>- Chapter 5 - Inside a tiddler. Start writing .
>
>
>- Joke map on page 8.
>
>
>
> Writing slowly...
>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/b257f794-3387-4111-a9ce-1d348267495c%40googlegroups.com.