[tw] Beaker and TiddlyMap - possible?

2017-09-07 Thread Sam Eli
Hello all,

I'm running TiddlyWiki on Beaker Browser, and I'd like to install 
TiddlyMap. I followed the standalone instructions 
 to add the necessary plugins. It 
looked like it was working at first - I was prompted to upload the files, 
then to save and reload. But the plugins never appeared in the plugin 
directory, nor did the Map tab appear in the sidebar. 

Before I go any farther, could anyone familiar with Beaker and TW confirm 
whether it should be possible to install TiddlyMap? (Are there issues with 
installing TW plugins on Beaker which might be getting in the way?)

Thanks in advance,
Sam



-- 
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/ec0f623d-fe3a-44fc-a786-f027cfa07abb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Help with Template Transclusion

2016-07-01 Thread Eli B.
Thanks for your answer, Mark. Someone else private-messaged me with a 
similar solution to yours that did the trick. I suspected the solution was 
simple but I was complicating it with extra steps and extra lingo.

On Friday, July 1, 2016 at 1:08:42 AM UTC+2, Mark S. wrote:
>
> It depends how you went about it. If you just used a button and an action 
> widget, you can do something like this:
>
> <$button>Make tiddler with date
> <$action-sendmessage $message="tm-new-tiddler" title=< MMM ">>  tags="OneTag [[Another Tag]]" text=/>
> 
>
> Which uses the "now" macro with a date format string.
>
> HTH
> Mark
>
> On Thursday, June 30, 2016 at 2:02:55 PM UTC-7, Eli B. wrote:
>>
>> I did further research and was able to do the transclusions and tagging 
>> with one button. Now if I could only just add the date-stamp in the title 
>> field with the same button.
>>
>> On Thursday, June 30, 2016 at 6:21:29 PM UTC+2, Eli B. wrote:
>>>
>>> Hello everyone,
>>>
>>> I've made a full Journal Template using various transclusions for 
>>> headings, etc. which point to other tiddlers.
>>>
>>>
>>> At the moment I enter each transclusion manually every time I write a 
>>> journal, like so: 
>>>
>>>
>>> <--! this points to one tiddler for heading format--> 
>>>
>>> {{||A}} 
>>>
>>> <--! this points to another tiddler for another heading--> 
>>>
>>> {{||B}} 
>>>
>>> <--! and these point to other tiddlers, and so on--> 
>>>
>>> {{||C}} 
>>>
>>> {{||D}} 
>>>
>>> {{||E}} 
>>>
>>>
>>> What I'd like to create is a button that:
>>>
>>>- automatically enters all those transclusions into the body of a 
>>>new tiddler
>>>- tags it as Journal 
>>>- and places a date-stamp in the title field
>>>
>>> With some outdated tutorials I've found, I've been able to place the 
>>> template as a footer of a new tiddler; which is not what I'd like to 
>>> accomplish. I feel like I'm so close, but yet so far. I've done a search in 
>>> the forum but have not found a proper answer. Does anyone have any 
>>> suggestions or can point me in the right direction? 
>>>
>>>
>>> Thanks.
>>>
>>>
>>>
>>>
>>>
>>>

-- 
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/24228b1a-9364-4425-9076-573192ea0ae8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Help with Template Transclusion

2016-06-30 Thread Eli B.
I did further research and was able to do the transclusions and tagging 
with one button. Now if I could only just add the date-stamp in the title 
field with the same button.

On Thursday, June 30, 2016 at 6:21:29 PM UTC+2, Eli B. wrote:
>
> Hello everyone,
>
> I've made a full Journal Template using various transclusions for 
> headings, etc. which point to other tiddlers.
>
>
> At the moment I enter each transclusion manually every time I write a 
> journal, like so: 
>
>
> <--! this points to one tiddler for heading format--> 
>
> {{||A}} 
>
> <--! this points to another tiddler for another heading--> 
>
> {{||B}} 
>
> <--! and these point to other tiddlers, and so on--> 
>
> {{||C}} 
>
> {{||D}} 
>
> {{||E}} 
>
>
> What I'd like to create is a button that:
>
>- automatically enters all those transclusions into the body of a new 
>tiddler
>- tags it as Journal 
>- and places a date-stamp in the title field
>
> With some outdated tutorials I've found, I've been able to place the 
> template as a footer of a new tiddler; which is not what I'd like to 
> accomplish. I feel like I'm so close, but yet so far. I've done a search in 
> the forum but have not found a proper answer. Does anyone have any 
> suggestions or can point me in the right direction? 
>
>
> Thanks.
>
>
>
>
>
>

-- 
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/91c63500-bf2c-4b7e-93c1-0e3b8aaca232%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Template tiddler

