mikhail-angelov / shared-notes

MIT License
5 stars 0 forks source link

add directory button #3

Open yosefy opened 10 months ago

yosefy commented 10 months ago

first of all thank you so much after testing so many note plugins, this one just stands out by:

1) search by text inside notes 2)simple and stands of the way of coding

very happy with this!

few suggestions: add some type of "create dir button" (not critical as we can open root folder and just create it manually) add "remove file" button same not critical goes here.

may be this will help someone, this worked great for me:

add 2 settings to vscode: image

image

and now it opens .md files in preview mode. to edit just need to double click it

mikhail-angelov commented 9 months ago

thank you for suggestions but this is very simple project and looks like most features you requested could be done outside of this extension, let's keep it as is, do not make it more complicated

about show md files as rendered view maybe it make sens to do it as option, but i'm not sure it's needed in my case I modify notes very often, so if I open note in read only mode, I need to do extra action to modify it looks like not good UX for me

one feature I want to implement - if user search for some text and click on founded text, it just open file , but not navigate to exact line, this is annoying )

yosefy commented 6 months ago

hi @mikhail-angelov it is so much hustle do go to finder each time... what do you say like creating "dir_name/internal_dir_name/file_name.md" will create dirs and file in the end?

then we don't need buttons and such only you provide relative path

thanks anyway