{"id":13816626,"url":"https://github.com/madskjeldgaard/neorg-figlet-module","last_synced_at":"2026-03-19T17:41:17.999Z","repository":{"id":179225191,"uuid":"663118840","full_name":"madskjeldgaard/neorg-figlet-module","owner":"madskjeldgaard","description":"Easily use Figlet in Neorg","archived":false,"fork":false,"pushed_at":"2024-01-27T10:56:59.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-11T15:18:53.667Z","etag":null,"topics":["neorg","neorg-module"],"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,"publiccode":null,"codemeta":null},"funding":{"custom":["https://ko-fi.com/madskjeldgaard"]}},"created_at":"2023-07-06T15:35:32.000Z","updated_at":"2024-06-18T13:50:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cddb5b1-f5da-4a2e-b912-2734626e7534","html_url":"https://github.com/madskjeldgaard/neorg-figlet-module","commit_stats":null,"previous_names":["madskjeldgaard/neorg-figlet-module"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/madskjeldgaard/neorg-figlet-module","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Fneorg-figlet-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Fneorg-figlet-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Fneorg-figlet-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Fneorg-figlet-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madskjeldgaard","download_url":"https://codeload.github.com/madskjeldgaard/neorg-figlet-module/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madskjeldgaard%2Fneorg-figlet-module/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29577823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: 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"],"created_at":"2024-08-04T05:00:48.092Z","updated_at":"2026-02-18T11:31:21.862Z","avatar_url":"https://github.com/madskjeldgaard.png","language":null,"funding_links":["https://ko-fi.com/madskjeldgaard"],"categories":["Integrations"],"sub_categories":[],"readme":"# A Figlet module for Neorg\n\nThis is a small plugin / module for [Neorg](https://github.com/nvim-neorg/neorg), making it possible to easily insert figlet text in a document.\n\n## Installation\n\nInstall using packer:\n\n```lua\nuse \"madskjeldgaard/neorg-figlet-module\"\n\n```\n\n## Configuration\n\nIn the `load` section of your neorg module, as a minimum add `[\"external.integrations.figlet\"] = {}`, and fill out the config options:\n\n```lua\nrequire('neorg').setup({\n\tload = {\n\t\t[\"external.integrations.figlet\"] = {\n\t\t\tconfig = {\n\t\t\t\tfont = \"doom\",\n\t\t\t\twrapInCodeTags = true\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-- Prompt for text and insert as figletized\nkeybinds.map(\"norg\", \"n\", \"\u003cleader\u003eff\",\n    \"\u003ccmd\u003eNeorg keybind norg external.integrations.figlet.figletize\u003ccr\u003e\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadskjeldgaard%2Fneorg-figlet-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadskjeldgaard%2Fneorg-figlet-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadskjeldgaard%2Fneorg-figlet-module/lists"}