2016-06-30 Thread Eli B.
Hello there, I'm trying to do so something similar but for some reason all 
I get is a regular tiddler instead of the template when I hit the button. 
Am I supposed to replace (template) and $template$ with the name of my 
template inside? For example \define newTid(JournalTemplate) and 
param=$JournalTemplate$ or am I getting the whole thing wrong? Because I 
tried doing that but it didn't work either. Thanks.

On Friday, March 18, 2016 at 5:10:47 PM UTC+1, Mat wrote:
>
> This should show the title of the template and a + button which creates a 
> new tiddler based on the template.
>
> \define newTid(template)
> <$button message="tm-new-tiddler" param="$template$" 
> style="padding: 0 3px 0 3px; background: none; border: 1px solid gray;" >
> $template$ {{$:/core/images/new-button}}
> 
> \end
>
> tag this with $:/tags/Macro
>
> Have an original template tiddler called Abstract with the content, tags 
> etc that you desire.
>
> Call the macro like so wherever you want the newtid button to appear, like 
> in your sidebar:
>
> <>
>
> There are probably more polished solutions but this should work.
>
> <:-)
>
>

-- 
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/bccf606f-a353-4742-bfd9-92115355bf85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Help with Template Transclusion

2016-06-30 Thread Eli B.
Hello everyone,

I've made a full Journal Template using various transclusions for headings, 
etc. which point to other tiddlers.


At the moment I enter each transclusion manually every time I write a 
journal, like so: 


<--! this points to one tiddler for heading format--> 

{{||A}} 

<--! this points to another tiddler for another heading--> 

{{||B}} 

<--! and these point to other tiddlers, and so on--> 

{{||C}} 

{{||D}} 

{{||E}} 


What I'd like to create is a button that:

   - automatically enters all those transclusions into the body of a new 
   tiddler
   - tags it as Journal 
   - and places a time-stamp in the title field

With some outdated tutorials I've found, I've been able to place the 
template as a footer of a new tiddler; which is not what I'd like to 
accomplish. I feel like I'm so close, but yet so far. I've done a search in 
the forum but have not found a proper answer. Does anyone have any 
suggestions or can point me in the right direction? 


Thanks.





-- 
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/29692bb7-6571-48e6-b58d-a49830b08d91%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] For those who wants double click to edit

2016-02-02 Thread Eli Du

Thank you so much for this! Works great and adds a lot of usability to TW5!

-- 
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/d8c8662d-7a94-4111-9053-fb001a3ba0a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Removing the Search button with the YourSearch plugin

2010-09-04 Thread Eli
This worked perfectly. Thanks a lot!

On Aug 31, 10:24 pm, Tobias Beer beertob...@googlemail.com wrote:
 Hi Eli,

 You don't need any zzConfig, css will do.

 1)Open SideBarOptions and wrap search in a class like so...
 {{hideBtn{search}}}

 2)Open your StyleSheet tiddler and add...

 .hideBtn .button{display:none !important;}

 Voilà, Tobias.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Removing the Search button with the YourSearch plugin

2010-08-31 Thread Eli
Thanks, that saved some space. :)

Still, the outline of the button and it's link remain. Is there a way
to access the search macro itself and remove the button altogether?

On Aug 31, 1:24 am, Måns humam...@gmail.com wrote:
 Hi EliRemoving the Search button 
  I found a few suggestions but they do not work if the YourSearch
  plugin. Can anyone recommend a solution?

 Do you want to remove the text search in front of a searchfield?
 Macro search results in text: search and a searchfield..
 If you simply want to remove the text search you can create a
 tiddler (zzConfigOptions) and tag it with systemConfig.
 Write:
 config.macros.search.label=;
 Save and reload.

 It works with YourSearchPlugin as well.

 Regards Måns Mårtensson

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Removing the Search button with the YourSearch plugin

2010-08-30 Thread Eli
I found a few suggestions but they do not work if the YourSearch
plugin. Can anyone recommend a solution?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Nested tag search?

2010-08-28 Thread Eli
Hi,

I have hundreds of tiddlers tagged with thousands of tags.

Is there an easy, nested, way to browse them?

For example, I want to start by looking on all tiddlers that have the
tag A and then progress to those that have A and B, reconsider,
return to A only and then to A and C and from there to A, C
and D?

I can use the search field (I'm using YourSearch) but the user
interface is not that good. Is it possible to build some sort of
automatic directory? I'm looking for a windows folder style experience
but with tags.

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Nested tag search?

2010-08-28 Thread Eli
Thanks a lot. That's exactly what I was looking for.

On Aug 28, 2:18 pm, Tobias Beer beertob...@googlemail.com wrote:
 I believe TagsplorerMacro [1][2] provides just what you need...

 Tobias.

 [1]http://fnd.lewcid.org/tmp/tagsplorer.html
 [2]http://groups.google.com/group/tiddlywiki/browse_frm/thread/2986d7efa...

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.