Note overview

Only one occurrence is supported

Is like type:todo OR iscompleted:0 OR tag:spam OR tag:office
I mean the any is for the complete search not only after the occurence!

@jackgruber

Ok, I get the hang of it. Means that if I use any:1, I cannot add additional filters (like "type:todo iscompleted:0") - just the tags that I am looking for.

Thanks for clarification!

The best plugin!
But i want add some text before or after table.
That about this functional?

No there is no such function

Great plugin, thanks!

@ambrt has an "Embed Search" that does not work on mobile. I like to have your plugin so that searches will display on mobile.

One thing that is nice in the "Embed Search" plugin is the ability to include the search with other text in the note (embed it!). Could you add the ability to do that? It seems that I can't add anything else in my note around your syntax, or the overview will not be created / updated. I assume this capability would also allow for more than one overview to appear in a note.

Plugins are not supported on mobile.

Yes, I know. I think you misinterpreted what I wrote. Because plugins are not supported on mobile, I use this plugin, since desktop will generate the overview as a static table, which is then visible on mobile.

My requests are to add some features here that will mimic some of those in the Embed Search plugin.

1 Like

What should I expect if I sort on tags? It appears I'm not getting expected behavior or anything I can sorting method I can figure out.

From the docu:

sort By which field should be sorted, the size , tag and notebook fields can't be sorted (Optional). <field> DESC/ASC , Default: title ASC

Not sure if I will implement this function, but I'll give it some thought

Thanks.

Sorry I missed the docs.

1 Like

One more request if possible: could the number of notes found be shown somewhere? Or is there already a something I can add to the field line to have that show up?

I have put it on the enhancement list.

Great! Thanks.

v1.3.3 (2021-02-13)

  • Add: #5 Show number of found notes

@skim1124

2 Likes

Awesome! Thanks for the quick work.

Dear Jack,
Would it be possible to add a search for all reminders? And then sort them also ascending/descending?

Thanks,
MaBo

@mabo allready implemented.

<!-- note-overview-plugin
search: type:todo iscompleted:0
fields: todo_due, title, tags, notebook
sort: todo_due ASC
-->

I have added some exaples

2 Likes

Dear Jack,

Thank you for the fantastic plugin. I was able to get it to work by searching through tags. I've hit a roadblock while searching under Subnotebook.

Eg: Let's say I have a main notebook called "Work" and I have a Subnotebook called "Meetings" inside "Work" notebook. I need to see the overview of all notes inside my "Meetings" notebook.

Here's what I have tried:

<!-- note-overview-plugin
search: notebook:Work/Meetings
fields: created_time, title, notebook, size, tags
alias: created_time AS Meeting Date, title AS Title, notebook AS Notebook, size AS File Size, tags AS Tags
sort: title DESC
-->
| Meeting Date | Title | Notebook | File Size | Tags |
| --- | --- | --- | --- | --- |
Note count: 0

If I do the same search with tags it works perfectly fine, but here in this specific case, I want to search inside Subnotebook without using tags.

Thank you for your help in advance.

Cheers!

When I'm correct is a search for Subnotebook structure at the moment not possible.

@naviji Is this correct and is it possible to implement a search for a subnotebook structure like notebook:Work\Meetings?

1 Like

Can't you just do

search: notebook:Meetings

Do you have another notebook named "Meetings" that is not a subnotebook of "Work"?
If so, there is currently no way to distinguish between them.