{"id":18570503,"url":"https://github.com/vesan/obsidian-markdown-headings","last_synced_at":"2026-04-17T12:32:49.687Z","repository":{"id":66593089,"uuid":"462223034","full_name":"vesan/obsidian-markdown-headings","owner":"vesan","description":"Obsidian plugin to increase and decrease depth of headings","archived":false,"fork":false,"pushed_at":"2026-03-15T18:32:43.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-16T06:50:48.841Z","etag":null,"topics":["markdown","obsidian-md"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vesan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-02-22T09:22:01.000Z","updated_at":"2026-03-15T18:32:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a8c5dd6-12b0-4808-8c53-a8c8f06da609","html_url":"https://github.com/vesan/obsidian-markdown-headings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"obsidianmd/obsidian-sample-plugin","purl":"pkg:github/vesan/obsidian-markdown-headings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesan%2Fobsidian-markdown-headings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesan%2Fobsidian-markdown-headings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesan%2Fobsidian-markdown-headings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesan%2Fobsidian-markdown-headings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vesan","download_url":"https://codeload.github.com/vesan/obsidian-markdown-headings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vesan%2Fobsidian-markdown-headings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31929660,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T10:35:34.458Z","status":"ssl_error","status_checked_at":"2026-04-17T10:35:09.472Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["markdown","obsidian-md"],"created_at":"2024-11-06T22:38:46.401Z","updated_at":"2026-04-17T12:32:49.681Z","avatar_url":"https://github.com/vesan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsidian Markdown Headings\r\n\r\nThis is a [Obsidian](https://obsidian.md) plugin to increase and decrease depth of headings. So for example going from `## My Heading` to `# My Heading` or `### My Heading`.\r\n\r\nThis project uses Typescript to provide type checking and documentation.\r\n\r\nThe repo depends on the latest plugin API (obsidian.d.ts) in Typescript Definition format, which contains TSDoc comments describing what it does.\r\n\r\n## Releasing new releases\r\n\r\n- Update your `manifest.json` with your new version number, such as `1.0.1`, and the minimum Obsidian version required for your latest release.\r\n- Update your `versions.json` file with `\"new-plugin-version\": \"minimum-obsidian-version\"` so older versions of Obsidian can download an older version of your plugin that's compatible.\r\n- Create new GitHub release using your new version number as the \"Tag version\". Use the exact version number, don't include a prefix `v`. See here for an example: https://github.com/obsidianmd/obsidian-sample-plugin/releases\r\n- Upload the files `manifest.json`, `main.js`, `styles.css` as binary attachments. Note: The manifest.json file must be in two places, first the root path of your repository and also in the release.\r\n- Publish the release.\r\n\r\n\u003e You can simplify the version bump process by running `npm version patch`, `npm version minor` or `npm version major` after updating `minAppVersion` manually in `manifest.json`.\r\n\u003e The command will bump version in `manifest.json` and `package.json`, and add the entry for the new version to `versions.json`\r\n\r\n## Adding your plugin to the community plugin list\r\n\r\n- Check https://github.com/obsidianmd/obsidian-releases/blob/master/plugin-review.md\r\n- Publish an initial version.\r\n- Make sure you have a `README.md` file in the root of your repo.\r\n- Make a pull request at https://github.com/obsidianmd/obsidian-releases to add your plugin.\r\n\r\n## How to use\r\n\r\n- Clone this repo.\r\n- `npm i` or `yarn` to install dependencies\r\n- `npm run dev` to start compilation in watch mode.\r\n\r\n## Manually installing the plugin\r\n\r\n- Copy over `main.js`, `styles.css`, `manifest.json` to your vault `VaultFolder/.obsidian/plugins/obsidian-markdown-headings/`.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvesan%2Fobsidian-markdown-headings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvesan%2Fobsidian-markdown-headings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvesan%2Fobsidian-markdown-headings/lists"}