[tw5] Re: How to mimic tab bar behaviour

2018-12-04 Thread Tristan Kohl
Hi Tony, of course I meant tag - don't know why I wrote tab here :/ Could you point me to Mario's plugin? I seem not to be able to find it here when looking for alt tag. Cheers, Tristan On Tuesday, December 4, 2018 at 5:00:54 AM UTC+1, TonyM wrote: > > Tristain > > When you say tabs bar do

[tw5] How to mimic tab bar behaviour

2018-12-03 Thread Tristan Kohl
Hey guys, I have a field in one of my templates which I would like to populate with a selection of tiddlers I choose from a list. When I select one I would like to have that tiddler added to a field in my "to-be-created"-Tiddler so all selected tidders get shown on my template and I can remove

[tw5] Re: List widget templating

2018-10-30 Thread Tristan Kohl
8 PM UTC+1, Tristan Kohl wrote: > > Thank you, that was the solution. Feels weird to put a div inside my > template but at least it works. > > On Tuesday, October 30, 2018 at 1:53:42 PM UTC+1, Eric Shulman wrote: >> >> On Tuesday, October 30, 2018 at 5:05:53 AM UTC-7, Tristan K

[tw5] Re: List widget templating

2018-10-30 Thread Tristan Kohl
Thank you, that was the solution. Feels weird to put a div inside my template but at least it works. On Tuesday, October 30, 2018 at 1:53:42 PM UTC+1, Eric Shulman wrote: > > On Tuesday, October 30, 2018 at 5:05:53 AM UTC-7, Tristan Kohl wrote: >> >> One problem solved, the n

[tw5] List widget templating

2018-10-30 Thread Tristan Kohl
One problem solved, the next arises... I have a list widget which gets passed a template tiddler to apply. However for some reason all TW markup in that tiddler gets just output as plain text and not parsed as one would expect. Template tiddler: ! Activity <$select field="activity-id">

[tw5] Re: How does one handle dynamic content?

2018-10-30 Thread Tristan Kohl
$tiddler=<> $field="contacts" > $subfilter="+[remove]"/> > Delete <> which supports <> > > Phone: <$edit-text tiddler=<> field="phone1" size=20 tag="input"/> > > Then a button would appear in each

[tw5] Re: How does one handle dynamic content?

2018-10-29 Thread Tristan Kohl
tever else needs to be edited here ...> > <$list filter=[enlist{!!contacts}] > > {{||contactTemplate}} > > > The contact template exposes fields like phone number: > > Phone: <$edit-text field="phone1" size=20 tag="input"/> > > Good luck! > -- Mar

[tw5] How does one handle dynamic content?

2018-10-29 Thread Tristan Kohl
Hey guys, I have an issue with my current project. I am not sure how one would tackle this problem so I hope one of you could help me: I have a tiddler representing a person which gets rendered through a template to display some fields. After creation there are only three fields: forename,

[tw5] Re: How to transclude data tiddler entries as options

2018-07-20 Thread Tristan Kohl
Ah, I did not know that currentTiddler is the actual field. Thank you so much for explaining, it is sometimes a little tough wrapping my head around this being used to generic programming languages. On Friday, July 20, 2018 at 7:30:44 PM UTC+2, Jed Carty wrote: > > The first list gets a list of

[tw5] Re: How to transclude data tiddler entries as options

2018-07-20 Thread Tristan Kohl
Oh and I saw that it passes "Good" etc. as the new value for my tempTiddler. I need it to assign the index value to that. So when I select "Good" it should assign "4" to tempTiddler. Sorry for not making that clear before. On Friday, July 20, 2018 at 6:59:11 PM UTC+2, Jed Carty wrote: > > This

[tw5] Re: How to transclude data tiddler entries as options

2018-07-20 Thread Tristan Kohl
Wow, that is impressive, thank you O.o However I do not quite understand why we need the second list widget. Would you mind explain to me what it does? As far as I understand the first "currentTiddler" references my ratings tiddler since it gets assigned by the first list widget. But what does

[tw5] How to transclude data tiddler entries as options

