Re: [tw] Re: [TW5] Can't seem to be able to upgrade to 5.1.14 on node.js

2017-05-20 Thread Deniz Rende
Ok, thank you Danielo!, reinstalling seemed to solve the issue!  And 
everything else seems to be in place!

[deniz@lem]$ tiddlywiki --version
5.1.14

Thank you!

Regards,

Deniz Rende


On Saturday, May 20, 2017 at 1:23:28 PM UTC-7, Danielo Rodríguez wrote:
>
> If you have tiddlywiki installed globally I really doubt that you have 
> modified anything about it. Your tiddlers inside the directory you pass to 
> tiddlywiki and plugins are defined in the tiddlywiki.info document. 
> Tiddlywiki is just a program that reads and servers your tiddlers .

-- 
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/f39b5928-054f-47cf-baff-57b41ff2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Can't seem to be able to upgrade to 5.1.14 on node.js

2017-05-20 Thread Deniz Rende
Rob/Danielo,

[deniz@lem~]$ which tiddlywiki
/usr/local/bin/tiddlywiki

So if I uninstall tiddlywiki and install again, would not that break my
current settings, plugins, and the theme etc? This is just not a vanilla
install where reinstalling is not a problem...

I am trying to understand why the usual upgrade is broken, and what I can
do to fix that?


Thank you!

-D

On Sat, May 20, 2017 at 7:20 AM, Danielo Rodríguez <rdani...@gmail.com>
wrote:

> Uninstall and then install again
>
> sudo npm un -g tiddlywiki
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "TiddlyWiki" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/tiddlywiki/P6k5_YUZHQ4/unsubscribe.
> To unsubscribe from this group and all its topics, 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/2ea27719-0e44-44ac-85b5-6251ad48065f%40googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Deniz Rende
E-mail: deniz.re...@gmail.com
Phone: +1 (510) 213-UNIX (8649)
Mobile: +1 (925) 786-6621
Web: http://www.machine-unix.com
Twitter: @rwzfs <https://twitter.com/rwzfs>

-- 
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/CAH%2B5_%2BFm3JwXYaj4f_moJurjrYG1CtTLBRh35o4DMD1D3_FZbg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Can't seem to be able to upgrade to 5.1.14 on node.js

2017-05-19 Thread Deniz Rende
Hello Everyone,

The usual way of upgrading tiddly on node.js seemed to stop for me all of a 
sudden. Following is what I am trying to do:

[deniz@lem~]$ sudo npm update -g tiddlywiki
[deniz@lem~]$
[deniz@lem~]$ node -v
v7.10.0
[deniz@lem~]$ tiddlywiki --version
5.1.13
[deniz@lem~]$

Any ideas ?

-- 
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/c0d484d6-f9cf-430b-97a3-d8ae6d5ee707%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Is it possible to create external links in the titles of tiddlers?

2017-01-09 Thread Deniz Rende
Hi Mark/Tobias,

See my screenshot on how I already organized my weekly todo items, it is 
pretty much very close to what you guys have described. On a second 
thought, since these are checkboxes, and clicking them will put the item 
into "done" section what I need may not work in this context. What I was 
trying to achieve was that maybe create a different todo type of list but 
ability to click a portion of the title so that for example I can get to 
the external JIRA ticket I am working on because of the link I created. For 
example, "01 - Mon - Work on XYZ ticket", ability to hyperlink XYZ and just 
click that inside the title.

Mark's suggestion below also works.

Thanks!

<https://lh3.googleusercontent.com/-E_890KQXwxc/WHPrHGWBbZI/mdQ/Bkov8A2_IaMg9CPq64cz9brm6M1SF363gCLcB/s1600/screenshot2.png>


