Re: [tw5] Re: List not working anymore when I enter // into the text

2021-09-22 Thread CJ Veniot
Oops. By any wiki, I do mean any "TiddlyWiki". What can I say, I like TiddlyWiki so much, I forget about the other ones ... On Wed, Sep 22, 2021 at 10:29 PM Charlie Veniot wrote: > G'day heusmich, > > Just a few "//" options. For the giggles, download attached and drag into > TiddlyWiki.com

[tw5] Re: List not working anymore when I enter // into the text

2021-09-22 Thread Charlie Veniot
G'day heusmich, Just a few "//" options. For the giggles, download attached and drag into TiddlyWiki.com (or any wiki) for import of sample tiddler. Cheers ! On Wednesday, September 22, 2021 at 6:32:53 PM UTC-3 heusmich wrote: > Hi @all, > > I´m currently creating a guideline with the help

[tw5] Re: List not working anymore when I enter // into the text

2021-09-22 Thread Soren Bjornstad
The immediate solution is to use *ext* for your Steam link: [ext[steam://rungameid/251570]] This syntax is described in Linking in WikiText . If you didn't want a link, another solution would be to use `single backticks` around the text

[tw5] List not working anymore when I enter // into the text

2021-09-22 Thread 'heusmich' via TiddlyWiki
Hi @all, I´m currently creating a guideline with the help of the list function in a tiddler. That means I use this formatting: * Item 1 ** Subitem 1 ** Subitem 2 * Item 2 * Item 3 ... Now I want to enter a path to start a steam game as an example (for example the path

[tw5] Re: A tour through my Zettelkasten

2021-09-22 Thread Soren Bjornstad
The Zettelkasten edition I talked about wanting to get together is public now. It's still alpha-ish, but in much better shape than the version I published here. You can find a link and continue discussion of it on this thread:

[tw5] Re: How to increase the line height of content in editor?

2021-09-22 Thread strikke...@gmail.com
@Stobot, Unfortunately I do not know, I have tried for years until I ran out of ideas to try out. I did see the same as you describe in the inspector. On Wednesday, September 22, 2021 at 4:45:20 PM UTC+2 Stobot wrote: > Ha! @Birthe / strikke... I was WAY OFF - wrong type of height - whoops! >

[tw5] Re: How to increase the line height of content in editor?

2021-09-22 Thread strikke...@gmail.com
As you can see in the image, I created a tiddler and tagged it $:/tags/Stylesheet. In the tiddler you write: ``` .tc-tiddler-edit-frame textarea.tc-edit-texteditor { line-height:35px; } ``` Or what height you would like, On Wednesday, September 22, 2021 at 5:01:31 PM UTC+2 Chunxuan wrote: >

[tw5] Re: How to increase the line height of content in editor?

2021-09-22 Thread Chunxuan
@ strikke... this is intersting! Where should I put the code so it becomes the default setting for all tiddles? On Wednesday, September 22, 2021 at 4:27:13 PM UTC+2 strikke...@gmail.com wrote: > [image: Editor lineheight.png] > > On Wednesday, September 22, 2021 at 3:35:15 PM UTC+2 Chunxuan

[tw5] Re: How to increase the line height of content in editor?

2021-09-22 Thread Stobot
Ha! @Birthe / strikke... I was WAY OFF - wrong type of height - whoops! Thanks for saving the day. For my own curiosity, do you know of how to get to the height (rather than the actually asked-for line-height)? I can see in the browser-tools thing there's a `height: 100px;` there, but can't

[tw5] Re: How to increase the line height of content in editor?

2021-09-22 Thread strikke...@gmail.com
[image: Editor lineheight.png] On Wednesday, September 22, 2021 at 3:35:15 PM UTC+2 Chunxuan wrote: > I have trouble to see the image, so try it again here. > > > > [image: Screenshot_2021-09-22_14-25-57.png] > > > On Wednesday, September 22, 2021 at 2:27:42 PM UTC+2 Chunxuan wrote: > >> Sorry

[tw5] Re: How to increase the line height of content in editor?

2021-09-22 Thread Stobot
I tried to get it @Chunxuan, but my CSS skills are very beginner, but I think I'm *close*. With the below I can change the color of the text-area, but the height doesn't seem to work. (Ah pmario just posted while I'm writing this - he knows a lot more about this than I do, but I'll still post

[tw5] Re: How to increase the line height of content in editor?

2021-09-22 Thread PMario
I think it is possible, but the editor is covered in an iframe. .. So I think it will need to change some core code. I think it's not possible to change it with CSS from the main wiki. -mario On Wednesday, September 22, 2021 at 3:35:15 PM UTC+2 Chunxuan wrote: > I have trouble to see the

[tw5] Re: How to increase the line height of content in editor?

2021-09-22 Thread Chunxuan
I have trouble to see the image, so try it again here. [image: Screenshot_2021-09-22_14-25-57.png] On Wednesday, September 22, 2021 at 2:27:42 PM UTC+2 Chunxuan wrote: > Sorry for the unclear description, a screen shot is attached. I would like > to increare the line height in the grey

[tw5] Counting specific words

2021-09-22 Thread 'mohamed maghrabi' via TiddlyWiki
Hi , is there a way to count the number of occurrences of a specific word in a tiddler I have serached , but could only find a plugin that counts the total number of words, or total number characters. -- You received this message because you are subscribed to the Google Groups

Re: [tw5] Re: Filter tiddlers with exactly one tag.

2021-09-22 Thread Eric Shulman
On Wednesday, September 22, 2021 at 5:23:57 AM UTC-7 cj.v...@gmail.com wrote: > [tag[playground]tag[rust]tag[test]tag[two words]] > The OP goal was to find tiddlers that have all the specified tags, but ONLY those tags and no others. The problem is that the filter you suggest will also match

[tw5] Re: How to increase the line height of content in editor?

2021-09-22 Thread Chunxuan
Sorry for the unclear description, a screen shot is attached. I would like to increare the line height in the grey input area, i.e., the line height of "test1", "list2", or "* list1" etc. On Wednesday, September 22, 2021 at 2:22:54 PM UTC+2 PMario wrote: > Hi, > I'm not really sure, what you

Re: [tw5] Re: Filter tiddlers with exactly one tag.

2021-09-22 Thread CJ Veniot
[tag[playground]tag[rust]tag[test]tag[two words]] On Wed, Sep 22, 2021 at 2:52 AM thor...@gmail.com wrote: > I tried to experiment with > `[enlist{!!tags}sort[]join[,]match[playground,rust,test,two words]]` and > uploaded the results. `[enlist{!!tags}sort[]join[,]]` returns the same > thing as

[tw5] Re: How to increase the line height of content in editor?

2021-09-22 Thread PMario
Hi, I'm not really sure, what you mean. Can you post a screenshot, where your problem is -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

[tw5] How to increase the line height of content in editor?

2021-09-22 Thread Chunxuan
Sorry it is a quite naive question, to me the line height in tiddle editor (the gray area) is too small when writing lists. I played with "Line height" and "Line height for tiddle" and it seems to make no difference. What is the right way to do it? Thanks very much! -- You received this

[tw5] Re: Filter tiddlers with exactly one tag.

2021-09-22 Thread Eric Shulman
On Tuesday, September 21, 2021 at 10:52:04 PM UTC-7 thor...@gmail.com wrote: > I tried to experiment with > `[enlist{!!tags}sort[]join[,]match[playground,rust,test,two words]]` and > uploaded the results. `[enlist{!!tags}sort[]join[,]]` returns the same > thing as