{"id":15165853,"url":"https://github.com/onurozer/bridgetown-obsidian","last_synced_at":"2025-10-25T08:30:22.045Z","repository":{"id":210205080,"uuid":"725995260","full_name":"onurozer/bridgetown-obsidian","owner":"onurozer","description":"A Bridgetown plugin to convert Obsidian notes to Bridgetown posts.","archived":false,"fork":false,"pushed_at":"2024-07-24T12:28:06.000Z","size":88,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T06:41:50.341Z","etag":null,"topics":["bridgetown","bridgetown-plugin","obsidian"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/onurozer.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-12-01T10:05:07.000Z","updated_at":"2024-10-31T11:24:14.000Z","dependencies_parsed_at":"2023-12-01T12:02:40.555Z","dependency_job_id":"c353ec88-caf0-4caa-b44a-7c0ac16ad5a0","html_url":"https://github.com/onurozer/bridgetown-obsidian","commit_stats":null,"previous_names":["onurozer/bridgetown-obsidian"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurozer%2Fbridgetown-obsidian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurozer%2Fbridgetown-obsidian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurozer%2Fbridgetown-obsidian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onurozer%2Fbridgetown-obsidian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onurozer","download_url":"https://codeload.github.com/onurozer/bridgetown-obsidian/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238104888,"owners_count":19417219,"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","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":["bridgetown","bridgetown-plugin","obsidian"],"created_at":"2024-09-27T04:04:28.994Z","updated_at":"2025-10-25T08:30:21.573Z","avatar_url":"https://github.com/onurozer.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bridgetown Obsidian Plugin\n\nA Bridgetown plugin to convert Obsidian notes to Bridgetown posts.\n\nThis plugin allows you to use Obsidian's [internal links](https://help.obsidian.md/Linking+notes+and+files/Internal+links) feature to cross reference your Bridgetown posts and [embed images](https://help.obsidian.md/Linking+notes+and+files/Embedding+files). It replaces all the wikilinks references in `src/_posts` with Bridgetown compatible versions:\n\n1. Converts wikilinks from `[[My Markdown Post]]` to `\u003ca href=\"/my-markdown-post/\"\u003eMy Markdown Post\u003c/a\u003e`\n2. Supports optional link titles such as `[[My Markdown Post|with an optional title]]`\n3. Converts image references from `![[attachments/image.jpg]]` to `\u003cimg src=\"/attachments/bridge.jpg\" alt=\"\" /\u003e`\n\n## Installation\n\nRun this command to add this plugin to your site's Gemfile:\n\n```shell\nbundle add bridgetown_obsidian\n```\n\nThen add the initializer to your configuration in `config/initializers.rb`:\n\n```ruby\ninit :bridgetown_obsidian\n```\n\n### Obsidian Setup\n\nThere are two main ways you can use this plugin with obsidian.\n\n1. Create a new vault that points to your `src/_posts` folder in Bridgetown. In this case you might want to add `.obsidian` to your `.gitignore` file.\n\n2. Create an symbolink link in your existing vault to your Bridgetown folder. This option is [strongly advised against](https://help.obsidian.md/Files+and+folders/Symbolic+links+and+junctions) by Obsidian so use at your own risk.\n\n```shell\nln -s /path/to/bridgetown/folder/src/_posts \"My Blog\"\n```\n\nIn either case, turn on `Use [[Wikilinks]]` option in [Files \u0026 Links settings](https://help.obsidian.md/Linking+notes+and+files/Internal+links).\n\n## Usage\n\nEdit your posts in Obsidian. If you have a Bridgetown server running, you can see your changes in real-time. If not, your changes will get reflected the next time you build your site.\n\n## Testing\n\n- Run `bundle exec rake test` to run the test suite.\n\n## Credits\n\nCheck out these other great plugins that helped to inspire this one:\n\n- https://github.com/SpinalCMS/bridgetown-internal-markdown-links\n- https://github.com/jamie/bridgetown-notable\n\n## Contributing\n\n1. Fork it (https://github.com/onurozer/bridgetown-obsidian)\n2. Clone the fork using `git clone` to your local development machine.\n3. Create your feature branch (`git checkout -b my-new-feature`)\n4. Commit your changes (`git commit -am 'Add some feature'`)\n5. Push to the branch (`git push origin my-new-feature`)\n6. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonurozer%2Fbridgetown-obsidian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonurozer%2Fbridgetown-obsidian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonurozer%2Fbridgetown-obsidian/lists"}