[tw5] Re: How do I display nested transclusion within a codeblock?

2019-11-27 Thread Branimir Braykov
Yes, it seems is the wikify moment I was missing.
By codeblock I mean the CodeBlockWidget or just to have this text in  
tags and have the exactly as this is made in tiddlywiki.com. Examples are 
all in a codeblock with the option to copy it to the clipboard, the button 
properly aligned to the top right of the text. Minus the Try button part.

On Thursday, November 28, 2019 at 1:33:10 AM UTC+2, Mark S. wrote:
>
> Not sure what you mean by "codeblock" in this context.
>
> But if you were using the copy-to-clipboard macro, then you could wikify 
> the text first:
>
> <$wikify name="copyme" text={{!!c}}>
> <$macrocall $name="copy-to-clipboard" src=<>/>
> 
>
>
> On Wednesday, November 27, 2019 at 2:39:36 PM UTC-8, Branimir Braykov 
> wrote:
>>
>> I have problems figuring out how to (properly) achieve the following:
>> I have a tiddler called "test". There are 3 fields in it:
>>
>>- field a = abc
>>- field b = def
>>But
>>- field c = {{!!a}}-concat-{{!!b}}
>>
>> When I just test with transclude, field c as {{test!!c}} in another 
>> tiddler I see the rendered concatenated value: abc-concat-def. But if I 
>> try to put it in a codeblock widget I get this its definition: 
>> {{!!a}}-concat-{{!!b}}.
>>
>> Now what I eventually want is to display the value of test!!c within a 
>> codeblock with a copy-to-clipboard button.
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/302d8061-440c-4a21-9e1c-da8368fdf093%40googlegroups.com.


[tw5] How do I display nested transclusion within a codeblock?

2019-11-27 Thread Branimir Braykov


I have problems figuring out how to (properly) achieve the following:
I have a tiddler called "test". There are 3 fields in it:

   - field a = abc
   - field b = def
   But
   - field c = {{!!a}}-concat-{{!!b}}

When I just test with transclude, field c as {{test!!c}} in another tiddler 
I see the rendered concatenated value: abc-concat-def. But if I try to put 
it in a codeblock widget I get this its definition: {{!!a}}-concat-{{!!b}}.

Now what I eventually want is to display the value of test!!c within a 
codeblock with a copy-to-clipboard button.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c5ba51b7-016f-4139-aae9-7a46db78c583%40googlegroups.com.


[tw] Re: [TW5] How dow I escape and characters

2015-02-09 Thread Branimir Braykov
And until suppressed parsing is invented, I just wanted to add that  does 
not have to be escaped if  is escaped.
So only lt;some text is enough :-)

On Sunday, February 8, 2015 at 9:19:43 PM UTC+2, sini-Kit wrote:

  lt;  and gt;  



 среда, 4 февраля 2015 г., 17:31:15 UTC+3 пользователь Branimir Braykov 
 написал:

 Hi, All,
  and  are not actually wiki characters, but whenever I want to write 
 text like this: some of my text I get some text rendered.
 Is this a bug? If its not, then I cannot find anything about special 
 usage of   (except $ ) in the documentation.

 P.S.
 Please, don't suggest to use html entities. I know about it, but I want 
 to find a general solution.



-- 
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 dow I escape and characters

2015-02-09 Thread Branimir Braykov
OK, in your case, I'm not :-)

On Monday, February 9, 2015 at 2:11:18 PM UTC+2, Stephan Hradek wrote:



 Am Montag, 9. Februar 2015 12:18:28 UTC+1 schrieb Branimir Braykov:

 And until suppressed parsing is invented, I just wanted to add that  
 does not have to be escaped if  is escaped.
 So only lt;some text is enough :-)

 Are you sure?

 \define showme(txt) $txt$

 # showme testgt;gt; - correct
 # showme test - wrong

  


-- 
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] New slider macro (highly configurable)

2015-02-05 Thread Branimir Braykov
Hi Alberto,
I am using your slider macro, but I get two problems currently:
 1 - I have two sliders which should open/close independently, but actually 
if I open one, they both open
 2 - I don't see how the animate works. The behavior is the same. Shouldn't 
