{"id":15513346,"url":"https://github.com/JonasDoesThings/obsidian-hide-folders","last_synced_at":"2025-10-12T09:32:39.102Z","repository":{"id":87021705,"uuid":"565970120","full_name":"JonasDoesThings/obsidian-hide-folders","owner":"JonasDoesThings","description":"Toggle the visibility of folders in the Obsidian.MD file navigator based on name-patterns","archived":false,"fork":false,"pushed_at":"2024-07-02T16:54:46.000Z","size":294,"stargazers_count":53,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T16:45:45.488Z","etag":null,"topics":["obsidian","obsidian-md","obsidian-plugin","obsidian-vault","obsidianmd"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JonasDoesThings.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"buy_me_a_coffee":"jonasdoesthings"}},"created_at":"2022-11-14T17:51:01.000Z","updated_at":"2025-07-05T09:11:26.000Z","dependencies_parsed_at":"2024-06-15T22:37:52.159Z","dependency_job_id":"6b598048-71c7-44a1-b1c2-d77da88e700b","html_url":"https://github.com/JonasDoesThings/obsidian-hide-folders","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","purl":"pkg:github/JonasDoesThings/obsidian-hide-folders","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoesThings%2Fobsidian-hide-folders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoesThings%2Fobsidian-hide-folders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoesThings%2Fobsidian-hide-folders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoesThings%2Fobsidian-hide-folders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonasDoesThings","download_url":"https://codeload.github.com/JonasDoesThings/obsidian-hide-folders/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonasDoesThings%2Fobsidian-hide-folders/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010936,"owners_count":26084837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-12T02:00:06.719Z","response_time":53,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["obsidian","obsidian-md","obsidian-plugin","obsidian-vault","obsidianmd"],"created_at":"2024-10-02T09:54:14.410Z","updated_at":"2025-10-12T09:32:38.788Z","avatar_url":"https://github.com/JonasDoesThings.png","language":"TypeScript","funding_links":["https://buymeacoffee.com/jonasdoesthings","https://www.buymeacoffee.com/JonasDoesThings","https://www.buymeacoffee.com/jonasdoesthings"],"categories":["TypeScript"],"sub_categories":[],"readme":"# obsidian-hide-folders\n\nA simple plugin for [obsidian.md](https://obsidian.md) that hides configured folders, with the ability to toggle their visibility.  \nThis can be used for hiding attachments folders when you don't need them.\n\n\u003ca href=\"https://www.buymeacoffee.com/JonasDoesThings\" target=\"_blank\"\u003e\u003cimg src=\"https://cdn.buymeacoffee.com/buttons/default-orange.png\" alt=\"Buy Me A Coffee\" height=\"27\" width=\"116\"\u003e\u003c/a\u003e  \n\n## Installation\nSearch in the community plugins menu of Obsidian for \"Hide Folders\" look for the right plugin (\"by JonasDoesThings\"), there you can install the latest stable version.  \n\n![Screenshot of the Plugin Installation Menu](./docs/assets/installation-screenshot.png)\n\n## Configuration\nEnter the list of folder names to hide in the settings menu, **one folder per line**.\nYou can match folders using three ways:\n* Exact folder-names (for example `attachments`)\n* All folders **starting with** a specific string (for example `startsWith::_` to filter out all folders whose name starting with a `_`)\n* All folders **ending with** a specific string (for example `endsWith::_trash` to filter out all folders whose name is ending with `_trash`)\n\n![Screenshot of the Plugin Settings Screen in Obsidian.md](./docs/assets/settings-screenshot.png)  \n\nYou can then also use a sidebar button to quickly toggle the visibility without having to enter the settings menu:  \n\n![Screenshot of the Plugin's Sidebar Button in Obsidian.md](docs/assets/sidebar-screenshot.png)\n\nUsing the command palette is also supported:  \n\n![Screenshot of the Plugin's Command Palette Action in Obsidian..md](docs/assets/command-palette-screenshot.png)\n\n## Development\n### Setup\n- Clone this repo.\n- `npm i` or `yarn` to install dependencies\n- `npm run dev` to start compilation in watch mode.\n\n### Building\n- `npm run build` to do a one-off build of the project, which produces the files needed for manually installing the plugin.\n\n### Manually installing the plugin\n- Copy over the outputted `main.js`, `manifest.json` from the `dist/` folder to your vault `VaultFolder/.obsidian/plugins/obsidian-hide-folders/`.  \n-\u003e Watch Out! You cannot copy-over the raw *main.**ts***. You need to run a build first and then copy over the produced *main.**js***.\n\n## Support my work\nI am maintaining free open source tools like this in my free-time.  \nIf I helped you, and you want to give back, you can [buy me a coffee (green tea)](https://www.buymeacoffee.com/jonasdoesthings).\n\n## License\nMIT License, see [LICENSE.md](./LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJonasDoesThings%2Fobsidian-hide-folders","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJonasDoesThings%2Fobsidian-hide-folders","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJonasDoesThings%2Fobsidian-hide-folders/lists"}