tintinweb / vscode-inline-bookmarks

Customizable inline Bookmarks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=tintinweb.vscode-inline-bookmarks
GNU General Public License v3.0
45 stars 14 forks source link

Export bookmarks to Bookmark.md file #73

Open 999max opened 9 months ago

999max commented 9 months ago

I would like to see functionality for exporting all project bookmarks (notes) into one file. Bookmarks can be exported as following example:

./directory/filename1.ext  L118 @tag bookmark text1
./directory/filename2.ext  L53 @tag bookmark text2
./directory2/filename3.ext  L1253 @tag bookmark text3
...

thanks in advance