[tw5] Re: The Art Of Memory -- Just a few thousand years of thoughts

2018-05-05 Thread xanatoswetzel
Hi @TiddlyTweeter,

you can ask those questions in a forum / training site 
https://artofmemory.com . This is a place where each other helps to master 
all kind of memory learn problems/tricks - 
with and without computer. From memory athletes for everyone.

And because everyone has another understanding or feelings about different 
pictures , it is so complicated to design a visual only Tiddlywiki for 
example.
You need to have a text only alternative for not so easy pictures. 

For example: How you would picture the task to save the wiki in beaker 
browser or on node.js or to download it. 
Do you use the logos of the respective program or a gif picture what it 
does? 

What do you want to memorize? Is it facts that need to be remembered, 
because you need them for your job/school ?

Does it need to be understandable for others or only for yourself? 

So to end my post: What is your need?

Best wishes
QuaraMan

Am Samstag, 5. Mai 2018 14:54:46 UTC+2 schrieb @TiddlyTweeter:
>
> TonyM wrote:
>>
>> But I do not agree with *'One of the problems with "modern memory" is 
>> its crap', *because it is the best its ever being.
>>
>
> On THIS you missed my point. 
>
> The "crapness of memory" I meant here was basic memory failure in 
> persistence once you have an "externalised third means" (writing, 
> computers) acting for your brain. My point was about using your brain with 
> NO CRUTCHES. That i could ask you and you would not need to click keys to 
> find an answer.
>
> My question is perhaps not popular--but WHY have a computer when you can 
> do it in thought already? THAT I think is a real question. 
>
> And, as is -- IS using this thing damaging my abilities to recollect?
>
> 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/eee2dc78-6401-4791-86ec-5bf05fb01b1d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: how to give same sub-tiddler name in multiple tiddlers

2018-04-25 Thread xanatoswetzel
Hi Xabriña,

I would solve it like this:

[Tiddler A] Citroen
[[History|Tiddler A/history]]
[[Models|Tiddler A/models]]
[[Factories|Tiddler A/factories]]
[Tiddler B] BMW
[[History|Tiddler B/history]]
[[Models|Tiddler B/models]]
[[Factories|Tiddler B/factories]]

so you need to create tiddlers with the prefix "Tiddler A" or "Tiddler B" 
then a separating item (for example "/" or "_") and then the sub tiddler 
name.

hope that helps.
QuaraMan

Am Mittwoch, 25. April 2018 11:33:06 UTC+2 schrieb Xabriña:
>
> Hello everyone, I also have the same problem as Sai Thota.
> I have used programs like TreeDbNotes, Cherry Tree and KeepNotes. In these 
> programs you could have subnodes with the same name in different nodes.
> For example:
> [Tiddler A] Citroen
> [sub tiddler A] History
> [sub tiddler A] Models
> [sub tiddler A] Factories
> [Tiddler B] BMW
> [sub tiddler B] History
> [sub tiddler B] Models
> [sub tiddler B] Factories
>
> How could this be done in Tiddlywiki ??? If it is possible to do it. I am 
> interested in the visualization in the TOC.
> Thanks and greetings to all.
>

-- 
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/0dda16e7-6806-43c8-8ab1-fbe0cbee20fa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: list filter problem

2018-04-21 Thread xanatoswetzel
Hi David,

try subtopic_2 .

hope that helps

QuaraMan



Am Samstag, 21. April 2018 15:52:15 UTC+2 schrieb David Gifford:
>
> Never mind, I have bigger problems than just that.
>
> On Saturday, April 21, 2018 at 8:32:01 AM UTC-5, David Gifford wrote:
>>
>> Hi all
>>
>> I worked hard on this, but can't figure out what I am doing wrong. Can 
>> anyone tell me why <$view field="2.subtopic" /> is not working in this list 
>> filter? 
>> http://giffmex.org/experiments/pow.experiment.html#1%20Peter%20structure
>>
>

-- 
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/d5d9a3da-0cc9-4d28-8194-b36a44ef890f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: filter needed: all tiddlers where a custom field is the title of the current tiddler

