Re: [tw5] Re: Syntax to highlight text

2020-04-09 Thread Klaas Vaak
Thanks for that additional input, Mohammad.

Where would I have to put the macro code? In each tiddler text box?

> On 2020-Apr-10, at 07:55, Mohammad  wrote:
> 
> 
> 
> On Friday, April 10, 2020 at 8:46:07 AM UTC+4:30, Klaas Vaak wrote:
> Mat, thanks, @@background:#FF9; text@@ works, although the hex value can also 
> be replaced by the word for the colour, as per TonyM’s reply.
> 
> TonyM, thank you for that.
> 
> Mohammad, text works well and is the simplest. The default 
> colour setting is yellow, so if one wants a different colour Mat’s/TonyM’s 
> syntax would be required.
> 
> mark tag is also let you to set properties like below
> 
> Hi
> 
> 
> By the if you can use macro as I wrote above, macro is the simplest! like 
> below
> \define h(txt, color:#FF9)  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/870456c2-6f0b-49fe-a9b1-c9d7699a9412%40googlegroups.com
>  
> .

-- 
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/DB3CC9AB-49A3-45C1-8206-9E6938505607%40gmx.net.


[tw5] Re: What is your "philosophy" when using tags and links?

2020-04-09 Thread LinOnetwo
Hi si,

If you install the tw-locator plugin and follow the readme to create a 
"folder" tab, you can use tab to create folder-like structure. So tag can 
define the tiddler's location in that "file system"

And for link, they are just quick button to open other file, when you are 
reading a file.

在 2020年4月8日星期三 UTC+8下午8:12:56,si写道:
>
> I have a feeling that I am not utilizing links as well as I could be so 
> I'm wondering how others approach using tags and links.
>
> Currently I pretty much exclusively use tags to structure my wiki. If you 
> have ever used "TheBrain" this is basically how I think about my wiki. I 
> think of every tiddler as a concept that has other higher-level or 
> lower-level concepts associated with it. Tags simply represent "parent" 
> tiddlers, just like with the TOC macros.
>
> From any tiddler I can jump to parent or sibling tiddlers by clicking on 
> the tags, and child tiddlers through a list filtered with the tagging 
> operator.
>
> I have found that although I add links to other tiddlers if I happen to 
> use the title in the text, if I want to explicitly relate two tiddlers I 
> always do this with tags.
>
> As a result I feel that I am not using links as effectively as I can, so I 
> wondered how other people think about the way that they use these 
> fundamental features of TW?
>

-- 
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/9f250b5e-3ee7-44d2-a2b5-ded5bab5d944%40googlegroups.com.


[tw5] Re: What is your "philosophy" when using tags and links?

2020-04-09 Thread TonyM
Si,

In the prerelease version there is the freelinks plugin. It highlights text 
that is also found in a tiddler title. This creates a link to open that 
title so it allows you to discover matching titles. If you add to this the 
ability in the editor to excise selected text into at tiddler and link that 
phrase will be highligited anywhere it appears in future. In this case you 
do not need to rely on tags.

There are in fact too many possibilities with tiddlywiki to share them all, 
with predictive text options being explored in Editor Magic of Mats and 
prior work.

I also believe even when we are collecting apparently unstructured 
information possible tags and categorizations of a general nature start to 
appear, you can then leverage tiddlywikis flexibility and introduce these 
as needed gradually semi-structuring and learning from your content. 

Regards
Tony

On Wednesday, April 8, 2020 at 10:12:56 PM UTC+10, si wrote:
>
> I have a feeling that I am not utilizing links as well as I could be so 
> I'm wondering how others approach using tags and links.
>
> Currently I pretty much exclusively use tags to structure my wiki. If you 
> have ever used "TheBrain" this is basically how I think about my wiki. I 
> think of every tiddler as a concept that has other higher-level or 
> lower-level concepts associated with it. Tags simply represent "parent" 
> tiddlers, just like with the TOC macros.
>
> From any tiddler I can jump to parent or sibling tiddlers by clicking on 
> the tags, and child tiddlers through a list filtered with the tagging 
> operator.
>
> I have found that although I add links to other tiddlers if I happen to 
> use the title in the text, if I want to explicitly relate two tiddlers I 
> always do this with tags.
>
> As a result I feel that I am not using links as effectively as I can, so I 
> wondered how other people think about the way that they use these 
> fundamental features of TW?
>

-- 
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/de1754ca-ac40-4a98-a073-fad32c9685a3%40googlegroups.com.


Re: [tw5] Re: Syntax to highlight text

2020-04-09 Thread Mohammad


On Friday, April 10, 2020 at 8:46:07 AM UTC+4:30, Klaas Vaak wrote:
>
> Mat, thanks, @@background:#FF9; text@@ works, although the hex value can 
> also be replaced by the word for the colour, as per TonyM’s reply.
>
> TonyM, thank you for that.
>
> Mohammad, text works well and is the simplest. The default 
> colour setting is yellow, so if one wants a different colour Mat’s/TonyM’s 
> syntax would be required.
>

mark tag is also let you to set properties like below

Hi


By the if you can use macro as I wrote above, macro is the simplest! like 
below
\define h(txt, color:#FF9) https://groups.google.com/d/msgid/tiddlywiki/870456c2-6f0b-49fe-a9b1-c9d7699a9412%40googlegroups.com.


Re: [tw5] Re: question from a new group member

2020-04-09 Thread TonyM

>
> Yes, I am starting to realise backing up is maybe even more crucial than 
> with “regular” apps and files.
>
>
With such power comes responsibility :) 

-- 
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/2038cac9-ed12-4ea6-b656-58370dabc07e%40googlegroups.com.


Re: [tw5] Re: question from a new group member

2020-04-09 Thread Klaas Vaak
Yes, I am starting to realise backing up is maybe even more crucial than with 
“regular” apps and files.

> On 2020-Apr-10, at 07:40, Sebastian Theilhaber  
> wrote:
> 
> I'm glad you found it helpful...
> 
> I would only caution to viciously backup... and backup the backup...
> 
> On Thursday, April 9, 2020 at 8:39:22 PM UTC+10, Klaas Vaak wrote:
> I am a new member to the group.
> Can you tell me What is the maximum no. of tiddlers a TW file can accept?
> 
> -- 
> 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/e5fe1454-740c-4fb5-a09e-557482aefcf4%40googlegroups.com
>  
> .

-- 
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/3D932917-A688-4625-AEA4-849860EC1648%40gmx.net.


[tw5] Re: question from a new group member

2020-04-09 Thread Sebastian Theilhaber
I'm glad you found it helpful...

I would only caution to viciously backup... and backup the backup...

On Thursday, April 9, 2020 at 8:39:22 PM UTC+10, Klaas Vaak wrote:
>
> I am a new member to the group.
> Can you tell me What is the maximum no. of tiddlers a TW file can accept?
>

-- 
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/e5fe1454-740c-4fb5-a09e-557482aefcf4%40googlegroups.com.


[tw5] Re: Tiddly Extension for Firefox 57?

2020-04-09 Thread Sebastian Theilhaber
Oh man do I hear you...

I used to use the file backup from pmario and it's worked for me for years, 
however, broke to the point that effectively I had to click through to save 
the file- and backup-save every time by hand. 

That however completely broke down when moving on to FF74 (I'm a fan of 
up-to-date-apps). 

However, I found that:
A) closing tiddlers / build-in save-function reliably saves the file every 
single time,
B) hitting "command-s" (since it's a Mac), choosing the "right" backup-file 
to replace + enter does it just as well. In fact with considerably less 
hassle. 

I use the "tower of Hanoi"-method with backups from A to E and just tick 
off the on a piece of paper. 

Far from ideal (and I find amazing to think that such a great piece of 
software lacks THIS really really - from the consumer perspective, because 
that's all I CAN be - functionality) but it works well enough for me, in 
fact better than the extension...

I have been at the brink of "leaving TW behind" a number of times over the 
years ONLY because of that. 
Only reason (at times) I didn't: no competitor for me (running a server for 
a wiki or so is not an option for me). 
I have invested A LOT of time in "my" file. It's become very dear and I 
take no chances as far as backups are concerned. 
I'm also backing up the backups, believe me, you do not ever want to be in 
that kind of pain to lost this much of work

Hope that helps.

On Saturday, October 28, 2017 at 8:33:51 PM UTC+11, Norm Davis wrote:
>
> Edited again: 3-22-2020 After getting a storm of notifications on tiddler 
> regarding saving tiddly files I decided to see what's actually going on.
>
> On https://tiddlywiki.com/ Getting Started I found everything I needed to 
> know. I upgraded 5.1.14 to 5.1.21 here https://tiddlywiki.com/upgrade.html 
> without a problem. I routinely use Tiddly desktop but also have Timmi and 
> Node.js (which is confusing & complicated to me, so I stick with what I 
> know)
>
> When I originally posted here Firefox had just destroyed their browser, 
> v57 leaving the Tiddly team in a mess. They have since resolved these 
> issues x10. Firefox and Chrome both are have chosen to develop their 
> browsers in a number of ways not friendly to folks who create add-ons or 
> products like Tiddlywiki.
>
>

-- 
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/52125057-f1e2-431b-99d1-6505a530c279%40googlegroups.com.


Re: [tw5] Re: IdeaStew: Enabling the preview and quote button on the toolbar

2020-04-09 Thread Klaas Vaak
LineOneTwo,

the Roam bi-directional link is a very interesting feature, maybe the most 
interesting one of the app.

There is a “fork” of TiddlyWiki called TiddlyBlink, which does that. It 
basically puts the “References” box, that is normally hidden, at the bottom of 
the tiddler. 
That’s the version I’m using because of that. So, it does more or less the same 
as your solution, although you might find the TB solution slightly more refined.


> On 2020-Apr-10, at 07:16, LinOnetwo  wrote:
> 
> Hi Alysha,
> 
> you can goto $:/ControlPanel -> appearance ->toolbar -> editor toolbar 
> to check the button you want.
> 
> I'm also trying to make tiddlywiki to do what I can achieve in Roam, I'm 
> using simply 
> 
> < class:"horizontal-list-links" >>
> 
> tagged with $:/tags/ViewTemplate
> 
> to add by-directional link in every tiddler
> 
> 在 2020年3月27日星期五 UTC+8上午5:43:09,Alysha Chua写道:
> Hey David! 
> 
> Been using Tiddlyblink for a while now, but was very intrigued with IdeaStew 
> as well. But for the life of me, I can't figure out how to enable the preview 
> and quote button on the editor toolbar. I can't find the options to re-enable 
> them on the $:/ControlPanel option.  The standard shortcuts to use them 
> (alp+P) and (ctl+q) don't appear to be working as well. 
> 
> Any tips on how to get around this? I'm a new user to Tiddlywiki, so I'm 
> trying to find my way around it. I've started as a Roam user but found your 
> adaptation to Tiddlyblinks handy, and I've been down the rabbit hole ever 
> since 
> 
> Cheers,
> Alysha
> 
> -- 
> 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/ea7e620b-8a2e-4639-99f5-c2e7dbe59eab%40googlegroups.com
>  
> .

-- 
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/B2EA6A6D-36EA-48AA-9E5B-5B1D58B58DC8%40gmx.net.


[tw5] Re: Tagging with Transclusions?

2020-04-09 Thread LinOnetwo
I got this idea from https://wiki.hintsnet.com  @pimgeek

在 2020年4月10日星期五 UTC+8下午12:22:59,LinOnetwo写道:
>
> I think you can use a macro to do such transclude, while transcluding, you 
> also add some color or side note or a "edit me" button to the side.
>
> I'm now transcluding using <>
>
> with
>
> \define reuse-pane(content)
> 
>style="display:inline-block;background-color:lavender;border-left:3px solid 
> slateblue;padding-left:5px;">$content$
> 
> \end
>
> \define get-tiddler-name(title)
> <$set name="tid" value="$title$">
>   <$list filter="[all[current]title]">
> <$link to=<>>
>   <$view field="name"><$view field="title"/>
> 
>   
> 
> \end
>
> \define get-tiddler-source(title)
> <$text text={{$title$}} />
> \end
>
> \define get-tiddler-field(title field)
> <$set name="fid" value="$field$">
>   <$list variable="fid-val" 
> filter="[[$title$]get]"><>
> 
> \end
>
> \define reuse-tiddler(title)
> <$macrocall $name="reuse-pane" content="""
> Edit Source:<>
> """ />
>
> {{$title$}}
>
> \end
>
> 在 2020年4月10日星期五 UTC+8上午5:15:41,Alex Olsen写道:
>>
>> I've thought of a workaround. Sometimes all a seemingly complex problem 
>> needs is a break and fresh eyes to realize it's not as complex as you're 
>> making it!
>>  
>>
>>> How does the system know it is an unfinished tiddler (so the 
>>> transclusion can be applied)? What is the difference between an unfinished 
>>> and finished tiddler?
>>>
>>
>> Ideally with a tag. I plan on using 'incomplete' for any tiddler left 
>> unfinished. I also wanted an array of in-line messages that were easy to 
>> see, all of which would tag anything that transcludes them they same way. 
>> These messages would describe the nature of incompleteness. I have no idea 
>> what these would include. That's the first sign I'm on the wrong track.
>>
>> Fundamentally my issue is that I want to have an easy way to organize 
>> what I need to finish. That's made difficult by the way I'd like to do it: 
>> a very visible manner which automatically updates a list of tiddlers that 
>> have the same need for completion.
>>
>> Moving forward, I'll be applying an incomplete tag to anything as I begin 
>> it and remove that tag afterwards. Simple problems require the simplest 
>> solutions!
>>
>>

-- 
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/4f15b1e0-869c-4f05-b0ae-e017d0e0c479%40googlegroups.com.


[tw5] Re: Tagging with Transclusions?

2020-04-09 Thread LinOnetwo
I think you can use a macro to do such transclude, while transcluding, you 
also add some color or side note or a "edit me" button to the side.

I'm now transcluding using <>

with

\define reuse-pane(content)

  $content$

\end

\define get-tiddler-name(title)
<$set name="tid" value="$title$">
  <$list filter="[all[current]title]">
<$link to=<>>
  <$view field="name"><$view field="title"/>

  

\end

\define get-tiddler-source(title)
<$text text={{$title$}} />
\end

\define get-tiddler-field(title field)
<$set name="fid" value="$field$">
  <$list variable="fid-val" filter="[[$title$]get]"><>

\end

\define reuse-tiddler(title)
<$macrocall $name="reuse-pane" content="""
Edit Source:<>
""" />

{{$title$}}

\end

在 2020年4月10日星期五 UTC+8上午5:15:41,Alex Olsen写道:
>
> I've thought of a workaround. Sometimes all a seemingly complex problem 
> needs is a break and fresh eyes to realize it's not as complex as you're 
> making it!
>  
>
>> How does the system know it is an unfinished tiddler (so the transclusion 
>> can be applied)? What is the difference between an unfinished and finished 
>> tiddler?
>>
>
> Ideally with a tag. I plan on using 'incomplete' for any tiddler left 
> unfinished. I also wanted an array of in-line messages that were easy to 
> see, all of which would tag anything that transcludes them they same way. 
> These messages would describe the nature of incompleteness. I have no idea 
> what these would include. That's the first sign I'm on the wrong track.
>
> Fundamentally my issue is that I want to have an easy way to organize what 
> I need to finish. That's made difficult by the way I'd like to do it: a 
> very visible manner which automatically updates a list of tiddlers that 
> have the same need for completion.
>
> Moving forward, I'll be applying an incomplete tag to anything as I begin 
> it and remove that tag afterwards. Simple problems require the simplest 
> solutions!
>
>

-- 
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/3e423a2d-cffe-40e7-9700-148a9f1d3888%40googlegroups.com.


[tw5] Re: What is your "philosophy" when using tags and links?

2020-04-09 Thread Sebastian Theilhaber
Hi there, 

Think of my as your long-time, IT-wise very untrained, far older than most, 
every day- user (closer to 10 years). 

My usage: diary, idea collection, managing personal "projects", 
"knowledge-base", documentation of brains-farts (of which there are 
plenty...). 

Over time I have started using tags cloud-like and to manage functions that 
allow for effective filtering.

Beauty is: you can pretty make up your own system any way you like. 
I'm sure there are a lot smarter and better organized wizards out there - 
really depends on what you want to do, I guess...

On Wednesday, April 8, 2020 at 10:12:56 PM UTC+10, si wrote:
>
> I have a feeling that I am not utilizing links as well as I could be so 
> I'm wondering how others approach using tags and links.
>
> Currently I pretty much exclusively use tags to structure my wiki. If you 
> have ever used "TheBrain" this is basically how I think about my wiki. I 
> think of every tiddler as a concept that has other higher-level or 
> lower-level concepts associated with it. Tags simply represent "parent" 
> tiddlers, just like with the TOC macros.
>
> From any tiddler I can jump to parent or sibling tiddlers by clicking on 
> the tags, and child tiddlers through a list filtered with the tagging 
> operator.
>
> I have found that although I add links to other tiddlers if I happen to 
> use the title in the text, if I want to explicitly relate two tiddlers I 
> always do this with tags.
>
> As a result I feel that I am not using links as effectively as I can, so I 
> wondered how other people think about the way that they use these 
> fundamental features of TW?
>

-- 
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/35f0d878-ed80-41b6-82cd-f3830f480e3e%40googlegroups.com.


Re: [tw5] Re: question from a new group member

2020-04-09 Thread Klaas Vaak
Sebastian, many thanks. I even know now where to get the data you show in the 
table! Wow.

> On 2020-Apr-10, at 07:08, Sebastian Theilhaber  
> wrote:
> 
> Roughly 6.5k tiddlers, 9.6MB 2012 laptop, no probs.
> 
> On Thursday, April 9, 2020 at 8:39:22 PM UTC+10, Klaas Vaak wrote:
> I am a new member to the group.
> Can you tell me What is the maximum no. of tiddlers a TW file can accept?
> 
> -- 
> 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/6fb7ee61-2b4b-4f7a-b02a-4e8c082ed154%40googlegroups.com
>  
> .
> 

-- 
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/671ACBA2-832A-4EC5-817E-88E6C8ACFFE6%40gmx.net.


Re: [tw5] Re: question from a new group member

2020-04-09 Thread Klaas Vaak
TonyM, thanks for that. Yes, I realise I asked the equivalent of how long is a 
string. I was just trying to get some sort of feeling.

At this stage I don’t intend to have data tiddlers, just basic text ones, so I 
believe I will not have any problem at all.

> On 2020-Apr-10, at 04:35, TonyM  wrote:
> 
> Klass,
> 
> I may just add too that it can depend on your data and the way you represent 
> it that determines how many tiddlers you need as well. I suggest using 
> independent tiddlers as much as you want to structure your tiddlywiki well. 
> If at a later date you need to consolidate this you can restructure. For 
> example in one of my wikis I have a few lists to select from that I have 
> inside data tiddlers rather than a tiddler each. Also depending on how you 
> use tags there is a tendency to have too many tags in use and these can be 
> moved to alternative tag fields or represented in fields.
> 
> There are so many ways to optimise tiddlywiki including strategic redesigns  
> to address such needs. 
> 
> There are also various indexing mechanisms to support performance.
> 
> Regards
> Tony 
> 
> On Thursday, April 9, 2020 at 8:39:22 PM UTC+10, Klaas Vaak wrote:
> I am a new member to the group.
> Can you tell me What is the maximum no. of tiddlers a TW file can accept?
> 
> -- 
> 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/06769b4d-ca0f-4d75-ad59-a0cfcd2b3f67%40googlegroups.com
>  
> .

-- 
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/0EF24F2D-B117-43AD-8437-4493D089CD60%40gmx.net.


[tw5] Re: IdeaStew: Enabling the preview and quote button on the toolbar

2020-04-09 Thread LinOnetwo
Hi Alysha,

you can goto $:/ControlPanel -> appearance ->toolbar -> editor toolbar 
to check the button you want.

I'm also trying to make tiddlywiki to do what I can achieve in Roam, I'm 
using simply 

<>

tagged with $:/tags/ViewTemplate

to add by-directional link in every tiddler

在 2020年3月27日星期五 UTC+8上午5:43:09,Alysha Chua写道:
>
> Hey David! 
>
> Been using Tiddlyblink for a while now, but was very intrigued with 
> IdeaStew as well. But for the life of me, I can't figure out how to enable 
> the preview and quote button on the editor toolbar. I can't find the 
> options to re-enable them on the $:/ControlPanel option.  The standard 
> shortcuts to use them (alp+P) and (ctl+q) don't appear to be working as 
> well. 
>
> Any tips on how to get around this? I'm a new user to Tiddlywiki, so I'm 
> trying to find my way around it. I've started as a Roam user but found your 
> adaptation to Tiddlyblinks handy, and I've been down the rabbit hole ever 
> since 
>
> Cheers,
> Alysha
>

-- 
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/ea7e620b-8a2e-4639-99f5-c2e7dbe59eab%40googlegroups.com.


Re: [tw5] Re: Syntax to highlight text

2020-04-09 Thread Klaas Vaak
Mat, thanks, @@background:#FF9; text@@ works, although the hex value can also 
be replaced by the word for the colour, as per TonyM’s reply.

TonyM, thank you for that.

Mohammad, text works well and is the simplest. The default colour 
setting is yellow, so if one wants a different colour Mat’s/TonyM’s syntax 
would be required.

Many thanks guys.


> On 2020-Apr-10, at 03:42, TonyM  wrote:
> 
> background-color:yellow;  Text@@

-- 
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/69DB554A-8E63-486B-B55F-B3F0AFDCC0C0%40gmx.net.


[tw5] Re: question from a new group member

2020-04-09 Thread Sebastian Theilhaber
Roughly 6.5k tiddlers, 9.6MB 2012 laptop, no probs.

On Thursday, April 9, 2020 at 8:39:22 PM UTC+10, Klaas Vaak wrote:
>
> I am a new member to the group.
> Can you tell me What is the maximum no. of tiddlers a TW file can accept?
>

-- 
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/6fb7ee61-2b4b-4f7a-b02a-4e8c082ed154%40googlegroups.com.


[tw5] Re: Presenting: EditorMagic - the editor as an assistant

2020-04-09 Thread LinOnetwo
I  really like this, it looks like Notion's early design:


where you can see macros on the right.

When will it be a stable relese? I'd like to use in my wiki!


在 2020年3月3日星期二 UTC+8下午5:19:17,Mat写道:
>
> [Update: Firefox has issues 
>  with this that are 
> resolved in 5.1.22]
>
> TWaddle Corona Labs proudly unleash
> the solution to the pollution
> the vaccine to the wolverine
> the tiddler for the quibbler:
>
> EditorMagic 
>
> - make your editor into an assistant!
>
>
> Occasionally I feel I'm onto something that should really make a big 
> impact. I'm usually wrong. This time I had better be right or *you* are 
> wrong ;-) ;-)
>
> Unfortunately it is still *half-baked* but I'm releasing it hoping people 
> will see its potential so it can be collectively improved upon.
>
> <:-)
>

