vorotamoroz
vorotamoroz
検証ありがとうございます、いただいたファイルから作ったダミーファイルを食べさせたところ、僕の端末だともっとかかってスンとなりました。 なので、v018.2では、ダミーファイルをさらに2倍にしたものを30秒程度で表示できるように直してみました。 アクティブなものだけ表示、は下記CSSスニペットを当てていただいても良いですか?(ちなみに、アクティブなものを上に寄せる、も[CSSスニペット](https://gist.github.com/vrtmrz/ccd635c602f3421c08d66b8a19ed93ce)でできます) ```css [data-type=tagfolder-link-view] .tree-item { display: none; } [data-type=tagfolder-link-view] .tree-item:has(.is-active) { display: block; } ``` どんな感じでしょうか。。 > ところで、タグがないもの(untagged)を表示しないオプションが設定でどれなのかわからなかったので、ついでに教えて下さい。よろしくお願いします。 フォルダを消すのであれば、Ignore tags に`_untagged`を入れてもらえると消えます。もしルートに展開されていてそれを止めたいのであれば`Keep untagged items on the root`を無効にしてもらえると消えます。 よろしくおねがいしますー
Thank you for your request! I am really sorry to have missed this! Indeed! I thought that it might be useful. However, actually, it is more, and brilliantly useful than...
Thank you for opening this issue, and I apologise for your inconvenience! Before v0.17.2, link tracing was working excessively. It has been fixed at v0.17.3. If we are not using...
I am so sorry for being so late! However, I am really sorry I have not realised what is the matter yet. When enabling only `Incoming`, notes which having no...
Thank you for asking me! And, sorry for the delayed response. It should be shown top of the area. However, this will be scrolled out with items (This behaviour has...
Thank you for using this plugin and for your request! This has been applied on v0.15.13, but perhaps TagWrangler also needs some work. It looks like something getting weird due...
Thank you for asking me and I am sorry for being late! `Search tags inside TagFolder when clicking tags` does not help you?
Thank you for your great idea! I thought It might be very useful, so it has been implemented at v0.16.8 as `Prioritize items which are not contained in sub-folder`. (In...
Thank you for pointing this out to me! However, it has not been reproduced in my environment... May I ask the version of your Obsidian? And, they are able to...
Thank you for your idea! and sorry for being late! I think that it might be so useful! However, the amount of computation might be much enlarged, without some tricks....