there be some timing parameter telling it how slow or fast to animate or is 
there a default one?

On Saturday, July 26, 2014 at 1:02:28 AM UTC+3, Alberto Molina wrote:

 Hi Danielo, 

 You're right. I forgot the ability to create permalinks. This is the link :


 http://tw5.scholars.tiddlyspot.com/#%24%3A%2F_tw-scholars%2Fdoc%2Fmacros%2Fslider_accordion:%5B%5BTiddlyWiki%20for%20Scholars%5D%5D%20%24%3A%2F_tw-scholars%2Fdoc%2Fmacros%2Fslider_accordion

 But I have been refactoring the macro, and in my next update if will 
 change (I am still searching the best way to get what I need) even if it 
 works quite well.  

 Best regards, 

 Alberto 



-- 
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] [TW5] How dow I escape and characters

2015-02-04 Thread Branimir Braykov
Hi, All,
 and  are not actually wiki characters, but whenever I want to write text 
like this: some of my text I get some text rendered.
Is this a bug? If its not, then I cannot find anything about special usage 
of   (except $ ) in the documentation.

P.S.
Please, don't suggest to use html entities. I know about it, but I want to 
find a general solution.

-- 
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 dow I escape and characters

2015-02-04 Thread Branimir Braykov
10x,
what I didn't think of is exactly that this is html and treated for html 
tags.
The solution that is best for me is using the space after it.
However, it is still strange, because in TWC this works as it is.

On Wednesday, February 4, 2015 at 5:02:24 PM UTC+2, Jed Carty wrote:

  and  are being treated as part of an html tag. If you have a space 
 after the leading  it should display normally. You say not to tell you to 
 use html escape characters, but it is the html doing it. Your other option 
 is to make macros like this 

 \define lt() $text text=''/ 

 \define gt()  $text text=''/ 

 And put them in a tiddler tagged $:/tags/Macro 
 Then wherever you put lt or gt it will display  or 

-- 
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: Announcing TiddlyDesktop v0.0.4

2015-01-13 Thread Branimir Braykov
I just want to add I had the same problem. I needed to kill the nw.exe tree 
from within ProcessExplorer.
Then it started normally.

On Monday, January 12, 2015 at 9:51:51 PM UTC+2, Matthew DeAbreu wrote:

 I seem to be having a slight problem with 0.0.4, I just downloaded it on 
 my work machine (Windows 8.1 Pro x64) and when I try to start it a window 
 briefly appears before quickly disappearing. After that 3 nw.exe remain in 
 the task manager but nothing seems to be happening. Do you know if any 
 logfiles are created so I can help find the cause of this problem?


-- 
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: Prerelease of 5.1.8

2015-01-13 Thread Branimir Braykov
Railroad looks pretty much to what Oracle Docs are using. Extremely useful. 
I will now use it to document my shell scripts with options and parameters.
Thank you.

On Tuesday, January 13, 2015 at 1:13:24 AM UTC+2, Astrid Elocson wrote:

 Hi Tobias,

  They could even be shorter, if that's feasible.

 Good idea – done.

 The shorter arrow also means I no longer need to artificially increase the 
 height of the backward arc to avoid a cramped appearance.

 – æ


-- 
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] Default AutoSave to be OFF

2014-12-01 Thread Branimir Braykov
@Birthe
That is quite a reasonable thought. I tend to agree.

On Monday, December 1, 2014 2:48:02 AM UTC+2, Birthe C wrote:

 Anyone having used TiddlyWiki for some time will know how to set autosave 
 on or off as they please. Autosave default on for a new wiki, what will we 
 loose? Download a new one.
 A new user having downloaded his or her very first tiddlywiki wil not know 
 about this.  If autosave is off there is a risc that they will not save 
 anything and wonder, does this strange looking TiddlyWiki really work. 
 Remember the mileage until totally hooked ;-)

 Birthe


 On Monday, December 1, 2014 12:28:37 AM UTC+1, Branimir Braykov wrote:

 Mario,
 You are an expert, and you know what you are doing, so it is common for 
 you to want autosave ON. This just saves you an extra click.
 However most (novice) users are fighting with widgets, filters, lists, 
 etc. and it takes trial and error until things work.
 Breaking functionality is something I do very often until I get the 
 desired result. I don't choose to mess up with my wiki. 
 Having autosave ON means I loose the stable state that I started from. I 
 want to save when I am sure I got things right. And until that happens, I 
 need to go to edit mode and back many times. Meanwhile my wiki gets saved 
 every time.
 However if autosave is OFF by default, you still cannot loose that much 
 because the wiki informs you about unsaved changes.
 Again I think we need other users' opinion on this. And by users I mean 
 non-developer users :-)



