Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add command to exclude notes #20

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

harmtemolder
Copy link
Contributor

I’ve added a command to the command palette to add the currently opened note to an ignore list. That list can be managed from the settings tab. This could cover #4 and #6, I believe.

@harmtemolder
Copy link
Contributor Author

@larslockefeer PS Of my 4 pull requests, it makes sense to merge this one first, because I’ve come to know your plugin a bit better by now and this includes improvements on what I did in the others

Comment on lines +22 to +28
this.addCommand({
id: 'refresh-all',
name: 'Refresh All',
callback: () => {
this.prepareIndex(true);
},
});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh this is a great one! Maybe we can add one command to easily create a todo list. I like how easy to create a todo list at Craft, maybe we can bring it to obsidian
Screenshot 2022-08-16 at 18 47 22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants