vscode-inline-bookmarks
vscode-inline-bookmarks copied to clipboard
Export bookmarks to Bookmark.md file
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
I'm working on a fork ot this. Can you explain your use case for this request?
hey this can be quite useful when auditing code and you are going to export all issues into one file (report) also, probaly for creating a changelog of a project or tracking issues.