2018-07-20 Thread Tristan Kohl
Hey guys, I have a little problem with my transclusions creating uniform rating values. What I want is for Tiddler B to create an option widget for every entry in Tiddler A (see below): Tiddler A: > title: $:/plugins/beehive/rating > caption: Rating > type: application/x-tiddler-dictionary >

[tw5] Re: Create table from filter

2018-06-01 Thread Tristan Kohl
{!!amount}} date={{!!date}}> > <$list filter="[{!!type-id}get[kind]]"> > > <> <> <> {{!!title}} > > > > > > > > > > > > On Wednesday, May 30, 2018 at 8:18:31 AM UTC-7, Tristan Kohl wrote: >> >> Hi Mark, >

[tw5] Re: [Webdav] Backups ?

2018-06-01 Thread Tristan Kohl
I am happy to see that Caddy got some friends here :) My backup strategy is not TW specific but since I run my Raspberry 24/7 I need a way to backup some directories from it. Therefore I use a shell script on my workstation which runs a rsync pull against my Raspberry before performing the

[tw5] Re: Create table from filter

2018-05-30 Thread Tristan Kohl
Hi Mark, yes you are right the location-id refers to Tiddler A. I need this setup for my record keeping for my bees. So I have a hive (Tiddler A) in some location and there are numerous times a year I check in on them and do my beekeeping stuff (Tiddler B). Those actions may contain some

[tw5] Create table from filter

2018-05-30 Thread Tristan Kohl
Hey guys, I might bark up the wrong tree but I can not find a hint how to generate a table from a filter. My tiddlers work like records which cross reference to others so I need a way to generate a "smart" table. An example might be better than me explaining foolish: *Tiddler A:* - title:

[tw5] Re: Server setup tutorials; anyone interested?

2018-05-23 Thread Tristan Kohl
Hi Jed, well it looks like I fell for the multiuser keyword. I will give Bob a try for a few wikis I share with my family so there might be race conditions - altough there never were so far. Cheers On Tuesday, May 22, 2018 at 3:54:59 PM UTC+2, Jed Carty wrote: > > One reason Bob works the way

[tw5] Re: Server setup tutorials; anyone interested?

2018-05-18 Thread Tristan Kohl
The main reason for me to take the WebDAV route was the limited hardware I run on. I have a Raspberry 3 as my home server which serves me quite nice for all my needs (contacts, calendar, file sync,...) and I did not want to upgrade just to have more than a few wikis. The problem with Arlen's

[tw5] Re: Saving via WebDAV the easy way

2018-05-18 Thread Tristan Kohl
: > > That is amazingly easy. How do you add user authentication and > authorization for saving? > > How can it be set-up as a service so that it starts up when the computer > boots? > > On Sunday, March 4, 2018 at 12:39:24 PM UTC-5, Tristan Kohl wrote: >> >> Hey guys, >> &g

[tw5] Re: Server setup tutorials; anyone interested?

2018-05-18 Thread Tristan Kohl
In March I wrote a post about how to setup a almost plug and play WebDAV server for Tiddlywiki using my favorite webserver Caddy . Maybe that helps some people who do not want to fiddle around with complicated Apache configurations and there likes.

[tw] Re: History: Is TiddlyWiki A Card-Index System?

2018-04-02 Thread Tristan Kohl
Great recap Josiah, thank you for that :) I want to drop my two cents as well: Before I came to TW I was just looking for a note taking application and tried many (DokuWiki, Zim, CherryTree,...) and mentioned Zettelkasten. Since I live in Germany it was pretty easy for me to get into the

[tw] Saving via WebDAV the easy way

2018-03-04 Thread Tristan Kohl
Hey guys, as I tried various ways for storing a big amount of wikis on my limited hardware I came across the WebDAV capabilities and gave them a try as well. Mario's videos were great but since I do not own any Microsoft license whatsoever this was no option. However I tried it with my

[tw] Re: Faster version

2018-03-01 Thread Tristan Kohl
Hello Mark, I can not second this impression as my FF 58.0.2 on Kubuntu 16.04 (8GB RAM) uses ~900MB right now with the main process taking up around 200MB of that. Currenty there are 2 Tabs pinned (WhatsApp Web and one TW) and... let me count... 24 Tabs open one of them YouTube playing a