-- 
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/6306167c-0133-4817-90d0-dc6be5fb972a%40googlegroups.com.


[tw5] Re: Help deleting a problematic user field

2020-04-09 Thread 'Mark S.' via TiddlyWiki
We're at a bit of a disadvantage in this case, not being able to see your 
data. In order to reconstruct
your situation, I had to use a text editor and create a bad field. I was 
then able to find it using this code:


<$vars quote='"'>
<$list filter="[all[tiddlers]]" variable="title">
<$list filter="[fields[]regexplimit[1]]" >
Bad? :  <><> 




This should find any standard tiddler with a field name contain a quote.  
The complication is that your actual field might not contain a quote symbol 
-- it might contain the html version of quote: "

So if the first search doesn't find anything, try changing variable 
"quotes" to "&"

Good luck!

On Thursday, April 9, 2020 at 8:13:28 AM UTC-7, Jalen MichalsLevy wrote:
>
> Hi there, 
>
> Apparently somewhere in learning TiddlyWiki, I seem to have created two 
> user fields, one named "" and the other named ="". Now, I am aware that 
> these characters are not allowed in the field name, so I am unsure how they 
> got there in the first place. It has not been a problem until now, when I 
> tried to add Tobias Beer's Search In Field functionality, which can be 
> found here: 
> http://tobibeer.github.io/tb5/#Searching%20In%20Tiddler%20Fields. The 
> search works well, except that it also provides a syntax error which I am 
> pretty sure is due to these fields. In the following example, I am 
> searching for the term 'book' in all fields. This seems to work properly at 
> the bottom, listing the 'caption' field for the tiddler "Wisanthrope 
> Spells", which has the term 'book' in it. Clearly, however, at the top, it 
> reveals erroneous list widget syntax. I think the system is having trouble 
> reading a field named ="" or "" right after the regexp operator. I cannot 
> for the life of me find any tiddlers which have these fields nor can I 
> figure out how I made them, since when I try to use them now, it tells me 
> that these characters are not allowed in the field name. Is there any way 
> to just delete them outright? If not, how would you identify which tiddlers 
> have these fields active? Thanks in advance!
>
> <$list filter="[!is[shadow]!is[system]regexp:=""[book(?i)]limit[1]]">
>
> =""
>
>  <$list filter="[!is[shadow]!is[system]regexp:=""[book(?i)]]">
>
> $:/AdvancedSearch 
> <#ce45747e-8bb3-4150-ade8-d188a40e6805@googlegroups.com_%24%3A%2FAdvancedSearch>
>
> 
>
> <$list filter="[!is[shadow]!is[system]regexp:""[book(?i)]limit[1]]">
>
> ""
>
>  <$list filter="[!is[shadow]!is[system]regexp:""[book(?i)]]">
>
> $:/AdvancedSearch 
> <#ce45747e-8bb3-4150-ade8-d188a40e6805@googlegroups.com_%24%3A%2FAdvancedSearch>
>
> 
>
> caption
>
> Wisanthrope Spells 
> <#ce45747e-8bb3-4150-ade8-d188a40e6805@googlegroups.com_Wisanthrope%20Spells>
>
>

