[tw] [TW5] Add button to convert INPUT to TEXTAREA in tiddler edit mode, how?

2015-10-05 Thread Siniy-Kit
Hi! Sometimes while editing fields in tiddler I need more then 1 line input. is it possible to add "enlarge" button to many lines near delete field button? -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: [TW5] Add button to convert INPUT to TEXTAREA in tiddler edit mode, how?

2015-10-05 Thread Mat
Hi Siniy-Kit That was a proposal in github very recently. I've started to look into it but it turned out to be more difficult (for me) than I thought. If it is of any value, here's how far I got. (I

[tw] Re: TiddlyMap v0.9.11 released

2015-10-05 Thread George ZP
Hello Felix, I have TiddlyMap 8.5.1 installed in my json server. How can I go about updating my plugin installation? Do I need to uninstall and re-install the plugin? Will I lose my views and filter if I do so? Thanks in advance, George On Sunday, October 4, 2015 at 9:40:22 PM UTC+3, Felix

Re: [tw] TW5 get changed tiddlers

2015-10-05 Thread Danielo Rodríguez
Hello Jeremy El domingo, 4 de octubre de 2015, 17:37:08 (UTC+2), Jeremy Ruston escribió: > The wiki store keeps track of a changecount for each tiddler title. It is > used by the sync object to track changes to the store, amongst other things. > That is exactly the functionality that I

Re: [tw] TW5 get changed tiddlers

2015-10-05 Thread Jeremy Ruston
Hi Danielo > Basically I want to know which tiddlers has changes since the last time I > extracted the changed tiddlers and saved in a remote place. I think I can > just copy the object each time I want to "commit" and compare it with the > previous values, and get only those that have an

Re: [tw] Re: TiddlyMap v0.9.11 released

2015-10-05 Thread Felix Küppers
Hi George > I have TiddlyMap 8.5.1 installed in my json server. How can I go about > updating my plugin installation? Do I need to uninstall and re-install > the plugin? Updating TiddlyMap is the same procedure as installing it. In _no case_ you need to remove your previous installation. Did

Re: [tw] [TW5] New Blog plugin and improved TalkyTalky

2015-10-05 Thread Felix Küppers
Hi Jeremy, Very neat effects when toggling the sidebar. Also perfect idea to add a window for nodes. Powerpoint and co are more and more outclassed :) TW is just the perfect candidate for dynamic presentations. I am a big fan of this project! Just one question: Where are the arrows to navigate?

Re: [tw] [TW5] New Blog plugin and improved TalkyTalky

2015-10-05 Thread Jeremy Ruston
Hi Felix > Very neat effects when toggling the sidebar. Also perfect idea to add a > window for notes. Powerpoint and co are more and more outclassed :) TW > is just the perfect candidate for dynamic presentations. I am a big fan > of this project! Thank you. It worked very well during the talk

[tw] Re: Is it possible to get a list of unique values of a single field?

2015-10-05 Thread 'c pa' via TiddlyWiki
OK (trying to answer my own question) this should work but for some reason it displays the contents of the macro instead of executing the macro. Could someone help me with my syntax? Copy the below into a tiddler to see what I mean \define returnList(tiddlerName, fieldName)<$list

[tw] Re: Is it possible to get a list of unique values of a single field?

2015-10-05 Thread 'c pa' via TiddlyWiki
Is there a way to return a list of the unique values in a list field? ''[[get Operator (Examples)]] demonstrates that `[each[tags]get[tags]]` will list the value in every tiddler's tags field '' ''If I make a slight change, `[get[tags]each[tags]]`, I get a unique listing of all the tags in a

[tw] Re: [How to] [TW5] Multiple tag fields

2015-10-05 Thread RickL
This is a great tool Jed! It will work great for my project management TW. On Sunday, October 4, 2015 at 3:32:24 PM UTC-4, Jed Carty wrote: > > Tobias, > Because it was the most straight forward way to extend the tags directly. > It turns out that it isn't as efficient, but it has the most

Re: [tw] TW5 get changed tiddlers

2015-10-05 Thread Danielo Rodríguez
According to wiki.js code: * `changedTiddlers` is a hashmap describing changes to named tiddlers since wiki change events were last dispatched. Each entry is a hashmap containing two fields: modified: true/false deleted: true/false But the changedTiddlers object is always empty. -- You

Re: [tw] Re: [TW5] using TiddlyWiki as a website and read-only mode