[tw] Re: [POLL] What does the community think about the new diff plugin?

2018-02-27 Thread Tristan Kohl
I voted for it being not part of the core for the reason to keep the core as slim as possible. This makes TW run as fast as possible from the beginning and one can add new features (plugins) if need be. For simple note taking for example I could not imagine myself using this as it is a "write

Re: [tw] Re: remoteStorage syncadaptor plugin

2018-02-24 Thread Tristan Kohl
Hi Giovanni, thanks for fixing my two requests over on github ;) I am quite happy with the plugin right now and did not encounter any problems so far. I will slowly start to migrate my "record keeping" wikis over to remoteStorage as I really still like the idea behind it and I can bring my

[tw] Re: remoteStorage syncadaptor plugin

2018-02-23 Thread Tristan Kohl
Hi Tony, my knowledge about remoteStorage is a bit rusty as I did not use it for a few years and almost forgot about it. But as I remember the remotestorage library works pretty much like pouchdb as it connects to a remote server and syncs itself with it when going online. All changes made

[tw] Re: remoteStorage syncadaptor plugin

2018-02-22 Thread Tristan Kohl
When opening your files from your hard drive via the file:// protocol this might be an issue since Firefox does not allow http requests than. I would just use an always on static server to host single file wikis via caddyserver and store everything to remoteStorage. I am trying to setup this

[tw] Re: remoteStorage syncadaptor plugin

2018-02-21 Thread Tristan Kohl
Hi Giovanni, this is awesome! Just when I came into problems with my many small wikis using up all my storage and started digging into some TiddlyWeb setup for myself to solve this you came as my saviour :) I heard of remoteStorage before but never used it to be honest since there were not so

Re: [tw] Re: How to handle a lot of wikis with Node

2018-02-16 Thread Tristan Kohl
I do not have much time right now unfortunately but as I see from the Dev-Tools there is only one initial load of the wiki. Afterwards it just periodically polls the Tiddler list. Since you know more about the ins and outs of TW would it be hard to just let TW generate this initial view for

[tw] Re: [GitHub] awesome lists - where should TW be listed?

2018-02-14 Thread Tristan Kohl
Hi BTC, I for ones came from wikimatrix back in the days. As I see now the entry for TW is pretty outdated saying it had its last release back in mid 2016. I second your idea that more people should know about TW and also that there are many out there running a

Re: [tw] Re: How to handle a lot of wikis with Node

2018-02-14 Thread Tristan Kohl
get loaded > directly to the browser? It shouldn't, I don't think. Especially with the > current template for the server command in TiddlyServer, which is > $:/core/save/all. > > That's my two cents. > Arlen > > On Feb 12, 2018 00:46, "Tristan Kohl" <kohlt...@gmail

[tw] Re: How to handle a lot of wikis with Node

2018-02-11 Thread Tristan Kohl
Unfortunetely not, nohup just stops them from receiving the HUP signal when I terminate a ssh session. Nothing in terms of overhead due to loading a new Node instance running full TW for every wiki. On Sunday, February 11, 2018 at 1:54:37 PM UTC+1, TonyM wrote: > > Only a short response but on

[tw] Re: How to handle a lot of wikis with Node

2018-02-10 Thread Tristan Kohl
Hello BTC, this does not sound too bad and might be a intermidate solution to solve at least part of the problem. However it would require some memory watching and instance starting and stoping all the time, I switch my wikis regularly and access at least 20 of them every day. Killing and

[tw] Re: How to handle a lot of wikis with Node

2018-02-10 Thread Tristan Kohl
so a NodeTW. > > For me, it's all mapped out in the settings.json file in the TS folder. > > Coda > > On Saturday, February 10, 2018 at 7:19:42 AM UTC-6, Tristan Kohl wrote: >> >> Hey guys, >> >> thanks to your help in the past I got pretty decent (apart from a few >>

[tw] How to handle a lot of wikis with Node

2018-02-10 Thread Tristan Kohl
Hey guys, thanks to your help in the past I got pretty decent (apart from a few hickups) in developing my own TW plugins to keep track of a lot of stuff. However since I prefer to keep thinks seperate and do not want to put my beekeeping notes in the same wiki I keep track of my honey wine