-- 
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/81c00650-b3a5-4e3c-afc8-14b0a806197d%40googlegroups.com.


[tw5] Re: question from a new group member

2020-04-09 Thread TonyM
Klass,

I may just add too that it can depend on your data and the way you 
represent it that determines how many tiddlers you need as well. I suggest 
using independent tiddlers as much as you want to structure your tiddlywiki 
well. If at a later date you need to consolidate this you can restructure. 
For example in one of my wikis I have a few lists to select from that I 
have inside data tiddlers rather than a tiddler each. Also depending on how 
you use tags there is a tendency to have too many tags in use and these can 
be moved to alternative tag fields or represented in fields.

There are so many ways to optimise tiddlywiki including strategic 
redesigns  to address such needs. 

There are also various indexing mechanisms to support performance.

Regards
Tony 

On Thursday, April 9, 2020 at 8:39:22 PM UTC+10, Klaas Vaak wrote:
>
> I am a new member to the group.
> Can you tell me What is the maximum no. of tiddlers a TW file can accept?
>

-- 
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/06769b4d-ca0f-4d75-ad59-a0cfcd2b3f67%40googlegroups.com.


[tw5] Re: Showing a field if it exists and is not blank

2020-04-09 Thread TonyM
Backing up what Mat suggested the has[fieldname] will only show if the 
fieldname has a value, if you wanted to know if it existed but with no 
value you can use has:field[fieldname]] I know that is not what is asked 
for here, but it could have being.

