[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

[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]]

[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

[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

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:

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

[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

[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

[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

[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

[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

[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

[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/: >

[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