2018-04-21 Thread xanatoswetzel
Hi David,

this should do the trick:

[topic1{!!title}]

or when the template get more complicated:

at the beginning of the template:

<$set name="title" value={{!!title}}>

content

<$list filter="[topic1]">



content after the list

 

hope that helps

QuaraMan

Am Samstag, 21. April 2018 19:11:05 UTC+2 schrieb David Gifford:
>
> I am experimenting again, this time with Xlist. But I don't know the 
> filter [[]] to get a list of all tiddlers in which the custom field topic1 
> is the title of the current tiddler. I don't want to just insert the name 
> of the current tiddler because I want to create a template.
>
> Any love on a Saturday?
>

-- 
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/401877e1-6931-410e-a877-aec768d79393%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw5] Re: PHP Post mechanism for Feedback, Tasks and cooperation

2018-04-20 Thread xanatoswetzel
Hi Jan,

to prevent closing you need to say the form that this is not wished:



title:>>
Created: 
Info1 wanted from user: 
Body: 



  


please note the target attribute in the form opening.
and the iframe at the end.

to your question if it is possible to  insert  php code trough this input:

yes someone can input php code. but this code is not executed.
as long as you only do string operation with the user input, I see no way 
how any php code is able to be executed.

only then you include the tiddlywiki file in your php script with a include 
statement it is possible that such code get executed.

so far from  me
QuaraMan