Regards
Tony

On Friday, April 10, 2020 at 2:52:45 AM UTC+10, Mat wrote:
>
> Try this
>
> <$list filter="[has[subtitle]]">
> @@.myclass
> {{!!subtitle}}
> @@
> 
>
> <:-)
>

-- 
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/9d3487de-1b6b-463e-adba-aa189efa3b39%40googlegroups.com.


[tw5] Re: Help deleting a problematic user field

2020-04-09 Thread TonyM
Jalen,

Keep in mind if you can't fix this internally within tiddlywiki, take a 
copy of the html file and use a good editor like notepad++ and search and 
replace such bad fieldnames in there. Always do find then replace and make 
sure the partern is found in the correct place so you don't hit unwanted 
cases.

Regards
Tony



On Friday, April 10, 2020 at 1:13:28 AM UTC+10, Jalen MichalsLevy wrote:
>
> Hi there, 
>
> Apparently somewhere in learning TiddlyWiki, I seem to have created two 
> user fields, one named "" and the other named ="". Now, I am aware that 
> these characters are not allowed in the field name, so I am unsure how they 
> got there in the first place. It has not been a problem until now, when I 
> tried to add Tobias Beer's Search In Field functionality, which can be 
> found here: 
> http://tobibeer.github.io/tb5/#Searching%20In%20Tiddler%20Fields. The 
> search works well, except that it also provides a syntax error which I am 
> pretty sure is due to these fields. In the following example, I am 
> searching for the term 'book' in all fields. This seems to work properly at 
> the bottom, listing the 'caption' field for the tiddler "Wisanthrope 
> Spells", which has the term 'book' in it. Clearly, however, at the top, it 
> reveals erroneous list widget syntax. I think the system is having trouble 
> reading a field named ="" or "" right after the regexp operator. I cannot 
> for the life of me find any tiddlers which have these fields nor can I 
> figure out how I made them, since when I try to use them now, it tells me 
> that these characters are not allowed in the field name. Is there any way 
> to just delete them outright? If not, how would you identify which tiddlers 
> have these fields active? Thanks in advance!
>
> <$list filter="[!is[shadow]!is[system]regexp:=""[book(?i)]limit[1]]">
>
> =""
>
>  <$list filter="[!is[shadow]!is[system]regexp:=""[book(?i)]]">
>
> $:/AdvancedSearch 
> <#ce45747e-8bb3-4150-ade8-d188a40e6805@googlegroups.com_%24%3A%2FAdvancedSearch>
>
> 
>
> <$list filter="[!is[shadow]!is[system]regexp:""[book(?i)]limit[1]]">
>
> ""
>
>  <$list filter="[!is[shadow]!is[system]regexp:""[book(?i)]]">
>
> $:/AdvancedSearch 
> <#ce45747e-8bb3-4150-ade8-d188a40e6805@googlegroups.com_%24%3A%2FAdvancedSearch>
>
> 
>
> caption
>
> Wisanthrope Spells 
> <#ce45747e-8bb3-4150-ade8-d188a40e6805@googlegroups.com_Wisanthrope%20Spells>
>
>

-- 
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/655d2b56-deaa-4b0f-8b8e-5a6068585aea%40googlegroups.com.


[tw5] Re: Noto Emoji: Svg, Png, and Font

2020-04-09 Thread TonyM
Joshua,

That would be lovely. I am keen for us to also identify a small number of 
additional icons to add by plugin or to the standard distribution to plug 
some of the gaps in icons in the default set. Icons that can be easily 
annotated or recoloured (I use the fill="color") on cloned standard icons 
quite a lot now), Perhaps a voting system could help us choose a minimal 
set?

Regards
Tony

On Friday, April 10, 2020 at 4:37:05 AM UTC+10, Joshua Fontany wrote:
>
> Thank you Mohammad,
>
> I am collecting SVG resources into a git repo that will proccess them into 
> SVG tiddlers complete with meta-data tags, reference links back to their 
> "home" URL etc.
>
> This is on the list!
>
> Best,
> Joshua F
>
> On Thursday, April 9, 2020 at 2:01:57 AM UTC-7, Mohammad wrote:
>>
>> A new release of Noto-Emoji is out there!
>>
>> The Noto EMoji from Google is a great collection of free svg, png, and 
>> font!
>> It is very handy to be used in your Tiddlywiki. I love their svg to 
>> iconify my writings in Tiddlywiki
>>
>> For more info see:
>>
>> https://github.com/googlefonts/noto-emoji
>>
>>
>> --Mohammad
>>
>

-- 
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/e3fb8550-b967-4017-ae14-0c5f1ef4a06b%40googlegroups.com.


[tw5] Re: Syntax to highlight text

2020-04-09 Thread TonyM
Folks,

I will just add there is an editor toolbar button for highlighting the 
applies the following

@@background-color:yellow;  Text@@

http://tongerner.tiddlyspot.com/#Highlight%20button%20plugin

Remember the @@XXX wrapps@@ text but the XXX needs to be a style or class 
as listed 
here https://tiddlywiki.com/#Styles%20and%20Classes%20in%20WikiText

Its not so hard to make your own toolbar options, so you could add buttons 
for different colours.

*the new prerelease has the new freelinks plugin to automatically create 
links from any tiddler title, without having to type double square brackets 
or use CamelCase .*

You could just create a title with the highlighted text and the same text 
will be highlighted where ever it is used with freelinks active. You could 
do this when typing content by using the excise tool to create a link to a 
tiddler. It

Regards
Tony



On Friday, April 10, 2020 at 1:28:28 AM UTC+10, Klaas Vaak wrote:
>
> The only syntax I have seen mentioned is @@text@@, but it does not 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/27ba33d2-ad2a-4cfb-8a3b-c6241a17d180%40googlegroups.com.


Re: [tw5] [semi-off-topic] Magazine layout

2020-04-09 Thread Mat
Jan wrote:
>
> https://szenio.de/Grid/
>
I hope you like it. 


By mere coincidence did I note the on-hover red toolbar up in the right 
corner and that one is supposed to click the "G" there.
After having done that: Yes! I do like 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/369a0cf1-055b-4cd9-a004-5f9c7c2bcb7f%40googlegroups.com.


Re: [tw5] Re: Tiddly Extension for Firefox 57?

2020-04-09 Thread Boaz Nash
Hi all,

I have been saving tiddlywiki changes using timimi for awhile now and it's
been working great.
Unfortunately, I just updated my MacOS to Catalina, and now when I try to
save in Firefox, I get the error message
""timimi" cannot be opened because the developer cannot be verified".
I tried to override this security issue, but I can't seem to figure out how
to do so.
Advice would be appreciated.
Best regards,
Boaz

On Sat, Mar 28, 2020 at 9:58 AM Yakov 
wrote:

