{"id":16673549,"url":"https://github.com/frug/js-bbcode-parser","last_synced_at":"2025-12-24T19:07:24.889Z","repository":{"id":15977727,"uuid":"18720684","full_name":"Frug/js-bbcode-parser","owner":"Frug","description":"Simple, extendable javascript BBCode parser.","archived":false,"fork":false,"pushed_at":"2014-04-15T21:24:22.000Z","size":180,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-13T02:21:25.830Z","etag":null,"topics":["bbcode","javascript","regex","text"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Frug.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}},"created_at":"2014-04-13T03:34:34.000Z","updated_at":"2023-09-01T19:49:54.000Z","dependencies_parsed_at":"2022-09-13T06:51:39.721Z","dependency_job_id":null,"html_url":"https://github.com/Frug/js-bbcode-parser","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Frug/js-bbcode-parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frug%2Fjs-bbcode-parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frug%2Fjs-bbcode-parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frug%2Fjs-bbcode-parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frug%2Fjs-bbcode-parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Frug","download_url":"https://codeload.github.com/Frug/js-bbcode-parser/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Frug%2Fjs-bbcode-parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28006382,"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-12-24T02:00:07.193Z","response_time":83,"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":["bbcode","javascript","regex","text"],"created_at":"2024-10-12T12:27:06.053Z","updated_at":"2025-12-24T19:07:24.861Z","avatar_url":"https://github.com/Frug.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"JavaScript BBCode Parser\n========================\n\nThis is a simple JavaScript BBCode parser module that returns html when fed BBCodes.\n\nIt's designed to be light-weight and allows you to easily add your own BBCodes with only basic JavaScript knowledge.\n\nIt was based initially on the Extendible BBCode Parser by Patrick Gillespie ( github @patorjk )\n\nwith help from the regexp [blogs of Steven Levithan](http://blog.stevenlevithan.com/) ( github @slevithan )\n\n\nUsage\n-----\nInclude your configuration file, which defines all the BBCodes you want to support, and all the valid color codes.\nYou can do this in your document head or at the bottom of your page.\n\n`\u003cscript src=\"bbcode-config.js\"\u003e\u003c/script\u003e`\n\nBelow that, include the parser itself.\n\n`\u003cscript src=\"bbcode-parser.js\"\u003e\u003c/script\u003e`\n\nCall the parser with the following method\n\n`var output = BBCodeParser.process(\"Your string\");`\n\n\nConfiguration\n-------------\n\n\nLicense\n-------\nThis project is released under The MIT License (MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrug%2Fjs-bbcode-parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrug%2Fjs-bbcode-parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrug%2Fjs-bbcode-parser/lists"}