2015-10-05 Thread Dave Redford
Hi all, Realise that this post has been quiet for a while but I thought I'd add my thoughts as I needed to create a Read Only tiddly. I downloaded the "empty.html" and made a copy, made my changes to remove all the "edit" buttons and then used MELD (http://meldmerge.org/) to compare the two

Re: [tw] Re: TiddlyMap v0.9.11 released

2015-10-05 Thread Felix Küppers
I forgot to mention that I added and removed some style options so in case of node colors, font-colors and border colors you might need to readjust a bit. In any case I recommend an update. -Felix On 10/05/2015 10:25 AM, Felix Küppers wrote: > Hi George > >> I have TiddlyMap 8.5.1 installed in

Re: [tw] TW5 get changed tiddlers

2015-10-05 Thread Danielo Rodríguez
> The sync mechanism handles this by keeping track of the last change count > it’s seen for each tiddler title. > > Best wishes > > Jeremy. > Hello Jeremy, Thank you, that is what I'm going to do. Which part of the sync mechanism tracks this? I suppose it is not any sync adapter, it is

Re: [tw] [TW5] using highlight.js for transcluded code

2015-10-05 Thread Danielo Rodríguez
> > Try: > > <$codeblock language=“javascript” code={{MyJavaScriptTiddler}}/> > > Best wishes > > Jeremy. > This is very interesting!! you can have external code files, and display them properly on the wiki without modifying the original file. Awesome. -- You received this message because

Re: [tw] [TW5] using highlight.js for transcluded code

2015-10-05 Thread Jeremy Ruston
Hi Danielo > > This is very interesting!! you can have external code files, and display them > properly on the wiki without modifying the original file. No, I’m afraid not. The codeblock widget just displays the value of the code attribute. It doesn’t do any external file access. You’re not

Re: [tw] [TW5] using highlight.js for transcluded code

2015-10-05 Thread Danielo Rodríguez
> > No, I’m afraid not. The codeblock widget just displays the value of the > code attribute. It doesn’t do any external file access. > > You’re not going to get any better than the external file access that’s > already been added to 5.1.10, because that’s all that browsers permit us to > do.

Re: [tw] TW5 get changed tiddlers

2015-10-05 Thread Jeremy Ruston
Hi Danielo > So far so good. Then, if I change the Hello there tiddler (edit -> add > content -> save) the count increases on a weird way: > > $tw.wiki.changeCount > Object > $:/HistoryList: 3 > $:/StoryList: 3 > $:/state/popup/more--1211625487: 2 > $:/state/popup/tiddler-info--1779055697: 2 >

Re: [tw] TW5 get changed tiddlers

2015-10-05 Thread Danielo Rodríguez
> > I’m not sure what you mean. When a change is registered in the store, we > queue an event an dispatch it via nextTick(). > > Perhaps you can explain a little about what you are trying to accomplish? > It is quite easy, let me explain it well. I want to allow the user make all the changes

Re: [tw] TW5 get changed tiddlers

2015-10-05 Thread Jeremy Ruston
Hi Danielo > The change events format is exactly what I was looking for. The only problem > is that they are events, and I want to extract the information on user > interaction. I think the best way is to mimic the behavior of the change > daemon, but I would like to avoid duplicating stuff.

[tw] Exporting as "tid" only exports one tiddler?

2015-10-05 Thread 'Mark S.' via TiddlyWiki
I was experimenting with the export function on the advanced search screen, using Tiddlywiki.com as a test. Using filter: * [tag[Concepts]]* There was were 41 matches. But when I used the export button on the advanced search page and selected "tid" file, the resulting file only had one

Re: [tw] TW5 get changed tiddlers

2015-10-05 Thread Danielo Rodríguez
> > You’re not supposed to touch that object directly. Information derived > from it is passed to change events automatically. > > Best wishes > > Jeremy > The change events format is exactly what I was looking for. The only problem is that they are events, and I want to extract the

Re: [tw] TW5 get changed tiddlers

2015-10-05 Thread Danielo Rodríguez
> > Those 10 changes to the draft correspond to the characters you typed. > I think is actually 8 + 1 when entering in edit mode and +1 when clicking save > So if you want to know whether a tiddler exists you’d call > store.tiddlerExists(title) in the usual way. > That would be

[tw] Re: TW group welcome message might need an update?

2015-10-05 Thread Danielo Rodríguez
Hello Eric, This is a misunderstanding and an error from my side. For some reason I skip the word "Google group" on the initial message and some magic chemicals made me think it was referring to tiddlywiki.com welcome message. Since I have not read the HelloThere tiddler recently, I took for