> Hi Alex,
>
> I just tried Timimi. Though installation seemed to work (got the "Hello
>> there
>> / Have a great day" message) I still get an error message when I try to
>> save
>> changes to a TW file.
>>
>> I removed all other TW related plugins to make sure there weren't any
>> conflicts, but no luck.
>>
>> Maybe I'm doing this wrong though... how do you save? I'm trying to use
>> the
>> usual "save changes" links under Admin Tools, should I use something
>> else?
>>
>
> Hm, have you installed both the browser extension and the native app? The 
> extension
> page  tells to check
> out installation details in the docs but I guess one may miss the main
> point (the necessity to install an app besides the extension) since they
> have to find the installation guide
>  and follow the
> additional step from there (download the installer for their paltform from
> releases  and launch it).
> Please let me know if that helps; I'll probably propose some changes to
> improve this aspect anyway.
>
> Oh and Yakov, BTW, I tried to post about my saving issues on the TWC list
>> back
>> in December, but my mail did not go through because the list is set up as
>> a
>> forum rather than a mailing-list.
>>
>
> Oh, sorry to hear that. I'm not quite sure what's the difference (I always
> thought that Google Groups are both), but if I can help you somehow, let me
> know. (have you tried to use it as a forum? is that of very poor user
> experience for you for some reason?)
>
> Best regards,
> Yakov.
>
> --
> 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/LcldXzPlTK0/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> tiddlywiki+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/17ed5c1d-a9d8-41ce-95d3-2b03dbeb9ea9%40googlegroups.com
> 
> .
>

-- 
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/CAME5%2BOFH1T9%3D0VwaWEu_sPGJZNPY%3DzBYiF%2B-XBMTgUb5WbZJ%3DQ%40mail.gmail.com.


[tw5] Re: Syntax to highlight text

2020-04-09 Thread Mohammad


On Friday, April 10, 2020 at 12:55:30 AM UTC+4:30, Mat wrote:
>
>  you text goes here
>>
>
> Aha - is that a native browser thing or a TW thing? Cos if it is native 
> html, then we *certainly* should have it converted to @@this@@ in 
> wikitext.
>
>
> This is native html5 tag!
 

> Klaas, a shorter thing than  might be a made up html tag, say "h", 
> like so:
>
> foo
>
> ...as set in a stylesheet with:
>
> h {background:#FF9}
>
> <:-)
>

also you can a macro like
<>

and 

\define h(txt) $txt$

-- 
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/042c29e6-13c9-468d-8378-60464710bb28%40googlegroups.com.


Re: [tw5] [semi-off-topic] Magazine layout

2020-04-09 Thread Jan

Hi Mat,
Thanks for that Layout-Tip.  I was searching for something like that for 
quite some time.

I made a quick attempt to implement that Magazine-Style.
https://szenio.de/Grid/
I hope you like it.

Jan




Am 07.04.2020 um 12:05 schrieb Mat:
C'mon... it's just 20 lines! Shouldn't take more than a few minutes, 
right!


https://css-tricks.com/responsive-grid-magazine-layout-in-just-20-lines-of-css/

<:-)

--
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/152abd74-5d4a-47e1-8dc8-41979c201e5b%40googlegroups.com 
.


--
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/5E8F9060.6050308%40googlemail.com.


[tw5] Re: Tagging with Transclusions?

2020-04-09 Thread Alex Olsen
I've thought of a workaround. Sometimes all a seemingly complex problem 
needs is a break and fresh eyes to realize it's not as complex as you're 
making it!
 

> How does the system know it is an unfinished tiddler (so the transclusion 
> can be applied)? What is the difference between an unfinished and finished 
> tiddler?
>

Ideally with a tag. I plan on using 'incomplete' for any tiddler left 
unfinished. I also wanted an array of in-line messages that were easy to 
see, all of which would tag anything that transcludes them they same way. 
These messages would describe the nature of incompleteness. I have no idea 
what these would include. That's the first sign I'm on the wrong track.

Fundamentally my issue is that I want to have an easy way to organize what 
I need to finish. That's made difficult by the way I'd like to do it: a 
very visible manner which automatically updates a list of tiddlers that 
have the same need for completion.

Moving forward, I'll be applying an incomplete tag to anything as I begin 
it and remove that tag afterwards. Simple problems require the simplest 
solutions!

-- 
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/7e07cf24-e502-4d1b-bed1-4178ae08cd57%40googlegroups.com.


[tw5] Re: Syntax to highlight text

2020-04-09 Thread Mat

>
>  you text goes here
>

Aha - is that a native browser thing or a TW thing? Cos if it is native 
html, then we *certainly* should have it converted to @@this@@ in wikitext.


Klaas, a shorter thing than  might be a made up html tag, say "h", 
like so:

foo

...as set in a stylesheet with:

h {background:#FF9}

<:-)

-- 
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/3661c7e4-af77-4ec3-891b-c1ce30e39425%40googlegroups.com.


[tw5] Re: Noto Emoji: Svg, Png, and Font

2020-04-09 Thread Mohammad
Wonderful Joshua! It would be a good resource for Tiddlywiki.

--Mohammad

On Thursday, April 9, 2020 at 11:07:05 PM UTC+4:30, Joshua Fontany wrote:
>
> Thank you Mohammad,
>
> I am collecting SVG resources into a git repo that will proccess them into 
> SVG tiddlers complete with meta-data tags, reference links back to their 
> "home" URL etc.
>
> This is on the list!
>
> Best,
> Joshua F
>
> On Thursday, April 9, 2020 at 2:01:57 AM UTC-7, Mohammad wrote:
>>
>> A new release of Noto-Emoji is out there!
>>
>> The Noto EMoji from Google is a great collection of free svg, png, and 
>> font!
>> It is very handy to be used in your Tiddlywiki. I love their svg to 
>> iconify my writings in Tiddlywiki
>>
>> For more info see:
>>
>> https://github.com/googlefonts/noto-emoji
>>
>>
>> --Mohammad
>>
>

-- 
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/fea0b155-c5ff-494b-81dd-ccde7721909f%40googlegroups.com.


[tw5] Re: Noto Emoji: Svg, Png, and Font

2020-04-09 Thread Joshua Fontany
Thank you Mohammad,

I am collecting SVG resources into a git repo that will proccess them into 
SVG tiddlers complete with meta-data tags, reference links back to their 
"home" URL etc.

This is on the list!

Best,
Joshua F

On Thursday, April 9, 2020 at 2:01:57 AM UTC-7, Mohammad wrote:
>
> A new release of Noto-Emoji is out there!
>
> The Noto EMoji from Google is a great collection of free svg, png, and 
> font!
> It is very handy to be used in your Tiddlywiki. I love their svg to 
> iconify my writings in Tiddlywiki
>
> For more info see:
>
> https://github.com/googlefonts/noto-emoji
>
>
> --Mohammad
>

-- 
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/ccf85bab-c6bc-4a12-82ac-a7b3f65a80dc%40googlegroups.com.


[tw5] Re: Syntax to highlight text

2020-04-09 Thread Mohammad
You may know the mark tag works out the box! So in your tiddler you can have

 you text goes here


You can also use Shiraz plugin which has a css framework for Tiddlywiki

--Mohammad

On Thursday, April 9, 2020 at 7:58:28 PM UTC+4:30, Klaas Vaak wrote:
>
> The only syntax I have seen mentioned is @@text@@, but it does not 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/c4eb8145-c598-4bb2-a547-22556320d564%40googlegroups.com.


[tw5] Re: Tiddly Sunshine

2020-04-09 Thread Ed Heil
Hey, I'm doing exactly that (keeping a COVID-19 journal with Tiddlywiki). 
 It's mostly not a personal journal, but a collection of everything I learn 
about the pandemic from news and such, though there's a little personal 
experience in there too.  It's been a great way to learn about the system, 
as I find more and more things to switch from doing by hand ad hoc to 
organizing things and adding clever tricks.  My most recent triumph was 
figuring out how to use math filters to create a table of daily percentage 
increases in cases and deaths, based on entering those in daily tiddler 
fields.  (What a grim thing to have a "triumph" about... but getting these 
numbers has allowed me to see the positive effect of my state's 
stay-at-home orders on the rate of increase.)

I find that if I make a collection of all the news I learn, I don't feel 
like I have to keep it all in my head or post it all to social media or 
anything like that.  I have it set down in a dedicated space where it will 
be there if I need it.


On Wednesday, April 8, 2020 at 4:57:52 PM UTC-4, Ste Wilson wrote:
>
> My boy has to keep a covid 19 journal while school is closed so obviously 
> I thought... TIDDLY TIME! 
> I've set him up with a journal tiddlywiki running from tiddly desktop and 
> he seems very pleased with it. 
> When I showed him how to transclude a tiddler so he could short cut 
> writing about p.e with Joe Wicks every day he was very very happy :)
> Tiddlywiki.. Making lock down better! 
>

-- 
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/951b197e-7946-404f-ab28-56302d75a2b8%40googlegroups.com.


Re: [tw5] Re: list tiddlers without links

2020-04-09 Thread Mat
OK, try

<$vars x="\[\[">
<$list filter="[!is[system]regexp:textsort[]]">




<:-)

-- 
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/930070d2-969c-460a-bf98-5213ed69265d%40googlegroups.com.


[tw5] Re: Help deleting a problematic user field

2020-04-09 Thread Mat
You're right in that such faulty field names - if indeed there are any - 
can cause unforeseen problems.

Just maybe(!) doing this will at last give some clue:

<$list filter="[all[tiddlers]fields[]]">



Notepad++ is a text editor, not a word processor, so you'd need a text 
editor. Google search 

 
shows some software called TextWrangler for Mac.

<:-)