-- 
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: Announcing the release of TiddlyWiki version 5.1.5

2014-11-30 Thread Branimir Braykov


On Thursday, November 27, 2014 8:46:07 PM UTC+2, PMario wrote:

 depending on URL you use, the big green buttons give you different results.


Hi Mario,
I don't understand the above statement. I always type tiddlywiki.com and 
hit ENTER.
What other URL could I use? I never type ../index.hmtl. Or you mean sth 
else?

If this is still interesting to people, I tested downloading empty and full 
wikis on Ubuntu on Firefox and Chrome and I always got html file saved.
I just think that the proper behavior should be observed during upgrade. I 
thought that the upgrader notices whether I upgrade htm or html file and 
then saves the same. But every time it just suggests htm.
So if anything can be fixed there, it will be nice. If not, then not a big 
deal. 
I don't find this as an issue of a major concern.
Greatings to all!

-- 
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] [TW5] Default AutoSave to be OFF

2014-11-30 Thread Branimir Braykov
Hi,
The default Autosave option when one starts a new wiki is Save changes 
automatically.
Every time I start a wiki, it just surprises me that it starts saving after 
my clicking here and there.
Most of the times I am just experimenting. I would like to only save when I 
do want to save. Or if I want to autosave, then I would turn it on in the 
control panel.
I think that the default Autosave option should be Do not save changes 
automatically simply because it is safer.
We should also get other opinions on this. 

-- 
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] Default AutoSave to be OFF

2014-11-30 Thread Branimir Braykov
Mario,
You are an expert, and you know what you are doing, so it is common for you 
to want autosave ON. This just saves you an extra click.
However most (novice) users are fighting with widgets, filters, lists, etc. 
and it takes trial and error until things work.
Breaking functionality is something I do very often until I get the desired 
result. I don't choose to mess up with my wiki. 
Having autosave ON means I loose the stable state that I started from. I 
want to save when I am sure I got things right. And until that happens, I 
need to go to edit mode and back many times. Meanwhile my wiki gets saved 
every time.
However if autosave is OFF by default, you still cannot loose that much 
because the wiki informs you about unsaved changes.
Again I think we need other users' opinion on this. And by users I mean 
non-developer users :-)

-- 
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: Announcing the release of TiddlyWiki version 5.1.5

2014-11-27 Thread Branimir Braykov
I have long time noticed an inconsistency in the file name extensions:
Download full wiki and Download empty wiki suggest extension htm.
But Upgrader always suggests html.
So when a users starts from scratch, their wiki is htm, then when they 
upgrade - it becomes (if not vigilant enough) html.
This could bring to various issues - links, bookmarks, files being opened 
in TiddlyDesktop and/or browsers, etc.
I tried with Chrome and Firefox on Windows. I can't find if it depends on 
OS, browser, TD.


On Wednesday, November 26, 2014 6:19:16 PM UTC+2, Jeremy Ruston wrote:

 I'm delighted to announce that TiddlyWiki version 5.1.5 has been released 
 to:

 http://tiddlywiki.com/

 Remember to keep careful backups before upgrading existing wikis at:

 http://tiddlywiki.com/upgrade.html

 This is a big release, with many bug fixes, new features, and more 
 improvements to the documentation:

 * New Danish and Greek translations
 * New export toolbar button
 * Improved creation of custom fields
 * Dynamic tag pill foreground colours
 * Reduced unnecessary confirmations when deleting or abandoning newly 
 created tiddlers
 * Automatic focussing of the titles of newly created tiddlers
 * Improved icons
 * New action widgets: ActionSetFieldWidget, ActionDeleteFieldWidget and 
 ActionDeleteTiddlerWidget 
 * Added new tabbed table of contents

 See the release note at http://tiddlywiki.com/#Release%205.1.5 for more 
 details.

 Many thanks to the following individuals for their contributions to this 
 release: andrey013, Birthe C, Braincoke, BramChen, danielo515, erwanm, 
 Evolena, giffmex, inmysocks, Makoto Hirohashi, pmario, Skeeve, tobibeer, 
 welford.

 As usual, feedback is gratefully received!

 Best wishes

 Jeremy

 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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: Announcing the release of TiddlyWiki version 5.1.5

