Results 15 comments of lbgws2

As for batch data import, I check whether this function is implemented every day

It's been a few months, and the data import I want has not been realized. Continue to pay attention

Now, this function has come into reality from my dream. Thank you very much

> Hi, @lbgws2. Thank you for your FR :) > > > Is there a plan to support fuzzy matching, which makes it easier to complete words instead of starting...

I have tested the 7.0.0-beta6, I used about 60000 words as a custom dictionary, which looks like this ![image](https://user-images.githubusercontent.com/3014778/171069218-791b0d1f-0933-44bb-9951-8f48ae8e30d4.png) When I input english words, it can perform fuzzy matching very...

@tadashi-aikawa > Does "fuzzy search" mean [Match strategy = partial](https://tadashi-aikawa.github.io/docs-obsidian-various-complements-plugin/4.%20Options/4.1.%20Main/%E2%9A%99%EF%B8%8FMatch%20strategy/#partial) in any chance? And if it is correct, Don't I have to implement the feature about this issue? I don't...

Maybe I didn't make myself clear I mean using the markdown hierarchy to quickly get relevant content For example, when I input H3, I can quickly list the contents of...

I spent some time solving this problem 1. Download this utf8.vim file [here](https://gist.github.com/lbgws2/62087a9707a78f12b261006763ea0176) and replace it with the utf8.vim file in ../plugged/vim-easymotion/autoload/EasyMotion/migemo The file encoding should be utf-8 not need...

Yes, I have noticed the content of attributes. The suggestion is that I want to input a large number of labels quickly. I also notice that all attributes from the...

Perhaps this is feasible You can call the APIs of other plugins in dataviewjs Like this app.plugins.plugins["metaedit"].api; app.plugins.plugins["obsidian-full-calendar"];