rxliuli / joplin-utils

Joplin-based community tool
https://joplin-utils.rxliuli.com/
MIT License
235 stars 36 forks source link

[Question]: How to exclude or ignore all notes inside a notebook from some extensions #60

Closed serranomorante closed 2 years ago

serranomorante commented 2 years ago

Confirmation

The tool/kit related to this post

joplin-vscode-plugin

Describe the question

I have a notebook where I store all my clipped markdown pages.

Joplin notebooks

I want to exclude all these notes from extensions like markdownlint and spell right because I don't need markdown linting or spell checking on web clippings. Neither notebook name nor filename works.

vscode settings

Things I have tried without success:

How can I exclude all those files inside this notebook?

rxliuli commented 2 years ago

I mean, there is now no way to ignore specific directories in joplin. The main reason is:

directory tree exists in joplin

image

But when using vscode to open, it will be opened in the temporary directory ~/AppData/Roaming/Code/User/globalStorage/rxliuli.joplin-vscode-plugin/.tempNote/test.md

image

Tools such as markdown lint generally use the directory or file name as the matching rule, but they cannot be distinguished in the same directory. Either ignore all or check all.

serranomorante commented 2 years ago

Right now, you are legally excluded from a specific book, because you own the original md document and have the same title. However, it is possible to exclude the property of joplin.

Sorry I don't understand ;(

Thank you for the quick reply!

rxliuli commented 2 years ago

Right now, you are legally excluded from a specific book, because you own the original md document and have the same title. However, it is possible to exclude the property of joplin.

Sorry I don't understand ;(

Thank you for the quick reply!

I updated the response a bit, in short I don't think it's currently possible to ignore a directory in joplin because it doesn't actually exist locally

serranomorante commented 2 years ago

Thank you!