[tw] Re: Macro with substitution

2018-02-08 Thread Tristan Kohl
getVariable? -- look around). Then you could concatenate > within your JS (JS being a lot more predictable than TW syntax). > > Good luck > > -- Mark > > On Thursday, February 8, 2018 at 7:10:37 AM UTC-8, Tristan Kohl wrote: >> >> Hey guys, >> >> for my wiki

[tw] Macro with substitution

2018-02-08 Thread Tristan Kohl
Hey guys, for my wiki I need to substitute part of a filter which gets passed to a macro which in turn builds a table from those tiddlers. My call looks like this: <> Obviously that does not work (I dropped a console.log in my JS macro), my macro gets passed the filter without substituted

[tw] Re: Would this group be better on WhatsApp?

2017-11-17 Thread Tristan Kohl
I don:t think we will need real-time chat at all as TW is about knowledge exchange and information which is usually not that time critical. A real forum would support way better search capabilities as topics are split up. If we really want to chat like in a hangout I think a classic IRC (maybe

[tw] Re: Would this group be better on WhatsApp?

2017-11-16 Thread Tristan Kohl
I moved to DeltaChat some time ago and never looked back. A few days ago they started work on an iOS app so I would second Mario in this regard. On Thursday, November 16, 2017 at 7:07:32 PM UTC+1, PMario wrote: > > Hmmm, > > I'm on Telegram. So not for me. > > -m > -- You received this

[tw] Re: [TW5] Announcing the release of TiddlyWiki v5.1.15

2017-11-15 Thread Tristan Kohl
Thank you Jeremy for your continued and awesome work. Kudos to all contributors :) On Wednesday, November 15, 2017 at 4:40:41 PM UTC+1, Jeremy Ruston wrote: > > I’m delighted to announce the belated release of TiddlyWiki version > 5.1.15: > > https://tiddlywiki.com/ > > Remember to keep

Re: [tw] Re: Kann man Tiddlywiki als Adressdatenbank benutzen ?

2017-07-21 Thread Tristan Kohl
Nicht, dass ich wüsste, aber ich habe das mal mit Hilfe des Set Widgets und EditText Widgets realisiert. Der Punkt, den man verstehen muss ist, dass man nicht den aktuellen Tiddler "bearbeitet", sondern im Hintergrund

[tw] Re: Kann man Tiddlywiki als Adressdatenbank benutzen ?

2017-07-21 Thread Tristan Kohl
Hallo Marko, Dafür braucht es eigentlich kein Template in dem Sinne, sondern nur eine Eingabemaske für die Werte, die dann in Feldern gespeichert werden. Ich weiß nicht, wie groß der deutschsprachige Anteil der Community ist, daher fürchte ich, dass nicht sonderlich viel Hilfe kommen wird. Am

[tw] Re: TiddlyWiki is very irritating.

2017-06-17 Thread Tristan Kohl
> > My current missive concerns a bug in 5.14. I have a number of files that > use TiddlyWiki 5. I was updating one, when I decided to upgrade it to the > latest version. Accordingly I used the upgrader to upgrade the file. I did > this a number of times as there were problems with the final

[tw] Re: Should I request that X be built into TW or as plugin?

2017-04-19 Thread Tristan Kohl
Thank you Mat for clearing things up. I think the current "plugin first" philosophy is quite good of a way to go as it makes adding new stuff easy and new plugins serve a proof of concept. If plugin X becomes so widely used that almost any TW relies on it this could be a signal to add the

[tw] Re: Importing Browser Tabs as Tiddlers - a primitive bookmarking system

2017-04-15 Thread Tristan Kohl
Hi Steve, I tried to reproduce your thing but for me a dropped page triggers my browser (FF 52.0.2) to load that page in the tab of my wiki, even though TW shows the green import bar at the top before dropping. Is there any special configuration/setting/addon in your browser preventing the

[tw] Re: [TW5] How to get the base html code and POST it to PHP server?

2017-04-13 Thread Tristan Kohl
I do not know if I get you right, but when the file is loadad you can simply run: var html = $tw.wiki.getTiddler("$:/core/templates/tiddlywiki5.html") That will return a Tiddler object with the tiddlers content stored in the property "fields" -> "text" Cheers, Tristan -- You received this