2014-11-27 Thread Branimir Braykov
Hi, Mario,
I am a user who sees a nice green button called Download Empty so I 
decide to press it :-)
No, really, I do use the buttons on the GettingStarted tiddler. They are 
just so comfortably easy to find. And I understand clearly what I am 
downloading.
Actually with each update I also download the full TiddlyWiki for my 
reference.

On Thursday, November 27, 2014 5:21:31 PM UTC+2, PMario wrote:

 On Thursday, November 27, 2014 12:14:13 PM UTC+1, Branimir Braykov wrote:

 I tried with Chrome and Firefox on Windows. I can't find if it depends on 
 OS, browser, TD.


 test with win 8.1 ff latest:

  - If you download form http://tiddlywiki.com/index.html ... it suggests 
 index.html
  - If you download form http://tiddlywiki.com ... FF suggests 
 asdfxyzblabla.htm

 I'm pretty sure, that on ubuntu I did always get an html file. 

 -m


-- 
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: Changing the tab size for text/plain tiddlers

2014-11-07 Thread Branimir Braykov
Jeremy,
10x for fixing that. I was reading about how hljs works and I understood it 
converts tabs to spaces. 
Copying is not a problem for me, because I need it for displaying/browsing 
and I know that I should go to edit mode to copy it if needed.
Thanks to Mario's suggestion and your fix I can enjoy I custom tab size 
everywhere. I have my code displayed perfectly :D
All the best !

On Thursday, November 6, 2014 7:03:53 PM UTC+2, Jeremy Ruston wrote:

 Hi Branimir

 I've fixed the problem with highlight.js not being configured correctly:


 https://github.com/Jermolene/TiddlyWiki5/commit/73491f14dd63612d527632210d2c3873eb81188f
  
 https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2FJermolene%2FTiddlyWiki5%2Fcommit%2F73491f14dd63612d527632210d2c3873eb81188fsa=Dsntz=1usg=AFQjCNG3FfHRQI8Ew-Fw3_sdFWOB0MxOlw

 So the situation now is that without the highlight plugin installed, tabs 
 within code blocks are only displayed correctly in Firefox. They can be 
 copied and pasted as expected even from browsers that don't display tabs. 
 With the highlight plugin installed, tabs are rendered as 4 spaces, which 
 is a simplification of the expected behaviour of tabs. Sadly, with the 
 highlight plugin installed, copying from a text area gives you text with 
 spaces instead of tabs.

 Best wishes

 Jeremy


 On Thu, Nov 6, 2014 at 2:40 PM, Branimir Braykov bra...@gmail.com 
 javascript: wrote:

 Yes, I am pretty sure it is a part of the plugin.
 I just don't know why it doesn't do anything when I change the value of 
 the string above.


 On Thursday, November 6, 2014 3:55:35 PM UTC+2, Sylvain Naudin wrote:



 Le jeudi 6 novembre 2014 09:33:00 UTC+1, Branimir Braykov a écrit :


 But does anyone know what this part of $:/plugins/tiddlywiki/
 highlight/highlightblock.js is doing and how I can use it:
 hljs.tabReplace = ;



 Hello,

 Few weeks ago I've installed the highlight plugin (
 http://tiddlywiki.com/plugins/tiddlywiki/highlight/), so I guess that /
 highlight/highlightblock.js is for.. highlight plugin ;)

 Maybe you can choose the render of tab of your code in a tiddler with 
 that.


 Sylvain

  -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.com 
 javascript:.
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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: Changing the tab size for text/plain tiddlers

2014-11-06 Thread Branimir Braykov
I did this and I am definately going to use it in all my tiddlers :-)

