[tw5] Re: What is the max limit number of tiddlers under a node-tiddlywiki server?

2020-10-12 Thread yrosgi L
Hi Mario, This question actually raising when I think and care about what case will cause performance issues. For example, if my wiki has 65535 tiddlers and each tiddler near about 128KiB, will the search box still work fine? or whether the wiki start time become longer? PS: the number 2^32-1

[tw5] What is the max limit number of tiddlers under a node-tiddlywiki server?

2020-10-11 Thread yrosgi L
The node-tiddlywiki store separate tiddlers into the single directory "tiddlers" under the server's root. As I know that the file system such as NTFS' maximum file number is 2^32-1, what will happen when the number of tiddlers reaches the file system limit? Will the global search function

[tw5] Re: Three alias plugin, what's the difference of their design/implementation?

2020-08-15 Thread yrosgi L
Thank you, Mat. I'm sorry that I ignored the note about differences previously. And your aliases plugin also look nice. After rethink about these alias plugin, maybe the key of my problem is not a alias plugin but to find a way that extend the search field when adding tags. Thanks for your

[tw5] Three alias plugin, what's the difference of their design/implementation?

2020-08-12 Thread yrosgi L
The original feature I wanted was tag aliasing, such as there's a tag A, and B is an alias of A, when add B to a tiddler, it can also find the tiddler by search tag A. As I see, this logic is obscure, so I try to find some available alias plugin or system. As the result, I found these(listed as

Re: [tw5] sometimes there will be a draft of draft of a tiddler

2020-08-08 Thread yrosgi L
Sorry PMario, Actually I do not test it on tiddlywiki.com yet. Because it just occurred one time and the second time it become right. P.S. I opened many tiddlers(about 15 or more) on my wiki. Also I set the option that let the URL anchor's path map to the list of opened tiddlers. Best

Re: [tw5] sometimes there will be a draft of draft of a tiddler

2020-08-08 Thread yrosgi L
Hi Jeremy, Today I found another strange behavior: 1. create a new tiddler(B) from a exist tiddler(A), do some input 2. edit another tiddler(C) and then, the tiddler C's content will display as empty and can not close by click the button of the edit box. While, this case can solve by click the

[tw5] Re: sometimes there will be a draft of draft of a tiddler

2020-08-04 Thread yrosgi L
PS: because the last time I lost a tiddler(recover from git history finally), this time I choose to close the draft of the draft of something, and it will become to a draft of something, and then close it normally. Fixed. -- You received this message because you are subscribed to the Google

[tw5] sometimes there will be a draft of draft of a tiddler

2020-08-04 Thread yrosgi L
And if I change the name "the draft of the draft of something" to "something", it will noticed there has already a tiddler named "something". I remembered this is not the first time I face the problem. And the last time I choose to delete the draft of the draft, but the original tiddler was

[tw5] Re: How to modify the created field in the right way?

2020-06-16 Thread yrosgi L
Thank you all -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+unsubscr...@googlegroups.com. To view this discussion on the web visit

[tw5] How to modify the created field in the right way?

2020-06-15 Thread yrosgi L
I use node/tiddlywiki to serve the content. Recently I recover a tiddler by copy the content from git history and recreate the tiddler. So the created day is different from the origin. I tried to manually modify the tiddler by using a text editor, but there is nothing change after I saved the

[tw5] Re: is there any method to link text to the filter search result?

2020-05-15 Thread yrosgi L
Thank you, Eric! It looks like a magic. 在 2020年5月15日星期五 UTC+8下午4:20:16,Eric Shulman写道: > > On Friday, May 15, 2020 at 12:21:34 AM UTC-7, yrosgi L wrote: >> >> For example, there is a query text "[tag[todo]]" in a tiddler. >> What it should link to is the

[tw5] is there any method to link text to the filter search result?

2020-05-15 Thread yrosgi L
For example, there is a query text "[tag[todo]]" in a tiddler. What it should link to is the search page (like "$:/core/ui/AdvancedSearch/Filter") but listed the result of the query text. Personally I think it is impossible because I haven't find a way to pass the value to the search page. And

[tw5] Re: How TiddlyWiki store the order information of tag's item?

2020-05-14 Thread yrosgi L
Thanks! Tony 在 2020年5月14日星期四 UTC+8下午3:56:17,TonyM写道: > > On a tiddler with the name of the tag the order is listed in its list > field only after your first go at changing the order. > > Tony > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To

[tw5] How TiddlyWiki store the order information of tag's item?

2020-05-14 Thread yrosgi L
I found that the item in the pop menu of a tag can drag and change the order. I'm curious about where the order information store and how it works? Thanks :) -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and

[tw5] Re: How to show text conditionally when the field is no empty?

2020-05-14 Thread yrosgi L
mentation > is a great reference. > > On Wednesday, May 13, 2020 at 6:22:58 AM UTC-5, yrosgi L wrote: >> >> Hi, Eric. May I ask one more detail about the $list filter that how to >> check whether a tiddler has backlinks? >> >> Thanks >> >> 在 2020年5月12日星期

[tw5] Re: How to show text conditionally when the field is no empty?

2020-05-13 Thread yrosgi L
If you're not sure where backlinks[] comes from, the filter operators > <https://tiddlywiki.com/#Filter+Operators> tiddler in the documentation > is a great reference. > > On Wednesday, May 13, 2020 at 6:22:58 AM UTC-5, yrosgi L wrote: >> >> Hi, Eric. May I ask one mo

[tw5] Re: How to show text conditionally when the field is no empty?

2020-05-13 Thread yrosgi L
Hi, Eric. May I ask one more detail about the $list filter that how to check whether a tiddler has backlinks? Thanks 在 2020年5月12日星期二 UTC+8上午9:37:47,Eric Shulman写道: > > On Monday, May 11, 2020 at 5:51:14 PM UTC-7, yrosgi L wrote: >> >> I have tried to add the source field to

[tw5] Re: Add Gitlab saver config on TW5+node.js but doesn't work

2020-05-13 Thread yrosgi L
Many thanks to you! Mario 在 2020年5月13日星期三 UTC+8下午6:55:19,PMario写道: > > Hi, > > There is some more info at: > https://github.com/Jermolene/TiddlyWiki5/issues/4638 > > -m > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw5] Add Gitlab saver config on TW5+node.js but doesn't work

2020-05-12 Thread yrosgi L
Currently it can only save automatically on the server local. Even tried another to config a Github saver, saved and restarted the server, it still only save to the server local. Another question for curious is that where does the tiddlywiki store the Gitlab config's password/token? I check the

[tw5] Re: How to show text conditionally when the field is no empty?

2020-05-12 Thread yrosgi L
Thank you all above, the Eric's one seems good. -- 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

[tw5] How to show text conditionally when the field is no empty?

2020-05-11 Thread yrosgi L
I have tried to add the source field to the view template with following text: source: {{!!source}} > when the source field is empty, it just display "source:" at the bottom. I hope that the snippet above only display while source field is no empty. How can I do that? Thanks. -- You received

[tw5] what's the right way to install plugin(which has dependency) on TW5+node.js?

2020-05-10 Thread yrosgi L
I followed the guide and edited tiddlywiki.info by adding "zh-CN" into language section, then restart the server and change the language but nothing works. By reading the plugin.info I found that it has a depends on "zh-Hans". So, after adding this depends into tiddlywiki.info, both the