On Monday, January 9, 2017 at 11:42:08 AM UTC-8, Mark S. wrote:
>
>
> What I would do is create a tiddler with a list that would list the 
> tiddlers and the url. You can make it your default opening tiddler. 
> Assuming your tasks were tagged as "Todo" and each had a field called 
> "url", it might look like this:
>
> <$list filter="[tag[Todo]sort[]]">
> <$view field="title"/> {{!!url}} 
> 
>
> This will list the tiddlers and the url for them. You could also easily 
> add a checkbox for marking the tiddler as done and taking it out of the 
> loop.
>
> HTH
> Mark
>
> On Monday, January 9, 2017 at 10:26:52 AM UTC-8, Deniz Rende wrote:
>>
>> Hi Mark,
>>
>> That's exactly how I have been doing as you suggested but I have 
>> literally hundreds of todo lists in a checbox format and it gets pretty 
>> much redundant to include the link inside the note while I could just add 
>> that to the title and just click that specific portion in that title as a 
>> hyperlink to get me where I need. If this complicates development and if 
>> you feel this might be unnecessary work, then I'll just keep using it the 
>> way I have been using it for now.
>>
>> Regards,
>>
>> Deniz Rende
>>
>>
>> On Wednesday, January 4, 2017 at 10:36:09 AM UTC-8, Mark S. wrote:
>>>
>>> The title is kind of like a very special field in TW5. And because it 
>>> often contains all sorts of characters, rendering it exactly as it was 
>>> entered is pretty important.
>>>
>>> Why not just put your reference in the body of the tiddler? Perhaps 
>>> describe your use-case.
>>>
>>> Good luck --
>>> Mark
>>>
>>> On Wednesday, January 4, 2017 at 10:22:44 AM UTC-8, Deniz Rende wrote:
>>>>
>>>> Hello Everyone,
>>>>
>>>> Have a quick question or RFE for the subject here.
>>>>
>>>> I'd like to be able to create hyperlinks in the titles of tiddlers. I 
>>>> know that you can create links inside their notes by using conventions 
>>>> like 
>>>> [[test|www.test.com]] or use the hyperlink button, but I'd like to do 
>>>> the same thing for their titles. See the attachment image for this. If 
>>>> this 
>>>> is not possible, may I then kindly request to make this RFE ?
>>>>  
>>>> Thank you!
>>>>
>>>> Regards,
>>>>
>>>> Deniz Rende
>>>>
>>>>
>>>>
>>>>

-- 
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/55978037-cc34-4a03-abe7-a0416a173e2b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Is it possible to create external links in the titles of tiddlers?

2017-01-09 Thread Deniz Rende
Hi Mark,

That's exactly how I have been doing as you suggested but I have literally 
hundreds of todo lists in a checbox format and it gets pretty much 
redundant to include the link inside the note while I could just add that 
to the title and just click that specific portion in that title as a 
hyperlink to get me where I need. If this complicates development and if 
you feel this might be unnecessary work, then I'll just keep using it the 
way I have been using it for now.

Regards,

Deniz Rende


On Wednesday, January 4, 2017 at 10:36:09 AM UTC-8, Mark S. wrote:
>
> The title is kind of like a very special field in TW5. And because it 
> often contains all sorts of characters, rendering it exactly as it was 
> entered is pretty important.
>
> Why not just put your reference in the body of the tiddler? Perhaps 
> describe your use-case.
>
> Good luck --
> Mark
>
> On Wednesday, January 4, 2017 at 10:22:44 AM UTC-8, Deniz Rende wrote:
>>
>> Hello Everyone,
>>
>> Have a quick question or RFE for the subject here.
>>
>> I'd like to be able to create hyperlinks in the titles of tiddlers. I 
>> know that you can create links inside their notes by using conventions like 
>> [[test|www.test.com]] or use the hyperlink button, but I'd like to do 
>> the same thing for their titles. See the attachment image for this. If this 
>> is not possible, may I then kindly request to make this RFE ?
>>  
>> Thank you!
>>
>> Regards,
>>
>> Deniz Rende
>>
>>
>>
>>

-- 
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/6a735a0e-9357-44c0-bde5-f433c22118b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Is it possible to create external links in the titles of tiddlers?

2017-01-04 Thread Deniz Rende
Hello Everyone,

Have a quick question or RFE for the subject here.

I'd like to be able to create hyperlinks in the titles of tiddlers. I know 
that you can create links inside their notes by using conventions like 
[[test|www.test.com]] or use the hyperlink button, but I'd like to do the 
same thing for their titles. See the attachment image for this. If this is 
not possible, may I then kindly request to make this RFE ?
 
Thank you!

Regards,

Deniz Rende



-- 
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/2e89dcd3-e3ea-4bed-8b69-4ffc4c6d6f24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] Images as hyperlinks to external resources

2014-12-30 Thread Deniz Rende
Hello All,

I am a bit confused about images in general and in particularly creating 
hyperlinks with them.

So if I have a local image that is imported such as [img[myimage.jpg]], is 
it possible for me to link this image to an external website say 
www.google.com ? Running tw5 v5.1.5 on nodejs *v0.10.33.*

I just want to click the image I imported previously to any url.

Regards.

-Deniz

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Images as hyperlinks to external resources

2014-12-30 Thread Deniz Rende
Birthe,

Yes, thank you, that does itworks as expected!

Regards,

-Deniz

On Tue, Dec 30, 2014 at 6:11 PM, Birthe C strikkeglad...@googlemail.com
wrote:

 Hi Deniz

 I know nothing about nodejs, but I link like this:

 a href=http://google.com; target=_blank{{myImage.jpg}}/a

 That opens your link in the browser in a new tab or window.


 Birthe



  --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/Mwon6-y-e-I/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: Cloning tiddler