But does anyone know what this part of $:/
plugins/tiddlywiki/highlight/highlightblock.js is doing and how I can use 
it:
hljs.tabReplace = ;

-- 
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: Changing the tab size for text/plain tiddlers

2014-11-06 Thread Branimir Braykov
Yes, I am pretty sure it is a part of the plugin.
I just don't know why it doesn't do anything when I change the value of the 
string above.

On Thursday, November 6, 2014 3:55:35 PM UTC+2, Sylvain Naudin wrote:



 Le jeudi 6 novembre 2014 09:33:00 UTC+1, Branimir Braykov a écrit :


 But does anyone know what this part of $:/
 plugins/tiddlywiki/highlight/highlightblock.js is doing and how I can 
 use it:
 hljs.tabReplace = ;



 Hello,

 Few weeks ago I've installed the highlight plugin (
 http://tiddlywiki.com/plugins/tiddlywiki/highlight/), so I guess that /
 highlight/highlightblock.js is for.. highlight plugin ;)

 Maybe you can choose the render of tab of your code in a tiddler with that.


 Sylvain


-- 
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] Changing the tab size for text/plain tiddlers

2014-11-05 Thread Branimir Braykov
Hi, Jeremy, Mario,
in yesterday's Hangouts (#67) I raised the question about changing the tab 
size (in number of intervals) for text files which I put in tiddlers of 
type text/plain.
You said it depends on the browser and it's somewhat difficult (firefox) or 
impossible...
I think you were talking about how tab is displayed in edit mode, however I 
am interested in how it looks like when rendered.

So I looked around a bit and I think it depends on the highlight.js plugin 
which is used for rendering such tiddlers.
I have found the following shadow tiddler: $:/
plugins/tiddlywiki/highlight/highlightblock.js
And there is a line there, which I assume should solve my problem: 
hljs.tabReplace 
= ;
But whatever I put inside the double quotes, does not change how tab is 
rendered in the codeblocks.
On the api website I also found this:

hljs.configure({
  tabReplace: '', // 4 spaces
  classPrefix: '' // don't append class prefix
  // … other options aren't changed
})
hljs.initHighlighting();

But I don't know how to incorporate it in the wiki.

-- 
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: TiddlyWiki Hangout #67 on Tuesday 4th November at 4pm GMT

2014-11-04 Thread Branimir Braykov
I could do a show and tell of one of my examples, but that's if I manage to 
join today.

On Monday, November 3, 2014 5:50:01 PM UTC+2, Jeremy Ruston wrote:

 TiddlyWiki Hangout #67 will be tomorrow, Tuesday 4th November at 4pm GMT:

 https://plus.google.com/events/c56iifeavm3806arbc2gu5nu9jo

 You can post questions for the hangout using the QA button on the video 
 preview at the above link.

 Best wishes

 Jeremy

 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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] [TW5] Or-ing tags in a list filter

2014-09-28 Thread Branimir Braykov
Hi,
I am trying to list all tiddlers which have either tag A or tag B or tag C. 
But only tag A shows up in my list.
This is what I am doing (following the documentation):

 $list filter=[tag[A]] [tag[B]] [tag[C]] +sort[title]
div class=tw-menu-list-item
   $link to={{!!title}}$view field=title//$link
/div
 /$list

 
If I put double quotes around the filter, it gives me this error:
Filter error: Missing [ in filter expression 
file:///home/viro/Documents/raw.html#Filter%20error%3A%20Missing%20%5B%20in%20filter%20expression

-- 
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] Or-ing tags in a list filter

2014-09-28 Thread Branimir Braykov
Thank You! Thank You! Thank You!
:-)

On Sunday, September 28, 2014 2:03:17 PM UTC+3, Stephan Hradek wrote:

 You HAVE TO put double quotes. You missed the additional, required [] 
 around sort.

 $list filter=[tag[A]] [tag[B]] [tag[C]] +[sort[title]]




-- 
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: Add Code Block in The Bullet List

2014-09-24 Thread Branimir Braykov
Actually it is a good idea that such problems are documented in a QA wiki 
on tiddlywiki.com.
I was thinking to propose this to Jeremy.