Am Donnerstag, 19. April 2018 22:47:08 UTC+2 schrieb Jan:
>
> Hi Quaraman,
> thanks, I tried out the code, (http://szenio.de/Kommentare/#Version%20Q)
> Your approach is to rebuild the .tid-file.
> I would like to extract it by means of the template because I also want to 
> have various fields in different usecases (geo-tagging, image und 
> video-urls etc)
> Therefore I would like to use the template which exports tid-files 
> {{$(storyTiddler)$||$:/core/templates/tid-tiddler}} .
>
> Do you have any ideas for preventing the Wiki from closing when pressing 
> submit and showing the message in a modal instead.
>
> Jan
>
> Am 18.04.2018 um 12:18 schrieb xanato...@gmail.com :
>
> Hi Jan,
>
> the best I would do is to separate  the fields in different questions to 
> the user:
>
> 1.
>
> 
>
> title: value=<>>
> Created: 
> Info1 wanted from user: 
> Body: 
> 
>
> 
>
> 2. The post.php 
>
>  $title = $_POST['title'];
> $created = $_POST['created'];
> $info1 = $_POST['info1'];
> $body = $_POST['body'];
>
> //this use a heredoc for php as explained here: 
> http://php.net/manual/en/language.types.string.php
> $content= << title: $title
> created: $created
>
> ! Info1 answer from user
>
> $info1
>
> $body
> EOD;
>
> $postfile = fopen('post/'.$title.'.tid', "w") or die("Unable to open 
> file!");
> fwrite($postfile, $content);
> fclose($postfile);
> ?>
>
> That should do the trick.
>
> the time and day of the user send data can also be calculated, in php /  
> tiddlywiki 
>
> php: look at http://php.net/manual/en/function.date.php
> tiddlywiki look at: https://tiddlywiki.com/#now%20Macro
>
> QuaraMan
>
> Am Mittwoch, 18. April 2018 01:42:38 UTC+2 schrieb Jan: 
>>
>> Hello and thanks Quaraman,
>> how can I get the missing characters (is it /n) in to the file if the 
>> form? 
>> I guess it is the wikifikation that causes the trouble but without 
>> nothing gets inserted at all...
>>
>> Jan
>>
>>
>>
>>
>> Am 18.04.2018 um 00:38 schrieb xanato...@gmail.com:
>>
>> Hello Jan,
>>
>> the .tid file format is as follows (between the - lines):
>>
>> 
>> field1: value of field1
>> field2: value of field2
>>
>> content of tiddler
>> -
>>
>> so your file is only one line long.
>> the import process can also not finish, because it sees a tiddler with 
>> one field.
>>
>> hope that helps.
>> quaraman
>>
>> Am Dienstag, 17. April 2018 23:57:20 UTC+2 schrieb Jan: 
>>>
>>> Hello, 
>>> I have been seeking for a method to allow students to post contributions 
>>> in the form that I easily can import as a Tiddler. 
>>> Now finally I built a very basic mechanism to post a Tiddler to a 
>>> directory called post as a tid. 
>>>
>>> It consists of two parts 
>>>
>>> 1. The Upload-button (which is trancluded by a viewTemplate 
>>> \define ExportTid() {{$(storyTiddler)$||$:/core/templates/tid-tiddler}} 
>>>
>>> <$wikify name="ExTid"  text=<> > 
>>>  
>>> title:>> value=<>> 
>>> tiddler:> 
>>> > 
>>>  
>>>  
>>>  
>>>
>>>
>>> 2. The post.php 
>>> >> $title = $_POST['title']; 
>>> $content = $_POST['content']; 
>>> $postfile = fopen('post/'.$title.'.tid', "w") or die("Unable to open 
>>> file!"); 
>>> fwrite($postfile, $content); 
>>> fclose($postfile); 
>>> ?> 
>>>
>>> So far it generates a Tid which looks like exactly like the an exported 
>>> .Tid-file but appear to empty when importing it to TW. 
>>> And it closes the wiki. 
>>>
>>> So there is still a quite bunch of Questions to be solved: 
>>>
>>> 1. What is wrong with my .tid file? 
>>> 2. How do I avoid the TW form being closed when calling the php? 
>>> 3. Is there a way to trigger a TW-action with the same click that 
>>> submits the form? 
>>> 4. (a php-question)How can I avoid beeing pwned by someone inducing a 
>>> php through this mechanism. 
>>> I hope you can help me solving these things... 
>>>
>>> Jan 
>>>
>>>
>>> -- 
>> 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/t

Re: [tw5] Re: PHP Post mechanism for Feedback, Tasks and cooperation

2018-04-18 Thread xanatoswetzel
Hi Jan,

the best I would do is to separate  the fields in different questions to 
the user:

1.



title:>>
Created: 
Info1 wanted from user: 
Body: 




2. The post.php 

http://php.net/manual/en/language.types.string.php
$content= <<

That should do the trick.

the time and day of the user send data can also be calculated, in php /  
tiddlywiki 

php: look at http://php.net/manual/en/function.date.php
tiddlywiki look at: https://tiddlywiki.com/#now%20Macro

QuaraMan

Am Mittwoch, 18. April 2018 01:42:38 UTC+2 schrieb Jan:
>
> Hello and thanks Quaraman,
> how can I get the missing characters (is it /n) in to the file if the 
> form? 
> I guess it is the wikifikation that causes the trouble but without nothing 
> gets inserted at all...
>
> Jan
>
>
>
>
> Am 18.04.2018 um 00:38 schrieb xanato...@gmail.com:
>
> Hello Jan,
>
> the .tid file format is as follows (between the - lines):
>
> 
> field1: value of field1
> field2: value of field2
>
> content of tiddler
> -
>
> so your file is only one line long.
> the import process can also not finish, because it sees a tiddler with one 
> field.
>
> hope that helps.
> quaraman
>
> Am Dienstag, 17. April 2018 23:57:20 UTC+2 schrieb Jan: 
>>
>> Hello, 
>> I have been seeking for a method to allow students to post contributions 
>> in the form that I easily can import as a Tiddler. 
>> Now finally I built a very basic mechanism to post a Tiddler to a 
>> directory called post as a tid. 
>>
>> It consists of two parts 
>>
>> 1. The Upload-button (which is trancluded by a viewTemplate 
>> \define ExportTid() {{$(storyTiddler)$||$:/core/templates/tid-tiddler}} 
>>
>> <$wikify name="ExTid"  text=<> > 
>>  
>> title:> value=<>> 
>> tiddler:> 
>> > 
>>  
>>  
>>  
>>
>>
>> 2. The post.php 
>> > $title = $_POST['title']; 
>> $content = $_POST['content']; 
>> $postfile = fopen('post/'.$title.'.tid', "w") or die("Unable to open 
>> file!"); 
>> fwrite($postfile, $content); 
>> fclose($postfile); 
>> ?> 
>>
>> So far it generates a Tid which looks like exactly like the an exported 
>> .Tid-file but appear to empty when importing it to TW. 
>> And it closes the wiki. 
>>
>> So there is still a quite bunch of Questions to be solved: 
>>
>> 1. What is wrong with my .tid file? 
>> 2. How do I avoid the TW form being closed when calling the php? 
>> 3. Is there a way to trigger a TW-action with the same click that 
>> submits the form? 
>> 4. (a php-question)How can I avoid beeing pwned by someone inducing a 
>> php through this mechanism. 
>> I hope you can help me solving these things... 
>>
>> Jan 
>>
>>
>> -- 
> 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/eb85c7c5-c36d-4e3d-9429-bb152c31b533%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/38b150b4-73a7-43de-bda9-2ddc6db4cf96%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: PHP Post mechanism for Feedback, Tasks and cooperation

2018-04-17 Thread xanatoswetzel
Hello Jan,

the .tid file format is as follows (between the - lines):


field1: value of field1
field2: value of field2

content of tiddler
-

so your file is only one line long.
the import process can also not finish, because it sees a tiddler with one 
field.

hope that helps.
quaraman

Am Dienstag, 17. April 2018 23:57:20 UTC+2 schrieb Jan:
>
> Hello, 
> I have been seeking for a method to allow students to post contributions 
> in the form that I easily can import as a Tiddler. 
> Now finally I built a very basic mechanism to post a Tiddler to a 
> directory called post as a tid. 
>
> It consists of two parts 
>
> 1. The Upload-button (which is trancluded by a viewTemplate 
> \define ExportTid() {{$(storyTiddler)$||$:/core/templates/tid-tiddler}} 
>
> <$wikify name="ExTid"  text=<> > 
>  
> title: value=<>> 
> tiddler:> 
> > 
>  
>  
>  
>
>
> 2. The post.php 
>  $title = $_POST['title']; 
> $content = $_POST['content']; 
> $postfile = fopen('post/'.$title.'.tid', "w") or die("Unable to open 
> file!"); 
> fwrite($postfile, $content); 
> fclose($postfile); 
> ?> 
>
> So far it generates a Tid which looks like exactly like the an exported 
> .Tid-file but appear to empty when importing it to TW. 
> And it closes the wiki. 
>
> So there is still a quite bunch of Questions to be solved: 
>
> 1. What is wrong with my .tid file? 
> 2. How do I avoid the TW form being closed when calling the php? 
> 3. Is there a way to trigger a TW-action with the same click that 
> submits the form? 
> 4. (a php-question)How can I avoid beeing pwned by someone inducing a 
> php through this mechanism. 
> I hope you can help me solving these things... 
>
> Jan 
>
>
>

-- 
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/eb85c7c5-c36d-4e3d-9429-bb152c31b533%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw5] Re: Please send me links to your themes, adaptations, plugins, macros, etc

2018-04-07 Thread xanatoswetzel
Hi David,

you can add following plugins :

https://quaraman.de/tw/checklistbox.html

A checklistbox widget that can save the value in a list field.

https://quaraman.de/tw/after.html

a timer/countdown plugin that renders the body after every refresh.

https://quaraman.de/tw/mforth.html

a forth like language as macro

https://quaraman.de/tw/datetimepicker.html

a date/time or both picker and saver as field value.

thanks for that list.

kind regards
QuaraMan

-- 
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/70b2641a-62f3-4ffc-b405-653b57c6f7b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Store.php

2018-03-16 Thread xanatoswetzel
Hi Jan,

you can use my enhanced version of store.php that can be found on this 
website https://quaraman.de/tw/storephp.html .

The wikis then can also be served over https.

kind regards
QuaraMan


Am Freitag, 16. März 2018 00:36:41 UTC+1 schrieb Jan:
>
> Hi, 
> I tried to install install a wiki on my webspace and could not get it to 
> work yet. 
> Which Version is the best one actually. 
> I read some discussions about snippets of code that should be inserted. 
>
> Can anyone post a state of the art version of it. 
>
> Reading the code I asked myself whether it can be really safe. since the 
> passwords are stored in in the php-file which is indicated in the wiki 
> itself... 
> Or did I get this entirely wrong? 
>
> Yours Jan 
>

-- 
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/b8deca26-646f-4fd2-897a-5773a8fe8104%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: can not update tiddlywiki via php, on a password protected folder in cpanel

2018-01-13 Thread xanatoswetzel
Hello Mobil,

I do not know cpanel.

But when I understand it right you need to create an alternative Tiddly 
Saver.
Because you must send not only the Tiddlywiki Data but also the username 
and password for your cpanel account.

Best wishes
QuaraMan 

Am Freitag, 12. Januar 2018 19:39:58 UTC+1 schrieb Mobil Home:
>
> Hello Quaraman,
>
> no the .php file doesn't know that it's in a password protected folder, it 
> doesn't know anything about the .htaccess file. 
>
> How should I modify the .php file, to make saving work in a password 
> protected folder? It's hosted on Linux, I password protected the folder 
> with CPanel.
>
>

-- 
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/81a5a698-1acd-46d9-ab84-f7c538393f33%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: can not update tiddlywiki via php, on a password protected folder in cpanel

2018-01-12 Thread xanatoswetzel
Hello Mobil Home,

does the php script know that the folder is password protected?
or can it be that a .htaccess rule is then set that prevents this process?

Good Luck,
- Quaraman

Am Freitag, 12. Januar 2018 06:01:52 UTC+1 schrieb Mobil Home:
>
> I get the saving message, but the saved confirmation never arrives and the 
> file will never be saved.
> It's a folder password protected with cpanel. 
> If I disable the password protection for the folder, saving works.
> Can anyone figure a solution for this?
>

-- 
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/d002f89b-6474-49bb-99c5-c841093e3ab3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: js code within tw5?

2018-01-12 Thread xanatoswetzel
Hi passingby,

you could use a javascript macro 
(https://tiddlywiki.com/dev/index.html#JavaScript%20Macros).

Or you could use a plugin of mine named Spilot4Tw 
(https://www.quaraman.de/tw/pilot.html).

Or the formula plugin: http://evanbalster.com/tiddlywiki/formulas.html .

It depends on your needs what is the best.

Am Freitag, 12. Januar 2018 08:26:16 UTC+1 schrieb passingby:
>
> Is there anyway to use javascript logic within list widget? 
> How do we use if then else logic in nested lists? 
> And how do these nested lists work anyway!? 
> Why does the output change when we add a newline after opening tag? 
> Man TW5 is so different than TWC!
>
> The problem is I need tiddlywiki. I could go back to tw classic but I do 
> not want to, given the promise of next 25 years.
>

-- 
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/86458ef0-4b96-423d-bcdd-4149b3943193%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Please send me links to your themes, adaptations, plugins, macros, etc

2018-01-06 Thread xanatoswetzel
Hello Dave,

read this post today. When you want you can include Spilot4TW 
(https://www.quaraman.de/tw/pilot.html) .

A programming language that can be included as Tiddlywiki plugin.

Kind regards
Sven

Am Freitag, 5. Januar 2018 23:47:46 UTC+1 schrieb Dave Gifford - 
http://www.giffmex.org/:
>
> I now have 119 entries. Thanks to those who sent me links today!
>
> Dave
>
> On Friday, January 5, 2018 at 10:53:18 AM UTC-5, Dave Gifford - 
> http://www.giffmex.org/ wrote:
>>
>> Hi all
>>
>> I am starting a modest index of TiddlyWiki tools here: 
>> https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM. To paraphrase Troy 
>> McClure, "You might remember me from such cult classics as TiddlyVault and 
>> TiddlyWiki for the rest of us." This project won't be as fancy as those. I 
>> am doing this for my own benefit, but I am making it available for anyone 
>> who wants to bookmark it. I am using Dynalist rather than TiddlyWiki since 
>> Dynalist is faster for creating multilevel outlines that collapse and 
>> expand. 
>>
>> I am open to anyone sending me - by private message, not as a reply here 
>> - links to their themes, adaptations, tools (plugins and macros and ui 
>> tweaks), how to tutorials, and stuff you used TW for. I will be super busy 
>> for the next month or so, including 6 days of traveling back to Mexico, so 
>> this will be a slow effort for now. Please be patient. Also, if it is 
>> really technical stuff only for the most advanced, I might not include it 
>> or I might only paste the links into a 'Developers only' category. I am 
>> looking more for stuff tailored to newbies or to modestly skilled tweakers 
>> and creators like me.
>>
>> I am also looking for things I remember but can't find my links to - the 
>> old glass theme someone made, some of the very first stuff matabele did, 
>> experiments with presentations and slideshows, various task management / 
>> GTD adaptations and experiments...
>>
>> Thanks in advance for anyone who helps me out. 
>>
>>

-- 
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/e4419c5e-b32b-48c5-814f-7325a1c9e43b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tiddlywiki + Anki Cards?

2017-12-14 Thread xanatoswetzel
Hello Amit,

a anki flash card package (.apkg) is actually a zip file with all files 
needed to get imported in anki.

It must include a sqlite database (this includes the notes , the format of 
the cards for the notes and the status of each card).
And can be include external files such as images or music files.

You can try to write such an addon, but it involves that following must be 
in this addon:

* sqlite library (http://sqlite.org) must be compiled with tools such 
emscripten (https://github.com/kripken/emscripten/wiki) to javascript. (it 
can be a javascript size between 1MB and 3 MB only for this library)
* a zip file library for javascript
* and you must have an understanding or better a library for writing the 
correct database format (SQL Queries) so you can add new notes that are 
accepted from anki

Because of this I wrote a simple language:

SPilot4Tw (https://www.quaraman.de/tw/pilot.html) 

How you can use it to write cards is written in detail in the tiddler 
"Leitner Cards".

Hope that helps.
Sven


Am Mittwoch, 13. Dezember 2017 08:54:06 UTC+1 schrieb Amit Ahire:
>
> Hello!
>
>
> Any way of creating anki flash cards (.apkg) from tiddlywiki so as to make 
> it easily importable into anki app? 
>
> This thought just passed my head and as I am a bit busy at the moment 
> hence haven't had the time to delve too deep into it. So apologize for the 
> half baked notion.
>
> If not, I will update this thread later, if I come across some way about 
> it.
>
> 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 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/db09101f-d59e-4390-befd-457080ee9887%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: javascript macro: Linebreaks

2017-04-27 Thread xanatoswetzel
Hi Juan,

you must add a newline for every row.
And each row must itself start a row with a "|" pipe symbol.
See below:

ret+="|column "+(i+1) + " |"+"\n";

That should do what you want

On Friday, April 28, 2017 at 6:22:25 AM UTC+2, juan erasmo gomez wrote:
>
>
> /*\
> title: TrxMacro2
> type: application/javascript
> module-type: macro
> \*/
> (function(){
>
> /*jslint node: true, browser: true */
> /*global $tw: false */
> "use strict";
>
> exports.name = "trxmacro";
>
> exports.params = [
>  {name: "columns"}
> ];
>
> /*
> Run the macro
> */
> exports.run = function(columns) {
>  var ret="";
>  var i;
>  for(i=0; i < columns; i++) {
>  ret+="|column "+(i+1) + " |"+"\n";
>  }
>  ret+="\n";
>  return ret;
> };
>
> })();
>
>
>
>

-- 
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/a904fa91-bd7a-4a2d-bada-bf00999abaf6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.