{"id":14985565,"url":"https://github.com/moisentinel/obsortian","last_synced_at":"2026-02-18T10:03:52.184Z","repository":{"id":253629085,"uuid":"844064160","full_name":"moiSentineL/obsortian","owner":"moiSentineL","description":"parse yaml frontmatter and sort markdown files","archived":false,"fork":false,"pushed_at":"2024-08-22T14:10:57.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T15:11:39.323Z","etag":null,"topics":["hacktoberfest","markdown","obsidian","obsidian-md","sort","yaml"],"latest_commit_sha":null,"homepage":"","language":"Python","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/moiSentineL.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-08-18T09:14:20.000Z","updated_at":"2024-10-10T08:36:36.000Z","dependencies_parsed_at":"2024-09-25T00:32:30.233Z","dependency_job_id":null,"html_url":"https://github.com/moiSentineL/obsortian","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"c11cb37e3b219f26f92ccbf36f8c8824398c2b65"},"previous_names":["moisentinel/obsidian-finder-thingey","moisentinel/obsortian"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/moiSentineL/obsortian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moiSentineL%2Fobsortian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moiSentineL%2Fobsortian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moiSentineL%2Fobsortian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moiSentineL%2Fobsortian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moiSentineL","download_url":"https://codeload.github.com/moiSentineL/obsortian/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moiSentineL%2Fobsortian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007315,"owners_count":26084280,"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-11T02:00:06.511Z","response_time":55,"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":["hacktoberfest","markdown","obsidian","obsidian-md","sort","yaml"],"created_at":"2024-09-24T14:11:13.190Z","updated_at":"2025-10-11T13:14:05.793Z","avatar_url":"https://github.com/moiSentineL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# obsortian\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cp\u003esort and find markdown files by yaml frontmatter.\u003c/p\u003e\n\u003cp\u003e\u003ci\u003ethank you necessity.\u003c/i\u003e\u003c/p\u003e\n\u003c/div\u003e\n\n---\n\nTested only on an [Obsidian](https://obsidian.md) vault, but may be used for other stuff that uses markdown and YAML frontmatter.\n\n## Logic:\n- Checks for files on a given path\n- Removes any \"exclusions\"\n- Checks for properties (if they exist) on the frontmatter\n- Prints/ writes the files.\n\n### Current usage:\nFor now, it searches the `tags` and `status` properties in the frontmatter, finds the files and returns a *random* list of 20 files from it. (this is more of a personal thing, working to generalise it.)\n\nYou can set up which `tag` or `status` to look for in the `conf.json`, and set up the vault path and excluded folders:\n\n```json\n{\n    \"vault_path\": \"/home/nibir/Documents/obsidian_vault/\",\n    \"exclusions\": [\"Templates\", \"Scripts\"], // excluded folder must be in array\n    \"tag\": \"Study\",\n    \"status\": \"needs work\"\n}\n```\n\n## Installation\n\n```bash\ngit clone https://github.com/moiSentineL/obsortian.git\n\ncd obsortian\n\npython finder.py\n```\n\n## Contribution\n\nfix the code, goddamit.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisentinel%2Fobsortian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoisentinel%2Fobsortian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoisentinel%2Fobsortian/lists"}