-- 
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/a32b8868-7048-4c48-853c-b241c69f660a%40googlegroups.com.


Re: [tw5] Syntax to highlight text

2020-04-09 Thread Mat
Well, I think "highlighting" is actually just background coloring with a 
faint color :-)

There is no direct *wikitext* highlighting which is what I think is what 
you're after, but I made a github request 
 for this (...some 
time ago, ehm) so give it a thumbs up.

So, for now, I'm afraid you'll have to something like @@background:#FF9; 
this@@.

OR you can check out the very recently announced Dynanote plugin that might 
do exactly what you're after. See release notes in the prerelease 
.

<:-)

-- 
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/c174fdc6-957e-471b-88f6-ba0d304d8b11%40googlegroups.com.


[tw5] Re: list tiddlers without links

2020-04-09 Thread Mat
I think this should work

<$vars x="\[\[">
{{{ [regexp:text] }}}


I'm assuming the (missing) links are in the text field. 
It's a bit quick'n dirty in that it only looks for tiddlers that don't have 
any outer link brackets, i.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/44f5a546-0a3b-4fd1-b1dc-c07622ab75ed%40googlegroups.com.


[tw5] Re: Help deleting a problematic user field

2020-04-09 Thread Jalen MichalsLevy
Thanks for the quick reply! If I understand you correctly, you are 
suggesting that I put an easily findable field in with a tiddler that has 
one of these bad fields.  Unfortunately I am not sure which tiddlers have 
these bad fields in the first place. As of now, there are no tiddlers that 
are faulty per se. Everything seemed to be working perfectly until I added 
this extended search functionality. The search functionality still works, 
but I don't like the aesthetics of the weird syntax showing up. It also 
makes me worry that these bad fields are going to cause unforeseen problems 
in the future. I tried opening the html file in a text editor (i am on a 
mac so i don't have notepad) and it only shows a list of the tiddlers that 
are contained. How do I open it so it shows me raw text? Thanks for 
helping! I've done a lot of coding in tiddlywiki so far but i still feel 
like a total newbie at most of this stuff.

On Thursday, April 9, 2020 at 12:46:11 PM UTC-4, Mat wrote:
>
> The field names make them such that they may be problematic to locate 
> programatically but here's a first try:
>
> <$button>
> <$action-deletefield $tiddler=xxx $field="" />
> 
>
> Now with that failed attempt out of the way, I suggest you:
>
> add an easily findable field, say "xx:y" to the faulty tiddlers 
> and then open your html file in an editor (e.g Notepad++ ) and search for 
> that field and, next to it, try to locate the faulty fields and carefully 
> remove them making sure not to remove anything else. OF COURSE YOU BACK UP 
> YOUR STUFF BEFORE ANY OF THIS.
>
> The "" might have been converted into  in the code, you'll 
> have to investigate a little.
>
> <:-)
>
>

-- 
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/0f84ab65-8eca-4890-9ab6-603437bbf483%40googlegroups.com.


Re: [tw5] Syntax to highlight text

2020-04-09 Thread Klaas Vaak
Highlight is giving a background colour to a word or phrase, like you do when 
e.g. reading a report and you highlight words in yellow; yes you can highlight 
a whole sentence while reading the report, but usually it is a word or a phrase 
and people use a felt-tipped marker.

What is on the page you linked to is colouring, “highlighting” if you like, a 
whole block. I am looking for the word highlighting. Usually it consists of 
putting symbols on either side of a word, like e.g. italics or bold.

> On 2020-Apr-09, at 20:02, Mat  wrote:
> 
> Klaas Vaak wrote:
> Coloured background, which is what your link directs to, is not the same as 
> highlight.
> 
> What is highlight then?
> 
> Still, the link also instructs how to apply a css class, so you can define a 
> custom class to "highlight" - assuming you know some css. (As noted, I don't 
> understand what "highlight" means so I can't create the class for you.)
> 
> <:-)
> 
> -- 
> 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/6ea1994a-552a-47b3-ab63-3fc52e150cf6%40googlegroups.com
>  
> .

-- 
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/C667BF42-56E0-416B-8D74-0D4F1B5964F1%40gmx.net.


Re: [tw5] Syntax to highlight text

2020-04-09 Thread Mat
Klaas Vaak wrote:
>
> Coloured background, which is what your link directs to, is not the same 
> as highlight.
>

What is highlight then?

Still, the link also instructs how to apply a css *class*, so you can 
define a custom class to "highlight" - assuming you know some css. (As 
noted, I don't understand what "highlight" means so I can't create the 
class for you.)

<:-)

-- 
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/6ea1994a-552a-47b3-ab63-3fc52e150cf6%40googlegroups.com.


[tw5] Re: Tagging with Transclusions?

2020-04-09 Thread Mat
How does the system know it is an unfinished tiddler (so the transclusion 
can be applied)? What is the difference between an unfinished and finished 
tiddler?

2. Tag the Tiddlers using this Transclusion with a 'task' tag for easy 
> reference in a separate To-Do Tiddler


So the transclusion should both show the "unifished" message and some 
button to tag the current tiddler, right?

<:-) 

-- 
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/1adc9f4b-870b-40e3-a302-0a3fe20229f3%40googlegroups.com.


Re: [tw5] Syntax to highlight text

2020-04-09 Thread Klaas Vaak
Coloured background, which is what your link directs to, is not the same as 
highlight.

> On 2020-Apr-09, at 19:47, Mat  wrote:
> 
> https://tiddlywiki.com/prerelease/#Styles%20and%20Classes%20in%20WikiText 
> 
> 
> <:-) 
> 
> -- 
> 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/3a5e50c3-acdc-4587-a8a4-408324f12139%40googlegroups.com
>  
> .

-- 
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/F44BE489-2813-475F-9EAD-113FB9B5C953%40gmx.net.


[tw5] Re: Showing a field if it exists and is not blank

2020-04-09 Thread Mat
Try this

<$list filter="[has[subtitle]]">
@@.myclass
{{!!subtitle}}
@@


<:-)

-- 
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/ebc2860c-5eed-4a0b-951b-98549480ce7f%40googlegroups.com.


[tw5] Re: Syntax to highlight text

2020-04-09 Thread Mat
https://tiddlywiki.com/prerelease/#Styles%20and%20Classes%20in%20WikiText

<:-) 

-- 
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/3a5e50c3-acdc-4587-a8a4-408324f12139%40googlegroups.com.


[tw5] Re: Help deleting a problematic user field

2020-04-09 Thread Mat
The field names make them such that they may be problematic to locate 
programatically but here's a first try:

<$button>
<$action-deletefield $tiddler=xxx $field="" />


Now with that failed attempt out of the way, I suggest you:

add an easily findable field, say "xx:y" to the faulty tiddlers and 
then open your html file in an editor (e.g Notepad++ ) and search for that 
field and, next to it, try to locate the faulty fields and carefully remove 
them making sure not to remove anything else. OF COURSE YOU BACK UP YOUR 
STUFF BEFORE ANY OF THIS.

The "" might have been converted into  in the code, you'll have 
to investigate a little.

<:-)

-- 
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/e13ba919-752f-420e-a288-b0cc24928a6b%40googlegroups.com.


[tw5] list tiddlers without links

2020-04-09 Thread Klaas Vaak
I am starting to populate my TW file with most of the tiddlers having internal 
links i.e. to other ones. But some don’t have those links.

How can I set up a tiddler that lists those that don’t?

-- 
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/7585670C-FCAB-4F3F-B679-719B2ED9E64D%40gmx.net.


[tw5] Tagging with Transclusions?

2020-04-09 Thread Alex Olsen
I'm working on a viewed-before-complete Wiki. I'd like to do 2 things with 
each page before it's complete:

1. Use a Curly-Bracketed Transclusion of a Construction Message Tiddler so 
anyone looking at an unfinished Tiddler knows it's incomplete at a glance
2. Tag the Tiddlers using this Transclusion with a 'task' tag for easy 
reference in a separate To-Do Tiddler

Is there a way to do this? or should I bite the bullet and do this tagging 
manually?

-- 
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/a94c47dc-3e2e-47c0-92d1-10a71d34083f%40googlegroups.com.


[tw5] Re: Showing a field if it exists and is not blank

2020-04-09 Thread Jalen MichalsLevy
I am no expert, but you could try the following: 

<$reveal type ="nomatch" stateTitle =<> stateField ="subtitle" text 
="">  ... <$transclude tiddler=<> 
field="subtitle" /> 

Lemme know how it works!


On Thursday, April 9, 2020 at 11:51:44 AM UTC-4, David wrote:
>
> I'm inside a <$list> where the iterator var is "item".  This code is 
> correctly displaying the value of the subtitle field for the tiddler in 
> question.
>
> <$transclude tiddler=<> field="subtitle" />
>
> But I'd also like to wrap it in a CSS class, so this now works just 
> fine
>
>  ... <$transclude tiddler=<> 
> field="subtitle" />
>
>
> But the final tweak is to only show that span when there is actually text 
> in the field.  If it's blank or not defined, I'd like not to display the 
> span or "..." separator, and of course there won't be text to show for the 
> field either.  
>
> I tried the Reveal widget but couldn't figure that out quite right.
>

