{"id":20823058,"url":"https://github.com/madskjeldgaard/neorg-create_link-module","last_synced_at":"2026-03-13T09:34:12.894Z","repository":{"id":219425154,"uuid":"749018902","full_name":"madskjeldgaard/neorg-create_link-module","owner":"madskjeldgaard","description":"Interactive prompt for creating files and links in neorg","archived":false,"fork":false,"pushed_at":"2024-02-04T13:20:29.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T21:00:00.096Z","etag":null,"topics":["neorg","neorg-module","neovim-plugin","norg"],"latest_commit_sha":null,"homepage":"","language":null,"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/madskjeldgaard.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}},"created_at":"2024-01-27T10:50:16.000Z","updated_at":"2024-01-27T10:52:45.000Z","dependencies_parsed_at":"2024-02-05T15:31:10.942Z","dependency_job_id":null,"html_url":"https://github.com/madskjeldgaard/neorg-create_link-module","commit_stats":null,"previous_names":["madskjeldgaard/neorg-create_link-module"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madskjeldgaard/neorg-create_link-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Fneorg-create_link-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Fneorg-create_link-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Fneorg-create_link-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Fneorg-create_link-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madskjeldgaard","download_url":"https://codeload.github.com/madskjeldgaard/neorg-create_link-module/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Fneorg-create_link-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30464858,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T06:34:02.089Z","status":"ssl_error","status_checked_at":"2026-03-13T06:33:49.182Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["neorg","neorg-module","neovim-plugin","norg"],"created_at":"2024-11-17T22:17:12.920Z","updated_at":"2026-03-13T09:34:12.850Z","avatar_url":"https://github.com/madskjeldgaard.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# A module for Neorg\n\nThis is a module for Neorg that allows you to easily create folders, .norg files, and insert links to these files directly in your Neorg documents using a prompt or based on visual selection.\n\n## Installation\n\nInstall using packer:\n\n```lua\nuse \"madskjeldgaard/neorg-create_link-module\"\n\n```\n\n## Configuration\n\nIn the `load` section of your neorg module, as a minimum add `[\"external.integrations.create_link\"] = {}`, and fill out the config options:\n\n```lua\nrequire('neorg').setup({\n\tload = {\n\t\t[\"external.integrations.create_link\"] = {\n\t\t\tconfig = {\n\t\t\t}\n\t\t},\n\t\t[\"core.defaults\"] = {}, -- Loads default behaviour\n...\n    })\n```\n\nThis will expose a keymap to the `keymap` part of your neorg setup. Use it like this:\n\n```lua\n-- When in normal mode and using this keymapping: Prompt for path and create link\n-- When in visual mode and using this keymapping: Create a link from the selected text\nkeybinds.map(\"norg\", {\"n\", \"v\"}, \"\u003cleader\u003ecl\", \n    \"\u003ccmd\u003eNeorg keybind norg external.integrations.create_link.create_and_link\u003ccr\u003e\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadskjeldgaard%2Fneorg-create_link-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadskjeldgaard%2Fneorg-create_link-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadskjeldgaard%2Fneorg-create_link-module/lists"}