On Wednesday, September 24, 2014 10:07:07 AM UTC+3, Danielo Rodríguez wrote:

 El miércoles, 24 de septiembre de 2014 08:40:28 UTC+2, Stephan Hradek 
 escribió:

 That's great! I hope I'll remember that.


 Don't hope to remember it! Just take note on your personal wiki. That's 
 what I'm going to do. That's what TW is for. 


-- 
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: Announcing TiddlyWiki version 5.0.18-beta

2014-09-19 Thread Branimir Braykov
Some links on Features tiddler are missing.
They give 404:

Explore the D3.js visualisation plugin 
http://tiddlywiki.com/plugins/tiddlwiki/d3/index.html
CodeMirror support via a plugin 
http://tiddlywiki.com/plugins/tiddlwiki/codemirror/index.html
Markdown support via a plugin 
http://tiddlywiki.com/plugins/tiddlwiki/markdown/index.html
Classic TiddlyWiki markup support via a plugin 
http://tiddlywiki.com/plugins/tiddlwiki/tw2parser/index.html
On Thursday, September 18, 2014 12:26:58 AM UTC+3, Jeremy Ruston wrote:

 I'm delighted to announce that TiddlyWiki version 5.0.18-beta has been 
 released:

 http://tiddlywiki.com/

 You can upgrade at:

 http://tiddlywiki.com/upgrade.html

 As usual, please take care to ensure that you keep a careful backup before 
 attempting to upgrade.

 This is a minor release in preparation for coming out of beta on Saturday. 
 There are more improvements to the documentation, and a number of bug 
 fixes. See the release note for more details.

 With just a couple of days before the full release I'd very much 
 appreciate any attention you can give to testing this release.

 I'd like to thank all the contributors to this release, including 
 @BramChen, @buggyj, @Eucaly, @pmario and @xcazin.

 Please reply here with any issues or questions.

 Best wishes

 Jeremy.



 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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] [TW5] How do I list my files with a filter?

2014-09-04 Thread Branimir Braykov
By files, of course, I mean imported files (and other tiddlers) which have 
their type=plain/text.
I suppose I should use the following filter:
[type[plain/text]]
or 
[field:type[plain/text]]

I also tried with double quotes. Non of this 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How do I list my files with a filter?

2014-09-04 Thread Branimir Braykov
OMG !!!

It is not the first time I am using this backwards. And I looked so many 
times at this.
10x for your help, and sorry for me being so stupid not to notice that :-)

On Thursday, September 4, 2014 12:49:03 PM UTC+3, PMario wrote:

 :)

 try: text/plain

 -mario


-- 
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 import/export subset of tiddlers?

2014-09-03 Thread Branimir Braykov
I think this deserves to go in a FAQ place somewhere.
It is a very good question. And there might be many more reasons for 
someone to want to export tiddlers.
One would be to split a wiki in two (or more) when while the wiki is 
growing the author(s) start to realize that some topic categories deserve a 
wiki themselves.
Of course other resolutions could be suggested, e.g. in my example, to just 
copy a wolo and then delete from each wiki the relevant 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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] How to combine/transclude codeblock tiddlers?

2014-08-28 Thread Branimir Braykov
Thank you for this info.
I didn't know that setting a tiddler as text/plain displays it like a 
codeblock. This is the thing that suits me most.
So here's what I did: converted my tiddler types to text/plain and used 
this:

 precode$view tiddler=text1/
 $view tiddler=text2/
 /code/pre


It is perfect, because I can also adjust the space between these tiddlers, 
so if I decide I need a blank line I could just do this:

 precode$view tiddler=text1/

 

$view tiddler=text2/
 /code/pre


There is one unexpected glitch, however. After converting my tiddlers, for 
some unknown reason they look like parsed with the highlight plugin that 
I have.
I don't know if this is a bug or it's intentional, but I will ignore this 
for now.

-- 
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 combine/transclude codeblock tiddlers?

2014-08-28 Thread Branimir Braykov


On Thursday, August 28, 2014 2:26:27 PM UTC+3, Jeremy Ruston wrote:


 The highlight plugin currently applies to all instances of the codeblock 
 widget, including those generated automatically by the core when 
 transcluding non-wikitext tiddlers.


Strange. I wonder what language it is trying to recognize.
I usually use it like this to specify:

 ```bash
 myVar=value
 ``` 