[tw] Re: Salvaging an improperly saved TiddlyWiki

2017-04-12 Thread Tristan Kohl
You could try to get a fresh empty version and import your existing wiki into it. That brought one of my wikis back to life when my browser crashed during save and I had changed a big load of tiddlers since the last backup (the evening before). Cheers, Tristan -- You received this message

[tw] Re: [TW5] Filter by field value

2017-04-06 Thread Tristan Kohl
Hi Mark, I dropped some "console.log" (I write only JS macros since I am comfortable with JS) and found out, that my table macro was indeed called with: "[tag[inspection]hive-id{!!hive-id}]" so your guess was right. I tried your approach and it works, you are my hero I would never have come up

[tw] Re: [TW5] Get value of state tiddler field

2017-04-06 Thread Tristan Kohl
If someone is interested in the solution I took, here is my (shortened) code: <$button>Save new Hive > <$set name="counter" value=<>> > <$set name="newTitle" value=<>> > <$action-setfield $tiddler=<> $field="hive-id" > $value=<> /> > > > > -- You

[tw] Re: [TW5] Get value of state tiddler field

2017-04-06 Thread Tristan Kohl
Mark, after sleeping for a night and doing some other stuff I got what you meant and solved the issue in a similar way. Thank you very much :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving

[tw] [TW5] Filter by field value

2017-04-06 Thread Tristan Kohl
Hey guys, sorry to stress your patience again but I really suck at some of the TW things :/ Since I fixed my last problem by going another way I am now stuck with filters... Tiddler 1: hive-id: 2 > tags: inspection > title: Inspection 1 > Tiddler 2: hive-id: 2 > tags: hive > title: Hive 2

[tw] Re: [TW5] Get value of state tiddler field

2017-04-04 Thread Tristan Kohl
Hey guys, thanks for your input on this. @Mat: unfortunately your solution does not work, or I do not get where to put it^^ @Mark: Well I get where you going, but I do not understand where to put the $(incvalue)$ reference. My code looks like this at the moment: <$button>New Hive > <$set

[tw] Re: IndieWeb and TW

2017-04-04 Thread Tristan Kohl
Hi Jed, sorry for my late reply, I did not get the notification somehow. On Wednesday, 1. March 2017 12:53:50 UTC+1 Jed Carty wrote: > > [...] if you can't curl it it isn't online' [...] > Yes you are right and they did not change it but if I generate a static site from my TW they can curl it

[tw] [TW5] Get value of state tiddler field

2017-04-04 Thread Tristan Kohl
Hey guys, it is me again. Still working on my website and coming up with another problem. I still can not completely wrap my head around how to achieve some simple - at least I think they are - things. I am writing a plugin for my site to track my beekeeping and therefore made a button which

[tw] Re: IndieWeb and TW

2017-02-28 Thread Tristan Kohl
Hi Jed, thank you for your help :) Am Dienstag, 28. Februar 2017 16:27:30 UTC+1 schrieb Jed Carty: > > I added some of the rel-me things to my thing over at > http://ooktech.com/jed/externalbrain/ and it worked. You have to put the > rel-me things in a tiddler tagged with $:/tags/RawMarkup

[tw] IndieWeb and TW

2017-02-28 Thread Tristan Kohl
Hey guys, I read about IndieWeb some time ago and managed to dive into it a little the last days. As far as I can tell TW would be a perfect fit for this and since we are moving to federation it should be quite easy to integrate - at least that is what I thought... I

[tw] Re: A Solution! -- Serving Personally Archived Web Pages in TiddlyWiki

2016-11-19 Thread Tristan Kohl
Well you are right, I did not think about that since I used MAFF some years ago. Today I use PrintFriendly which generates great looking PDFs from websites via a bookmarklet and you can cut out parts (save just a small part) of the website. Big advantage for me

[tw] Re: A Solution! -- Serving Personally Archived Web Pages in TiddlyWiki

