sballin / alfred-search-notes-app

Use Alfred to quickly open notes in iCloud/Apple Notes.
https://www.alfredforum.com/topic/11716-search-appleicloud-notes/
MIT License
510 stars 24 forks source link

not support to search when my note has a table #27

Closed bloatfan closed 4 years ago

bloatfan commented 4 years ago

Describe the bug can't find table content

To Reproduce

1、I have a note, the note contains a table like this

name tag usage mark use help
jcmd java view jar startup argument jcmd pid help

2、when i search by press nb jcmd, it show no result

Desktop:

Additional context

can't parse note format correctly when the note contains a table

https://github.com/sballin/alfred-search-notes-app/blob/166f699956ae34a0c26a8ee613d4e33a1517c681/search/main.go#L205

I really appreciate your help,thank you!

sballin commented 4 years ago

Here is a new test version with table support, let me know if there are any issues! You can also grab the latest commit and compile if you prefer.

Search Notes.alfredworkflow.zip

bloatfan commented 4 years ago

Here is a new test version with table support, let me know if there are any issues! You can also grab the latest commit and compile if you prefer.

Search Notes.alfredworkflow.zip

it's cool, now it support to search text in a table, thank you very much!