-- 
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/ebfa3c64-ff43-4510-8250-ff7714322a61%40googlegroups.com.


[tw5] Showing a field if it exists and is not blank

2020-04-09 Thread David
I'm inside a <$list> where the iterator var is "item".  This code is 
correctly displaying the value of the subtitle field for the tiddler in 
question.

<$transclude tiddler=<> field="subtitle" />

But I'd also like to wrap it in a CSS class, so this now works just fine

 ... <$transclude tiddler=<> field="subtitle" 
/>


But the final tweak is to only show that span when there is actually text 
in the field.  If it's blank or not defined, I'd like not to display the 
span or "..." separator, and of course there won't be text to show for the 
field either.  

I tried the Reveal widget but couldn't figure that out quite right.

-- 
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/b4ce05ce-1a34-4fe6-9057-182648a1770c%40googlegroups.com.


[tw5] Syntax to highlight text

2020-04-09 Thread Klaas Vaak
The only syntax I have seen mentioned is @@text@@, but it does not 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6C2CF036-244B-4F1A-9786-F3AB85BF029F%40gmx.net.


[tw5] Re: Woff2 Web fonts and Tiddlywiki 5.1.22p

2020-04-09 Thread Hubert
Mohammad, thank you for taking the time to explain this in detail. 

Great work indeed!

Best regards,
Hubert

On Thursday, 9 April 2020 16:04:47 UTC+1, Mohammad wrote:
>
> Hi Hubert,
>  It uses the official highlight.js plugin!  see its link here: 
> https://tiddlywiki.com/prerelease/#Highlight%20Plugin 
> The demo wiki only uses Incosolata font (a little bold face).
>
> So to reproduce in your own wiki
>
>1. Install the Highlight.js
>2. Import Incosolata fonts and its stylesheet e.g
>   1. http://kookma.webfonts.tiddlyspot.com/#css-Inconsolata-font
>   2. 
>   http://kookma.webfonts.tiddlyspot.com/#inconsolata-v18-latin-700.woff2
>   3. 
>   
> http://kookma.webfonts.tiddlyspot.com/#inconsolata-v18-latin-regular.woff2
>   3. Set the codeblock fonts as below (see: 
>http://kookma.webfonts.tiddlyspot.com/#Set%20Font)
>
> code, pre {
> font-family: Inconsolata;
> font-size:110%;
> font-weight:500;
> }
>
> put the above CSS in a tiddler tagged with $:/tags/Stylesheet
>
> Cheers
> Mohammad
>

-- 
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/23884865-6e42-4d7a-94f2-7e2e4201f551%40googlegroups.com.


[tw5] Help deleting a problematic user field

2020-04-09 Thread Jalen MichalsLevy
Hi there, 

Apparently somewhere in learning TiddlyWiki, I seem to have created two 
user fields, one named "" and the other named ="". Now, I am aware that 
these characters are not allowed in the field name, so I am unsure how they 
got there in the first place. It has not been a problem until now, when I 
tried to add Tobias Beer's Search In Field functionality, which can be 
found here: http://tobibeer.github.io/tb5/#Searching%20In%20Tiddler%20Fields. 
The 
search works well, except that it also provides a syntax error which I am 
pretty sure is due to these fields. In the following example, I am 
searching for the term 'book' in all fields. This seems to work properly at 
the bottom, listing the 'caption' field for the tiddler "Wisanthrope 
Spells", which has the term 'book' in it. Clearly, however, at the top, it 
reveals erroneous list widget syntax. I think the system is having trouble 
reading a field named ="" or "" right after the regexp operator. I cannot 
for the life of me find any tiddlers which have these fields nor can I 
figure out how I made them, since when I try to use them now, it tells me 
that these characters are not allowed in the field name. Is there any way 
to just delete them outright? If not, how would you identify which tiddlers 
have these fields active? Thanks in advance!

<$list filter="[!is[shadow]!is[system]regexp:=""[book(?i)]limit[1]]">

=""

 <$list filter="[!is[shadow]!is[system]regexp:=""[book(?i)]]">

$:/AdvancedSearch <#%24%3A%2FAdvancedSearch>



<$list filter="[!is[shadow]!is[system]regexp:""[book(?i)]limit[1]]">

""

 <$list filter="[!is[shadow]!is[system]regexp:""[book(?i)]]">

$:/AdvancedSearch <#%24%3A%2FAdvancedSearch>



caption

Wisanthrope Spells <#Wisanthrope%20Spells>

-- 
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/ce45747e-8bb3-4150-ade8-d188a40e6805%40googlegroups.com.


[tw5] Re: Woff2 Web fonts and Tiddlywiki 5.1.22p

2020-04-09 Thread Mohammad
Hi Hubert,
 It uses the official highlight.js plugin!  see its link 
here: https://tiddlywiki.com/prerelease/#Highlight%20Plugin 
The demo wiki only uses Incosolata font (a little bold face).

So to reproduce in your own wiki

   1. Install the Highlight.js
   2. Import Incosolata fonts and its stylesheet e.g
  1. http://kookma.webfonts.tiddlyspot.com/#css-Inconsolata-font
  2. 
  http://kookma.webfonts.tiddlyspot.com/#inconsolata-v18-latin-700.woff2
  3. 
  http://kookma.webfonts.tiddlyspot.com/#inconsolata-v18-latin-regular.woff2
  3. Set the codeblock fonts as below 
   (see: http://kookma.webfonts.tiddlyspot.com/#Set%20Font)

code, pre {
font-family: Inconsolata;
font-size:110%;
font-weight:500;
}

put the above CSS in a tiddler tagged with $:/tags/Stylesheet

Cheers
Mohammad

-- 
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/a6bcdcda-291c-4314-8569-605bd293ff2d%40googlegroups.com.


[tw5] Re: Request for help: Experimental Tiddlywiki 5.1.22p with RTL (right-to-left) support

2020-04-09 Thread Mohammad
Hi Mario,

I have created a demo wiki with many tests and published on Tiddlyspot.

http://kookma.rtl.tiddlyspot.com/


Amazingly the experimental RTL Tiddlywiki passes almost all tests. The 
tests were to reproduce all tiddlers tagged with wikitext from 
https://tiddlywiki.com/prerelease/

Detailed feedback can be seen here: 
https://github.com/Jermolene/TiddlyWiki5/pull/4541


According to these tests, it seems Tiddlywiki can be among the best 
html5+Js+css tools with RTL support.
It absolutely needs some modification especially 
in $:/themes/tiddlywiki/vanilla/base.


Best wishes
Mohammad

-- 
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/efb549fe-4d8f-4fb0-b336-a85d81cb4b3b%40googlegroups.com.


[tw5] Re: Request for help: Experimental Tiddlywiki 5.1.22p with RTL (right-to-left) support

2020-04-09 Thread PMario
On Wednesday, April 8, 2020 at 11:00:07 PM UTC+2, Mohammad wrote:
>
>
>- Experimental Tiddlywiki with RTL support:
> https://github.com/Jermolene/TiddlyWiki5/pull/4541#issuecomment-610571020 
>
>
> I did remove my post since it was not clear. The link above contains a ZIP 
file, with a test version. ... 

Just copy paste RTL text, or write text, in the title or the text and it 
will automatically switch to RTL 

-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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/9219724d-9bbc-4577-a150-3c1e55cabbcd%40googlegroups.com.


[tw5] Re: Request for help: Experimental Tiddlywiki 5.1.22p with RTL (right-to-left) support

2020-04-09 Thread PMario
Hi Folks, 

Here's a link to a zip file that contains a TW version to test it: 
https://github.com/Jermolene/TiddlyWiki5/pull/4541#issuecomment-610571020

-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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/591b9bf8-abf7-4697-b386-148a06ffbba7%40googlegroups.com.


[tw5] Re: Woff2 Web fonts and Tiddlywiki 5.1.22p

2020-04-09 Thread Hubert
Hi Mohammad,

Thank you for this demo. It's very useful and looks great too. Great work! 

A side question, I've noticed that you use a cool feature to display code 
(fortran and css in your examples). Is this something that you've built and 
could share as a plugin or is it rather another feature of the upcoming TW 
version 5.1.22?

Many thanks,
Hubert

On Wednesday, 8 April 2020 20:53:22 UTC+1, Mohammad wrote:
>
> Hi Thomas!
>
> On Wednesday, April 8, 2020 at 11:59:49 PM UTC+4:30, Thomas Elmiger wrote:
>>
>> Thank you, Mohammad
>>
>> Looking forward to this! 
>>
>> I spotted a typo in your documentation: In the how to, step 2.2. Tag it 
>> with $:/tags/Stylesheey
>> should be ... sheet with a t at the end.
>>
>
> Noted and corrected! 
>
>>
>> --Thomas
>>
>
> Cheers
> Mohammad 
>

-- 
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/4c016a87-f580-482c-b868-c9e9466042e8%40googlegroups.com.


Re: [tw5] [semi-off-topic] Magazine layout

2020-04-09 Thread Mat
@Jeremy - thank you for a great and clear reply! 

I think there's a misunderstanding (it could be on my part):  IMO the 
"outer layout" is very much defined, and static, here. If a user is to add 
a "sidebar" then this would not be done on this outer level but *within* 
the "right" area.

Referencing the proposal for a new TW layout, it seems to be the same 
situation: The outer layout is clearly defined with distinct areas for 
headers, sidebars, rivers etc - i.e if one is to add something it would be 
done within those areas, not adding a new area. Where would be a good place 
to discuss this, with regards to your gh proposal? I'm afraid I'd hijack 
your gh thread if done there.

<:-)


-- 
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/8be78bd0-9844-4ba3-8416-bb1ec90f51bf%40googlegroups.com.


Fwd: [tw5] question from a new group member

2020-04-09 Thread Klaas Vaak
I mean “sorry” - duhhh
My apologies.

> Begin forwarded message:
> 
> From: Klaas Vaak 
> Subject: Re: [tw5] Re: question from a new group member
> Date: 2020-April-9 at 14:52:04 GMT+3
> To: tiddlywiki@googlegroups.com
> Reply-To: tiddlywiki@googlegroups.com
> 
> Soory Mat, I forgot the word “no” before trouble.
> 
>> On 2020-Apr-09, at 14:48, Mat > > wrote:
>> 
>> Klaas Vaak wrote:
>> [...] it seems to me there’ll be trouble.
>> 
>> What would cause trouble?
>> 
>> <:-) 
>> 
>> -- 
>> 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/fd663c98-8821-484f-9aa5-b183c8c40737%40googlegroups.com
>>  
>> .
> 
> 
> -- 
> 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/57567AD7-3566-42E7-A242-27D907D4B181%40gmx.net
>  
> .