2016-11-19 Thread Tristan Kohl
Hi Steve, as I understand your project you create a local copy of a webpage and serve that through a link in TW which opens the page in a new tab? You said, your approach relies on Scrapbook, but if I got your idea right, you do not need that at all. For Firefox there is a expansion called

[tw] Re: Hegart is back, kind of...

2016-11-03 Thread Tristan Kohl
Hi Hegart, good to see you back on track. I am very sorry to hear about your health issues and hope you will fully recover in the next weeks. Regarding your DropBox hosting, there is udog.co which hosts your stuff from there. I did not try it by myself but it looks

[tw] Re: sync tiddlywiki accross machines

2016-11-03 Thread Tristan Kohl
Hi Martin, - When switching from one device to the other (note that most devices stay > up even when I'm working on another one), I often need to restart the > nodejs server, otherwise it does not seem to be seeing the changes that > DropBox pushed to the folder in the mean time; > Regarding

[tw] Re: [TW5] Using TW for CRM?

2016-06-15 Thread Tristan Kohl
still taking things quiet after my previous health > scare. > > Hegart. > > > On Monday, 13 June 2016 22:13:17 UTC+12, Tristan Kohl wrote: >> >> Hey guys, >> >> since I did not hear from you for quite some time I figure the project is >> dead

[tw] Re: TiddlyWiki European Meetup 2016

2016-06-13 Thread Tristan Kohl
Ah man, I just booked a trip that weekend to visit some friends of mine. If I had known that a week earlier I might have made it and finally meet the awesome guys from the hangouts :D Well, I look forward to see the streams on YouTube afterwards. Cheers Tristan -- You received this message

[tw] Re: [TW5] Using TW for CRM?

2016-06-13 Thread Tristan Kohl
Hey guys, since I did not hear from you for quite some time I figure the project is dead? If so that would be a real bummer for me I was quite excited about the idea. Cheers Tristan -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw] Re: [TW5] How to detect not imported Tiddlers

2016-06-08 Thread Tristan Kohl
ed the console thing and it works for the old and the new file, I will post here if I found something. Thanks again to you all Cheers Tristan Am Dienstag, 7. Juni 2016 20:24:25 UTC+2 schrieb Tristan Kohl: > > Hi Richard, > > as I said, I already checked for duplicates in Calc. I wan

[tw] Re: [TW5] How to detect not imported Tiddlers

2016-06-07 Thread Tristan Kohl
Hi Richard, as I said, I already checked for duplicates in Calc. I want TiddlyWiki to return a list of tiddlers that did not get imported or something similar. Cheers, Tristan Am Dienstag, 7. Juni 2016 17:25:30 UTC+2 schrieb RichardWilliamSmith: > > Why would three of them get lost? Do they

[tw] [TW5] How to detect not imported Tiddlers

2016-06-06 Thread Tristan Kohl
Hey guys, I am migrating from my ebook management software that I used for years to a TW what I hope makes my workflow easier. The problem I have is that I need to import around 1000 Tiddlers and while LibreOffice Calc tells me, there are 924 Tiddlers for the books (I already checked for

[tw] Re: [TW5] Using TW for CRM?

2016-05-04 Thread Tristan Kohl
; On Monday, May 2, 2016 at 3:03:07 AM UTC-4, Tristan Kohl wrote: >> >> Hi Hegart, >> >> sorry for my late respnse, that was hell of a week here :D >> >> I would be available tomorrow at 10:00 UTC or on Wednesday between 12:00 >> UTC and 15:00 UTC. Until

[tw] Re: [TW5] Using TW for CRM?

2016-05-02 Thread Tristan Kohl
t; Andrew and I have also been discussing ways to take discussion of > TiddlyCRM beyond just this single discussion thread, in an organised > fashion. We'll announce here any decisions made on that. > > Kind regards, > > Hegart. > > > On Sunday, 24 April 2016 21:46:20 UTC+1

[tw] Re: [TW5] Using TW for CRM?

2016-04-24 Thread Tristan Kohl
Hi Andrew, that sounds awesome and I look forward to help you with the JS part as far as I am capable of. As I am from Germany neither you nor Hegart are close to my timezone so what would be a good time to contact one of you to talk about details? Cheers Tristan Am Samstag, 23. April 2016

[tw] Re: [TW5] Using TW for CRM?

2016-04-22 Thread Tristan Kohl
Hi Hegard, Thanks for your continued support and encouragement of this project. We're > reaching the end of the Alpha Phase of development, as the > *{{DesignWrite}}* MOOC course comes to an end for this current semester > in a few weeks. Once our semester project (TiddlyCRM v0.0.1-alpha) has

[tw] Re: [TW5] Using TW for CRM?

2016-04-21 Thread Tristan Kohl
Hi Hegard, your progress looks very promising and neat. I check out your SampleDataPlayground and your trello board every few days to follow your progress. I like how you managed to create all those sample data for testing and by playing around with the Playground, I get a pretty good

[tw] Re: twproxy – an authentication proxy for your TiddlyWiki

2016-04-18 Thread Tristan Kohl
HI Steve, this looks very promising and I can already think of a wiki I want to try this on :) One little hint: In your readme you wrote port 8080 in the command and in the next sentence it is port . Cheers Tristan Am Sonntag, 17. April 2016 17:05:37 UTC+2 schrieb Steve Gattuso: > > Hi

