[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-27 Thread Tobias Beer
Hi Danielo > I have a solution for your problem creating new wikis, and, as I have > promised, without any software installation or Git knowledge. let me know > if this set of images is enough: > Looks good, the first image would benefit from the headline saying we're creating a repo. Other

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-27 Thread Danielo Rodríguez
Hello Matabele, I have a solution for your problem creating new wikis, and, as I have promised, without any software installation or Git knowledge. let me know if this set of images is enough: https://cloud.githubusercontent.com/assets/2270425/10129098/b868c0bc-65ba-11e5-9c07-8bd6cdb0d133.PNG"

Re: [tw] [TW5] How to protect single tiddlers from editing by password

2015-09-27 Thread Tobias Beer
Here's one way to prevent saving changes... 1) Disable auto-saving the wiki. 2) Edit the core shadow tiddler for the save wiki button, e.g. $:/core/ui/Buttons/save-wiki : <$reveal type="match" state="$:/_secret" text="my-secret">

[tw] Re: OT: ubuntu touch

2015-09-27 Thread Tobias Beer
Hi Spangenheim, > but there are no saving system atm right? > Not sure, but saving should behave exactly as elsewhere, i.e. via download. The difference would be in your device's ability to download an html file and your ability to (quickly) browse to a given location on your mobile filesyst

[tw] Re: Need some help with $set or $reveal widgets

2015-09-27 Thread Tobias Beer
Hi Spangenheim, I think it would greatly speed up this exercise if you could dumps some example code here. Best wishes, – tb -- 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

[tw] Re: TW development best practices question

2015-09-27 Thread Tobias Beer
Hi Mario, With the above mentioned tiddlywiki.info file, it would be possible to > create a "big" edition, that "includes" all patients. You only need to take > care, that there are no "naming problems". Eg if there are 2 tiddlers named > "Mario", that last one, that is included will win. > I

[tw] Re: [TW5] Documentation Contributors Edition

2015-09-27 Thread Tobias Beer
Hi Metabele, > It seems that downloading JSON files from a Google group is easier for a > moderator than visiting a list of blogspot wikis and, attaching a JSON file > to a post is easier for a contributor than creating and updating a blogspot > wiki. > Actually, it complicates things, as yo

[tw] Re: TW Hosting

2015-09-27 Thread tony
Hi, Here is yet another option for the community: https://sandstorm.io/ Sandstorm is billed as a open source platform for personal servers- to run your app on your own server or hosted by them (personal runs $6USD/month) Sandstorm lets you run your own server and

AW: [tw] [TW5] How to protect single tiddlers from editing by password

2015-09-27 Thread jonathanhaug
Hi, no, there isn’t any multi-user workflow. Users are just accessing the html-file on a shared space. I just want to have a pop-up saying „please enter password“ when someone tries to edit the tagged tiddlers. How would I achieve that? Matabele, putting them into a plugin sounds to

[tw] Re: OT: ubuntu touch

2015-09-27 Thread Spangenhelm
You were talking about transfering from cellphone to cellphone but can you use telegram to transfert files to your computer ? And, just for the curiosity, have you tried to use one of your tw on your phone directly (like opening, editing and saving a tw file present in the phone?) i guess we ca

[tw] Need some help with $set or $reveal widgets

2015-09-27 Thread Spangenhelm
Hi everybody, i have created a form where i can enter a title (and several other fields at the same time) that allows me to create a new tiddler but i need to be sure that the name of the new tiddler does not already exist otherwise it will be replaced without warning when i will create it so i

Re: [tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Jeremy Ruston
Hi Hegart The missing piece is that there is a plugin called $:/core that contains the main core code of TiddlyWiki. It is always present, and it is the source of the shadow tiddlers you are seeing. You can see it listed in the "Plugins" tab of the control panel. Best wishes Jeremy. On Sun, Se

[tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Hegart Dmishiv
I've been looking back over ShadowTiddlers again in the official TW5 docs, trying to get a handle on all of this. It says *"ShadowTiddlers are tiddlers that are loaded from within Plugins

[tw] Re: TW development best practices question

2015-09-27 Thread PMario
Hi Dave, Interesting use case. On Sunday, September 27, 2015 at 4:42:25 PM UTC+2, Dave wrote: > > (having decided that I'll be using TW5 with nodejs) Would it be better to > make one TW per client and import any design changes from a "master" TW > file (that was the plan with the TWc version),

[tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Hegart Dmishiv
On Monday, 28 September 2015 09:39:40 UTC+13, Hegart Dmishiv wrote: > > From what I understand of TiddlyWiki so far, $:/core/wiki/title is a > system tiddler, which I can override by creating another tiddler of the > same name, which becomes a shadow tiddler for it. Is that about right? > Looks

[tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Hegart Dmishiv
On Monday, 28 September 2015 06:50:12 UTC+13, Eric Shulman wrote: > > You can assume that anything posted before 2012 is NOT referring to TW5. Thanks *@Eric*, I knew there was a difference between [TW5] and [TWC] but I didn't know when it started. One big clue that the post was for TWClassic is

Re: [tw] [TW5] Documentation Contributors Edition

2015-09-27 Thread Erwan
Hi Jeremy, Overall, I am beginning to worry that this is a bit of a rabbit hole. We're putting effort into engineering a whole new pipeline for contribution requests, somewhat duplicating GitHub. But we don't really know that the contribution requests we'll get will warrant the effort. And e

Re: [tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Tobias Beer
Hi Jeremy, > It's actually a bit easier than that. Set $:/SiteTitle to: > {{$:/HistoryList!!current-tiddler}} > Thanks, that's nice. I have added a little *Window Title* how to here... Custom Window Title @ tb5 Best wishes, — tb --

[tw] Re: [TW5] How to protect single tiddlers from editing by password

2015-09-27 Thread Matabele
Hi Another suggestion -- if you were to pack the tiddlers requiring protection into a plugin (easily done with the Tinka plugin) -- they would become shadow tiddlers. This does not prevent editing of these tiddlers, but in the event of a mishap, the original may be restored easily by deleting t

Re: [tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Jeremy Ruston
Hi Tobias What would be interesting was if there was a way to actually have the > window title reflect the last tiddler being opened. > It's actually a bit easier than that. Set $:/SiteTitle to: {{$:/HistoryList!!current-tiddler}} It works because when the navigator updates the $:/HistoryList t

Re: [tw] Re: Performance questions

2015-09-27 Thread Erwan
Thank you Danielo and Jeremy for your answers. Unfortunately I'm basically clueless about Javascript so I can't do anything about making it configurable, but if anyone is interested here are some instructions to enable performance logging, as Jeremy suggested. This is based on Jeremy's explan

[tw] Re: TW development best practices question

2015-09-27 Thread Tobias Beer
Hi Dave, > one TW per client or have one single TW5 I would definitely try and do the former while establishing what you call a master for all the shared resources. It's pretty much what I am trying to do right now, anyway, see this post

[tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Tobias Beer
Hi Hegart & @Jeremy, What would be interesting was if there was a way to actually have the window title reflect the last tiddler being opened. {{$:/SiteTitle}} — <$list filter="[[$:/HistoryList]getTitlesFromJSON[]last[]]"/> Whereas I wouldn't know how to do the *getTitlesFromJSON* part, that i

Re: [tw] [TW5] How to protect single tiddlers from editing by password

2015-09-27 Thread Tobias Beer
Hi Jonathan, > sure, there is no real protection, but I a have small userbase and I'm > just trying to prevent accidential editing. > The wiki resides on a sharded folder in a windows network. Do you actually have any multi-user workflow in place at the moment? And if so, how does that work

[tw] Re: BCE Dates in vis.js Timeline Plugin

2015-09-27 Thread Tobias Beer
Hi Nicholas, > I don't have much experience with github > While that may sound deverloperish, it is actually quite simple to create a GitHub account only to then open an issue at that repository... which woud notify the dev directly, assuming he is watching is repositories. I have never trie

Re: [tw] Update twiddler text from widget

2015-09-27 Thread Tobias Beer
Hi Tony, > That works too and should be easy enough. The only reason I wanted to put > it in the same tiddler was to make the notes a little more hand-editable. > >> I'd say it is ...by editing the tiddler containing the widget. I understand you wanted a simple way to just edit the widget cont

[tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Mat
Eric was more polite ;-) Anyway, the problem was intriguing enought for me to locate this tiddler (...in TW5): $:/core/wiki/title maybe it'll be enough of a clue to solve your problem (...if TW5) <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki

Re: [tw] Pre-release on Node

2015-09-27 Thread Tobias Beer
Hi Alex, interesting to see you asking similar question to those I was about to. ;-) I just started to port tb5 to a *node.js* managed version with neatly assorted folders only to be pushed some day onto GitHub ...and there is *a host of questions* bubbling up.

Re: [tw] TW development best practices question

2015-09-27 Thread 'Andreas Hahn' via TiddlyWiki
Am 27.09.2015 um 19:42 schrieb Dave: Thank you for that! Does that mean if I want to eventually have concurrent access and widespread access to all patient data I should seriously consider tiddlyweb? It does mean that by the time you are getting to that, you can only hope that there is a goo

[tw] [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Eric Shulman
Those instructions are for TWClassic. You can assume that anything posted before 2012 is NOT referring to TW5. From 2012 on, there is a mix of TWClassic and TW5, and currently, mosts posts are for TW5. One big clue that the post was for TWClassic is use of the "systemConfig" tag for plugins.

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-27 Thread Matabele
Hi For my own reference, I have created a repository giving revised instructions for creating wikis on Github pages using git (this follows the method I used to set up my wikis.) If you don't have git installed on your workstation you will need to do so before using this method. The repository

Re: [tw] TW development best practices question

2015-09-27 Thread Dave
Thank you for that! Does that mean if I want to eventually have concurrent access and widespread access to all patient data I should seriously consider tiddlyweb? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group an

[tw] Re: [TW5] Host on github for free without any git knowledge or software installation

2015-09-27 Thread Tobias Beer
Hi Hegart, > Once again, with my ignorance of all things Git, does cloning vs forking > have any bearing on future updates from *@Jermolene*'s Master? > That depends on whether you are modifying any of those cloned resources. So long as you never touch them, it should be straight forward to f

[tw] Re: [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Mat
Hegart... excuse my bluntess... but why the heck would you read a post from *2007* Is it even TiddlyWiki Classic you're interested in? Are you starting a museum? <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

Re: [tw] Re: drag and drop files and get a link and preview in TW5

2015-09-27 Thread Tobias Beer
Hi Jeremy, > In most browsers, dragging one of those entries into TiddlyWiki will > create a tiddler containing the URL of the file. With a bit of work, we > could turn that into a tiddler with the URL in the _canonical_uri field. > > Unfortunately this won't work from an embedded iframe, th

[tw] Re: @Mat - How do/did you specify tiddlername as a value to a taget cell/row in a google spreadsheet?

2015-09-27 Thread Mat
On Sunday, September 27, 2015 at 5:10:41 PM UTC+2, Danielo Rodríguez wrote: > > Sorry for being so direct, but, what are you talking about? > > It's some kind of commenting system based on Google spreadsheet? > Hehe, no reason to excuse yourself. Yes, Måns is asking about my commenting system on

AW: [tw] [TW5] How to protect single tiddlers from editing by password

2015-09-27 Thread jonathanhaug
Hi Danielo, sure, there is no real protection, but I a have small userbase and I'm just trying to prevent accidential editing. The wiki resides on a sharded folder in a windows network. Do you mean, " There are different levels of read only" in your single tiddler encryption plugin? -Urspr

Re: [tw] TW development best practices question

2015-09-27 Thread 'Andreas Hahn' via TiddlyWiki
Hi Dave, I have not done larger projects in TW myself so far, but here are a few things to give you an idea of what might be a good start. TW with nodejs works by having a nodejs server in the background which delivers a fully funtioning TiddlyWiki to the browser which then has its contents

[tw] Re: @Mat - How do/did you specify tiddlername as a value to a taget cell/row in a google spreadsheet?

2015-09-27 Thread Danielo Rodríguez
Sorry for being so direct, but, what are you talking about? It's some kind of commenting system based on Google spreadsheet? Regards -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from

[tw] [TW5] How to protect single tiddlers from editing by password

2015-09-27 Thread Danielo Rodríguez
How are your users accessing the wiki? There are different levels of read only, but unless you are serving your wiki from a server it's more or less impossible to protect the wiki against reads. How would you protect a .txt file from edition for example? -- You received this message because y

[tw] [TW5] How to protect single tiddlers from editing by password

2015-09-27 Thread Jonathan Haug
Hi there again, to take my last approach (https://groups.google.com/forum/#!topic/tiddlywiki/v31xoiWUIjw) a step further: Imagine I have some tiddlers tagged with "locked", which should not be edited. Is there a way to secure editing with a password, so that one can see the tiddler content

[tw] TW development best practices question

2015-09-27 Thread Dave
I have a project I'm thinking of starting in TW5 having made some progress in the past with TWclassic, but I think most of the cool developement is happening now and in the future with TW5. So I'll be kind of starting from scratch. I have a best practices question: << (having decided that I'll

[tw] BCE Dates in vis.js Timeline Plugin

2015-09-27 Thread Nicholas Lacasse
I am trying to use this plugin for TW that adds the vis.js timeline feature. However, the dates I want to put on my timeline start around 1600 BCE. I can't seem to get it to accept any format for this and have had no luck finding documentation that sol

Re: [tw] Update twiddler text from widget

2015-09-27 Thread Tony Grosinger
That works too and should be easy enough. The only reason I wanted to put it in the same tiddler was to make the notes a little more hand-editable. Thank you for the fast responses. On Sunday, September 27, 2015 at 1:30:01 AM UTC-7, Jeremy Ruston wrote: > > Hi Tony > >> >> Is it possible to have

[tw] [TW5] Trying to set BrowserTabTitle as per @Eric's example

2015-09-27 Thread Hegart Dmishiv
I tried following *@Eric Shulman*'s advice from this post from 2007 , to remove the site subtitle from the browser tab in my wiki. I created a system tiddler called $:/config/BrowserTabTitle

Re: [tw] Pre-release on Node

2015-09-27 Thread Alex Hough
Jeremy et al, Maybe I should start another thread, but moving on from where I am now, I want to be able to create TiddlyWikis with some of my favourite plugings installed, or maybe one of my own custom editions. The first one would be one with just the TiddlySnip plugin I guess I would add my ch

Re: [tw] Pre-release on Node

2015-09-27 Thread Alex Hough
Hi Jeremy, I've got it working, thank you. Correct me if I have got it wrong, but I have now "linked" my local copy of TW5 to the TW program I have installed. That program runs on node. Instead of getting its data from the TW node site, it gets it from my local site best wishes Alex On 26 Sep

[tw] [TW5] How to get a tiddler text as if it were a .tid file

2015-09-27 Thread Danielo Rodríguez
Hello, Sorry for duplicating this, but I feel like if I leave this at TiddlyWikiDev I will not get and answer in some days. I want to know how can I get a tiddler formatted as a .tid file progragmatically. This means, from a widget, or a startup module get a tiddler ready to write it to disk.

[tw] Re: [TW5] Hide the edit button in tagged tiddlers

2015-09-27 Thread Ton Gerner
Hi Tobias, On Saturday, September 26, 2015 at 6:41:35 PM UTC+2, Tobias Beer wrote: > > Hi Ton, > > Looks neatly pragmatic... > ;-) > > >> .tc-tagged-locked svg.tc-image-edit-button { >> display: none; >> } >> >>> > This works well, although I feel like > TiddlyWiki should put the css c

[tw] Re: [TW5] Tinka Plugin Packer 0.2.0-beta release

2015-09-27 Thread Mat
@Tobias Thanks for your replies to my questions above. Here is my point that kind of addresses your questions to my questions: Presumably, the point in offering a plugin library is that it is somehow different from the standard version (or?) so I figure any such differences warrant a note. Eve

Re: [tw] Update twiddler text from widget

2015-09-27 Thread Jeremy Ruston
Hi Tony > > Is it possible to have my widget alter the contents? I know it is possible > to edit the text of the whole twiddler, but was hoping for something a > little more straight-forward that didn't require finding the particular > instance of my widget. > There's no support at the moment for

Re: [tw] [TW5] How to render $:/tags/TopLeftBar to static page?

2015-09-27 Thread Jeremy Ruston
Hi Siniy-Kit You'll need to make a copy of the static.tiddler.html template and add a transclusion of $:/core/ui/PageTemplate/topleftbar. Best wishes Jeremy. On Sun, Sep 27, 2015 at 7:08 AM, Siniy-Kit wrote: > Hi! I made nice header tiddler to my site > http://novye-podarki.ru/heeg3.html#%24