-- 
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/AE5D48B0-02BD-4ADC-A805-6F0A06D0E8AF%40gmx.net.


Re: [tw5] Re: question from a new group member

2020-04-09 Thread Klaas Vaak
Soory Mat, I forgot the word “no” before trouble.

> On 2020-Apr-09, at 14:48, Mat  wrote:
> 
> Klaas Vaak wrote:
> [...] it seems to me there’ll be trouble.
> 
> What would cause trouble?
> 
> <:-) 
> 
> -- 
> 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/fd663c98-8821-484f-9aa5-b183c8c40737%40googlegroups.com
>  
> .

-- 
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/57567AD7-3566-42E7-A242-27D907D4B181%40gmx.net.


Re: [tw5] Re: question from a new group member

2020-04-09 Thread Mat
Klaas Vaak wrote:
>
> [...] it seems to me there’ll be trouble.
>

What would cause trouble?

<:-) 

-- 
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/fd663c98-8821-484f-9aa5-b183c8c40737%40googlegroups.com.


Re: [tw5] question from a new group member

2020-04-09 Thread Mat
Klaas Vaak wrote:
>
> @林东吴: what is “lazy loading”?
>

See the docs: https://tiddlywiki.com/prerelease/#LazyLoading

This is only a concern if you use the node.js version of TW. 

<:-)

-- 
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/32b7375b-498a-47b3-be2a-decead9fe27b%40googlegroups.com.


Re: [tw5] Re: question from a new group member

2020-04-09 Thread Klaas Vaak
@Mat: I understand. I have no intention doing any “heavy stuf”, just text and 
links to images.

So, combining your answer with that of 林东吴, it seems to me there’ll be trouble.

Thanks guys for replying.

> On 2020-Apr-09, at 14:36, Mat  wrote:
> 
> With the basic package, it's free up to 100 tiddlers. Then the monthly 
> service is $1 per   JUUUST kidding. 
> 
> Seriously, this has been asked before if you search the archives. But, in 
> short, there is no real upper limit. It is more critical what you "do" with 
> the tiddlers, i.e if you use calculation heavy stuff, particularly if you do 
> this in "templates" that affect a lot of tiddlers. Do consider that (vanilla) 
> TW is a single html file (a "web page") so this is what sets the limits. 
> Asking how many tiddlers is like asking how many rectangles can a webpage 
> have? :-)
> 
> <:-)
> 
> -- 
> 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/1563d425-78d6-48ec-8d5f-48f5aef77c94%40googlegroups.com
>  
> .

-- 
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/7652B1A1-EB09-4961-9E45-57D5F6EA8726%40gmx.net.


Re: [tw5] question from a new group member

2020-04-09 Thread Klaas Vaak
@林东吴: what is “lazy loading”?

> On 2020-Apr-09, at 14:19, 林东吴  wrote:
> 
> I've heard someone have html file up to GB...
> If you are using local nodejs version , I think the only limit is computer 
> memory.
> If you are using SoLiD version with lazy loading, I think there will be no 
> limit.
> 
> Klaas Vaak mailto:klaas.v...@gmx.net>> 于2020年4月9日周四 
> 下午6:39写道:
> I am a new member to the group.
> Can you tell me What is the maximum no. of tiddlers a TW file can accept?
> 
> -- 
> 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/A3724821-E59C-4B2E-8698-E54376458DD3%40gmx.net
>  
> .
> 
> -- 
> 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/CA%2BmF0D9Zi0if9gCXLStyf5b5pss7QTJmxoM__gVQsW_Z6SBUrQ%40mail.gmail.com
>  
> .

-- 
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/A8678969-AE2D-4432-9EEA-32034B540BE6%40gmx.net.


[tw5] Re: question from a new group member

2020-04-09 Thread Mat
With the basic package, it's free up to 100 tiddlers. Then the monthly 
service is $1 per   JUUUST kidding. 

Seriously, this has been asked before if you search the archives. But, in 
short, there is no real upper limit. It is more critical what you "do" with 
the tiddlers, i.e if you use calculation heavy stuff, particularly if you 
do this in "templates" that affect a lot of tiddlers. Do consider that 
(vanilla) TW is a single html file (a "web page") so this is what sets the 
limits. Asking how many tiddlers is like asking how many rectangles can a 
webpage have? :-)

<:-)

-- 
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/1563d425-78d6-48ec-8d5f-48f5aef77c94%40googlegroups.com.


Re: [tw5] question from a new group member

2020-04-09 Thread 林东吴
I've heard someone have html file up to GB...
If you are using local nodejs version , I think the only limit is computer
memory.
If you are using SoLiD version with lazy loading, I think there will be no
limit.

Klaas Vaak  于2020年4月9日周四 下午6:39写道:

> I am a new member to the group.
> Can you tell me What is the maximum no. of tiddlers a TW file can accept?
>
> --
> 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/A3724821-E59C-4B2E-8698-E54376458DD3%40gmx.net
> 
> .
>

-- 
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/CA%2BmF0D9Zi0if9gCXLStyf5b5pss7QTJmxoM__gVQsW_Z6SBUrQ%40mail.gmail.com.


[tw5] question from a new group member

2020-04-09 Thread Klaas Vaak
I am a new member to the group.
Can you tell me What is the maximum no. of tiddlers a TW file can accept?

-- 
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/A3724821-E59C-4B2E-8698-E54376458DD3%40gmx.net.


[tw5] Noto Emoji: Svg, Png, and Font

2020-04-09 Thread Mohammad
A new release of Noto-Emoji is out there!

The Noto EMoji from Google is a great collection of free svg, png, and font!
It is very handy to be used in your Tiddlywiki. I love their svg to iconify 
my writings in Tiddlywiki

For more info see:

https://github.com/googlefonts/noto-emoji


--Mohammad

-- 
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/e797072b-58c6-47d2-aefc-5ed5247055fa%40googlegroups.com.


[tw5] Re: TiddlyWiki Math Fields with tags

2020-04-09 Thread Eric Shulman
On Thursday, April 9, 2020 at 12:03:21 AM UTC-7, TonyM wrote:
>
> Just wrap the whole thing as follows
>
> '`
>

Minor typo in Tony's reply.  As with all widgets, the widget name should 
have a "$" prefix.  This differentiates it from a standard HTML or XML 
element.

Thus:
<$text text={{{ ... }}} />

and, for your desired literal "$", you would write:
$<$text text={{{ ... }}} />

enjoy,
-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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8518a69a-3d3c-4c7a-bf2f-e35d6cf01f77%40googlegroups.com.


[tw5] Re: TiddlyWiki Math Fields with tags

2020-04-09 Thread TonyM
Just wrap the whole thing as follows

'`

tony

-- 
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/5a1af3d6-5928-4cfd-9377-12fe1400568f%40googlegroups.com.