[tw] Re: [TW5] More JavaScript macro questions

2016-04-14 Thread Tristan Kohl
; after commas. > > Have fun! > Mark > > > On Wednesday, April 13, 2016 at 11:49:29 PM UTC-7, Tristan Kohl wrote: >> >> Hi Mark, >> >> here is my macro code: >> /*\ >> >> title: $:/plugins/mirodin/ebooks/linklist.js >> type: applicatio

[tw] Re: [TW5] More JavaScript macro questions

2016-04-14 Thread Tristan Kohl
Hi Mark, here is my macro code: /*\ title: $:/plugins/mirodin/ebooks/linklist.js type: application/javascript module-type: macro \*/ (function() { "use strict"; /* List all field values as comma separated list of clickable links. */ exports.name = "linklist"; exports.params = []; /* Run

[tw] [TW5] More JavaScript macro questions

2016-04-13 Thread Tristan Kohl
Hey guys, i started creating my e-book management with TW a couple days ago. But there are still some things I do not get right away so I hope you can help me out with them. First a short explanation of my "design": I have a template tiddler which is used to show the details of a book. In

Re: [tw] [TW5][Offtopic] Why not JSON for storage?

2016-04-07 Thread Tristan Kohl
bsite > > best wishes > > Alex > > On 7 April 2016 at 11:26, Tristan Kohl <kohlt...@gmail.com > > wrote: > >> Hi Jeremy, >> >> thank you for your explanation, this helped me a lot. I also figured it >> could correlate with TWC but thought th

Re: [tw] [TW5][Offtopic] Why not JSON for storage?

2016-04-07 Thread Tristan Kohl
Hi Jeremy, thank you for your explanation, this helped me a lot. I also figured it could correlate with TWC but thought there might be some performance reasons for choosing the HTML method over JSON. I will keep digging into TiddlyWiki and look forward to learn more about JavaScript so one day

[tw] [TW5][Offtopic] Why not JSON for storage?

2016-04-06 Thread Tristan Kohl
Hey guys, it is me again :) I got a little deeper look into TiddlyWiki and came to wonder why the storage of Tiddlers is implemented the way it is. As I understand it every Tiddler is a single which are all stored in the "Tiddler Area". But since every Tiddler is a object with its own

[tw] Re: [TW5] Using TW for CRM?

2016-04-05 Thread Tristan Kohl
egart or myself will contact you as soon as we can! > > > On Saturday, March 12, 2016 at 2:50:42 PM UTC-5, Tristan Kohl wrote: >> >> Hi Hegart, >> >> this sounds super interesting, I am looking for a tool like this for ages >> but did not find something that fi

[tw] Re: JavaScript macros driving me crazy

2016-03-24 Thread Tristan Kohl
Ah, I knew it was some stupid little thing :/ Thank you very much, I suspect that I would never have found this on my own. Cheers Tristan Am Mittwoch, 23. März 2016 21:21:29 UTC+1 schrieb Eric Shulman: > > On Wednesday, March 23, 2016 at 12:56:49 PM UTC-7, Tristan Kohl wrote: >> &