2014-09-15 Thread Deniz Rende
Hi Jeremy,

Ah yes, I see that now…That worked as I expected…Thank you so much!

Kind Regards,

Deniz
--
Deniz Rende


On September 15, 2014 at 3:47:00 AM, Jeremy Ruston (jeremy.rus...@gmail.com) 
wrote:

Hi Deniz

The screenshot you've provided suggests that you are using a customisation that 
provides the clone tiddler button. That customisation dates from long ago in 
TiddlyWiki's beta phase, and is no longer necessary since the clone tiddler 
button is now included in the core.

To enable the core clone tiddler button, you just need to open the tiddler info 
panel with the lower case i icon, and then click the checkbox by the clone 
button.

To remove the obsolete customisation:

* Open the advanced search tiddler by clicking the three dots ... next to the 
sidebar search box
* Switch to the Filter tab
* Type the filter expression [tag[$:/tags/ViewToolbar]]
* One of the displayed results should have a title that indicates that it 
contains the clone tiddler button
* Delete that tiddler
* Save and reload

Let me know if that works for you,

Best wishes

Jeremy



On Mon, Sep 15, 2014 at 6:21 AM, Stephan Hradek stephan.hra...@gmail.com 
wrote:
No idea how to fix it, but a workaround for cloning a tiddler is: Open the 
original tiddler in edit mode, drag and drop from the sidebar (the Open tab) 
the tiddler's link to the wiki. Yo will get asked whether you want to import 
it. Rename the currently open tiddler and import the dropped one.
--
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.



--
Jeremy Ruston
mailto:jeremy.rus...@gmail.com
--
You received this message because you are subscribed to a topic in the Google 
Groups TiddlyWiki group.
To unsubscribe from this topic, visit 
https://groups.google.com/d/topic/tiddlywiki/pc15Ll8kxMw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to 
tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Cloning tiddler

2014-09-14 Thread Deniz Rende
Hey guys,

Sorry in advance if this was covered before but I could not find the 
relevant information.

I am running Tiddlywiki 5.0.17 on nodejs mainly on chrome. But after 
upgrading to 5.0.16 or so, cloning of a tiddler broke. Clicking the button 
as shown below in the picture does nothing:

https://lh4.googleusercontent.com/-mFo5eTHl008/VBYUlFN5oCI/BS4/IEEm61Aep3o/s1600/wiki.jpg
Could someone be kind enough to point me into the right direction how to 
fix this ? If is there any more information required, please let me know as 
I am not sure what to provide..

Kind regards,

-Deniz.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: TW5 : How to crate a link for a wizard instead of wizard button

2014-06-23 Thread Deniz Rende
Stephan,

Excellent, that works like a charm! Appreciated the help!. Thank you!


On Mon, Jun 23, 2014 at 1:38 AM, Stephan Hradek stephan.hra...@gmail.com
wrote:

 Would it be sufficient to use:

 $button message=tw-modal param=foolhardy class=btn-invisible
 myLinkClassfoolhardy/$button

 And to define in a CSS tiddler (tagged with $:/tags/stylesheet) a class
 myLinkClass which does your wanted styling?




  --
 You received this message because you are subscribed to a topic in the
 Google Groups TiddlyWiki group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/tiddlywiki/C6dH1k4-f_8/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 tiddlywiki+unsubscr...@googlegroups.com.
 To post to this group, send email to tiddlywiki@googlegroups.com.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
Deniz Rende
E-mail: deniz.re...@gmail.com
Phone: +1 (510) 213-UNIX (8649)
Mobile: +1 (816) 213-2139
Web: http://www.machine-unix.com
Twitter: @rwzfs

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TW5 : How to crate a link for a wizard instead of wizard button

2014-06-22 Thread Deniz Rende
Sorry, The images did not load properly for some reason, please see the 
attached

On Sunday, June 22, 2014 6:17:08 PM UTC-4, Deniz Rende wrote:

 Hello,

 I am working on creating a book journal that contains descriptions of the 
 books I have read and it contains notes regarding to those books. In some 
 parts of the Journal I have Words and their definitions set up this way:






 From the image above you can see that I have a Definition button and 
 when clicked , it produces the following:



 So the code in the tiddler is like this:


 * foolhardy  $button message=tw-modal param=foolhardy class=btn 
 btn-inverseDefinition/$button


 So in the above example, instead of creating a button that produces the 
 result, I would like to be able to actually create a hyperlink so that when 
 clicked it will give me the same output above. Is this possible?

 Apologies if this question has been asked before but googling and 
 searching here did not help much.

 Please let me know if more information is needed, the above was based on a 
 v5.0.10-beta static, but I also have one running on node.js v5.0.12-beta.

 Thanks again!

 Regards,

 Deniz Rende



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.