But as I said, that is not important for me now :-) 

-- 
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] [TW5] How to combine/transclude codeblock tiddlers?

2014-08-27 Thread Branimir Braykov
I have several tiddlers that only contain single codeblocks.
Like, these are two tiddlers:
Tiddler1

 ```
 line 1
 line 2
 line 3
 ```

Tiddler2

 ```
 text 1
 text 2
 text 3

```

I would like to use Transclude widget to combine them as a single block.
I tried this:

 $transclude tiddler=Tiddler 1 mode=block/
 $transclude tiddler=Tiddler 2 mode=block/

But I still get two separate codeblocks.
Surrounding these two widget calls with ``` also doesn't work as it does 
not get wikified.
So how do I do that?

-- 
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 combine/transclude codeblock tiddlers?

2014-08-27 Thread Branimir Braykov
Hi, Jeremy,
10x for your quick answer.
I tried the proposed way, but the resulting block includes a lot of ``` as 
they become part of the text.
My actual tiddlers only include something like:

 ```
 text
 more text
 ```


I was originaly trying to follow the logic as explained in TranscludeWidget.
Actually this should work if I have tiddlers that only contain, e.g. 
unordered list.
But after combining such tiddlers I do get a small whitespace, separating 
the lists from the two tiddlers.
The same behavior is observed when I try to combine codeblocks.
From what is given in the example in TranscludeWidget, which is actually 
more complex, transcluding tiddlers in block mode means that the tiddlers 
are combined as a single block-ed content but wikified as within the 
separate tiddlers.
I too would like to hear other opinions on the matter.

Either way I think it should be possible to transclude tiddlers both like 
it works now, in separate blocks and as a single block, list, etc.
If that sounds complicated I can provide examples.

-- 
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 put backtick inside backticks

2014-07-23 Thread Branimir Braykov
@Jeremy: Tried this and doesn't work I just see a pink: #96;

@Mario: Your suggestion did work. I wanted to have a pink single backtick,
so I typed `, but that didn't do it.
The trick was to separate the backtick with spaces, so it works like this:
`` ` ``
Your example was quite correct.

Thank you, both!


On Wed, Jul 23, 2014 at 4:03 AM, PMario pmari...@gmail.com wrote:

 try your text with a double backtick at the beginning and the end:

 `` test `backtick` ``

 -mario

 --
 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/d3olOC2JCkI/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: [TW5] How to put backtick inside backticks

2014-07-23 Thread Branimir Braykov
Hi, Jeremy,
yes, this is just a part of my sentence:

Mario's suggestion (works):

You can use `` ` `` (backticks) to call the function.


Your suggestion (works):

You can use code#96;/code (backticks) to call the function.


Also tried (doesn't work):

You can use `#96;` (backticks) to call the function.



I tested it all again.
I have to say I am sorry, your suggestion DOES really WORK.
I can't seem to figure out what went wrong last time. I have tried all 
kinds of combinations, spaces, no spaces, entities, etc.
I am sorry to have wasted your time!

-- 
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] [TW5] How to put backtick inside backticks

2014-07-22 Thread Branimir Braykov
I think I hit the escaping problem.
I want to put a backtick inside single backticks in my text so it becomes 
all pink and monospacedly formatted.
I tried html entities but didn't work
Is there a way to do it?

-- 
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: Announcing TiddlyWiki version 2.8.0 full release

2013-06-04 Thread Branimir Braykov
Ok, but now the upgrade process works somehow strange:
My upgraded wiki has been merged with the full TiddlyWiki.com content.
I am on Chrome, Windows7, 32bit.
Is it me or?

On Monday, June 3, 2013 10:02:57 PM UTC+3, Eric Shulman wrote:

 On Jun 3, 11:32 am, BuildHeaven aeshan.to...@gmail.com wrote: 
  Awesome! Any idea why my 2.7.2 tells me it's already upgraded to the 
 latest 
  version when I try to update it? 

 oops!  There are still a few manual steps involved in posting a new 
 update to TiddlyWiki.  One of them is to put the latest TWCore in the 
 right place online for the upgrade process to find it.  It should be 
 fixed now. 

 thanks, 

 -e 


-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.