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

Postprocess recursive start at #212

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

Conversation

skewballfox
Copy link

I added a postprocessing step to recursively add Notes linked from the start_at directory to a specific depth, along with a command line flag. I've updated the docs as well as made a test for the new postprocessing step.

Note this could be made more efficient by altering lib.rs to include the ability to set the filter_op like so:

pub fn set_filter_op(&mut self, filter_op: impl Fn(&'a PathBuf) -> bool + 'a) {
        self.filter_op = filter_op;
    }

though I avoided making any changes to lib.rs, so right now it does reparse all files at each iteration step.

If there are any changes I need to make, please let me know

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.

1 participant