Giter Club home page Giter Club logo

security-testing-obsidian-checklist-plugin's Introduction

LOOKING FOR ANOTHER MAINTAINER TO HELP OUT There's quite a bit of work to do on this plugin still and i've been neglecting it because work is too busy. I would love some help, or at least someone who could approve PRs and triage issues. Send me an email at [email protected] if you're interested.

obsidian-checklist-plugin

This plugin consolidates checklists from across files into a single view.

screenshot-main

Usage

After enabling this plugin, you will see the checklist appear in the right sidebar. If you do not you can run the Checklist: Open View command from the command palette to get it to appear.

By default block of checklist items you tag with #todo will appear in this sidebar.

You can complete checklist items by checking them off in your editor (e.g. - [ ] -> - [x]) or by clicking a checklist item in the sidebar which will update your .md file for you

Configuration

screenshot-settings

Tag name: The default tag to lookup checklist items by is #todo, but may be changed to whatever you like

Show completed?: By default the plugin will only show uncompleted tasks, and as tasks are completed they will filter out of the sidebar. You may choose to show all tasks

screenshot-completed

Show All Todos In File?: By default the plugin will only show tasks in the block that is tagged - changing this will show all tasks present in a file if the tag is present anywhere on the page.

Group by: You can group by either file or tagname. If you choose to group by tag name they will appear in the order that they first appear in your files (or last depending on sort order)

screenshot-tags

Sort order: By default checklist items will appear in the order they appear in the file, with files ordered with the oldest at the top. This can be changed to show the newest files at the top.

Glob File Matching

The "Include Files" setting uses Glob file matching. Specifically the plugin uses minimatch to match the file pattern - so any specific oddities will come from that plugin.

Couple of common examples to help structure your glob:

  • !{_templates/**,_archive/**} will include everything except for the two directories _templates and _archive.
  • {Daily/**,Weekly/**} will only include files in the Daily & Weekly directories

I recommend the Digital Ocean Glob Tool for figuring out how globs work - although the implementation is not identical to minimatch so there might be slight differences.

security-testing-obsidian-checklist-plugin's People

Contributors

aziham avatar delashum avatar dependabot[bot] avatar ernstnaezer avatar flankstaek avatar gnopps avatar jojobyte avatar krivaten avatar minivan avatar mochsner avatar osslate avatar shravansunder avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.