indrajithi / vs-journal

VSCode extension to create journals/notes and sync to your remote repository
MIT License
6 stars 2 forks source link

Feature: Search Notes and Journals #2

Open indrajithi opened 3 weeks ago

indrajithi commented 3 weeks ago
anaritadauane commented 3 weeks ago

Hi,

Can you assign it to me?

anaritadauane commented 3 weeks ago

Hi,

Can you assign it to me?

Can you please specify the features?

indrajithi commented 3 weeks ago

I was thinking to add support for a search feature. You can explore if we can use the VScode apis for searching or we can do a search using our code.

There are two features here. One to search the notes by title. It will be straight forward. We can list all the files in the notes directory and the sub directories inside and match the name with the search query.

To search we can have command like. >VSJournal: Search Notes by Title

Once you type the title. We can return the result in same dropdown style. No need to show the result in a new file.

For the second feature (search in notes). We need to do a little bit of research. We need to return the result after we search in the note contents. (We can pick this as a separate feature in a new issue). In this issue let us focus on the first one. I will create a new issue for the second feature.

Let me know if you have any questions or feedback.

indrajithi commented 3 weeks ago

@anaritadauane I have updated the Issue content. LMK your thoughts.

anaritadauane commented 2 weeks ago

@anaritadauane I have updated the Issue content. LMK your thoughts.

Thank you for the update @indrajithi Now, it is more than clear to me I'm on it 🙂

anaritadauane commented 1 week ago

Hi @indrajithi,

I been trying to run the code but I have this error and I don't what it is.

Screenshot 2024-06-22 at 19 21 46 Please help