{"id":16266497,"url":"https://github.com/donnikitos/angularjs-bbcode","last_synced_at":"2025-04-08T14:44:39.105Z","repository":{"id":144017105,"uuid":"47963678","full_name":"donnikitos/AngularJS-BBcode","owner":"donnikitos","description":"Simple and lightweight BBCode(Bulletin Board Code) extension for AngularJS, not Angular2","archived":false,"fork":false,"pushed_at":"2018-05-17T22:15:11.000Z","size":11,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T11:03:22.757Z","etag":null,"topics":["angularjs","bbcode","javascript","javascript-framework","single-page-app","single-page-applications","text-editor","text-formatting"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/donnikitos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-12-14T09:07:40.000Z","updated_at":"2020-05-10T20:54:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca34035d-fdf5-426f-bbe5-819f0f9ce778","html_url":"https://github.com/donnikitos/AngularJS-BBcode","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donnikitos%2FAngularJS-BBcode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donnikitos%2FAngularJS-BBcode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donnikitos%2FAngularJS-BBcode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donnikitos%2FAngularJS-BBcode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donnikitos","download_url":"https://codeload.github.com/donnikitos/AngularJS-BBcode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247865861,"owners_count":21009235,"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":["angularjs","bbcode","javascript","javascript-framework","single-page-app","single-page-applications","text-editor","text-formatting"],"created_at":"2024-10-10T17:42:10.284Z","updated_at":"2025-04-08T14:44:39.099Z","avatar_url":"https://github.com/donnikitos.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n\nBBCode or Bulletin Board Code is a lightweight markup language used to format posts in many message boards.\nThis AngularJS extension was made to do same for dynamically loaded content, e.g. asynchronous pages or posts.\n\nSee attached index.htm file for examples.\n\n\nAvailable BB code snippets\n==========================\n\n- **Bolded** Text\t\t\t\t\t[b]example-text[/b]\n- Underlined Text\t\t\t\t\t[u]example-text[/u]\n- _Italized_ Text\t\t\t\t\t[i]example-text[/i]\n- ~~Strikethrough~~ Text\t\t\t\t[s]example-text[/s]\n- Colored Text\t\t\t\t\t\t[color=#FF0000]example-text[/color]\n- Simple Image\t\t\t\t\t\t[img]url-to-image[/img]\n- Image with title\t\t\t\t\t[img=url-to-image]image-title[/img]\n- Simple URL\t\t\t\t\t\t[url]http://www.example.com[/url]\n- URL with Title\t\t\t\t\t[url=http://www.example.com]url-title[/url]\n\n\nUsage\n=====\n\nwebsite.html\n\n\t\u003c!DOCTYPE html\u003e\n\t\u003chtml\u003e\n\t\u003chead\u003e\n\t\t\u003cscript src=\"https://ajax.googleapis.com/ajax/libs/angularjs/1.5.0-rc.0/angular.min.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\t\t// Include main AngularJS-code\n\t\t\u003cscript src=\"angularjs-bbcode.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\t\t// Include BBCode extension\n\t\t\u003cscript src=\"your-app.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\t\t\t// Include your app code\n\t\u003c/head\u003e\n\n\t\u003cbody ng-app=\"your-app\"\u003e\n\t\t\u003cdiv ks-nl2br ks-bbcode\u003e\t\t\t\t\t\t\t\t\t\t\t// Apply new line formatter with ks-nl2br and apply bb code formatter with ks-bbcode\n\t\t\tDies ist [b]fetter[/b] Text.\n\t\t\tDies ist [I]kursiver[/I] Text.\n\t\t\tDies ist [U]unterstrichener[/U] Text.\n\t\t\tDies ist [S]durchgestrichener[/S] Text.\n\t\t\tDies ist [color=#ff0000]farbener[/I] Text.\n\t\n\t\t\t[URL]http://www.example.com[/URL]\n\t\t\u003c/div\u003e\n\t\u003c/body\u003e\n\t\u003c/html\u003e\n\n\n\nyour-app.js\n\n\tangular.module('your-app', ['bbModule']);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonnikitos%2Fangularjs-bbcode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonnikitos%2Fangularjs-bbcode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonnikitos%2Fangularjs-bbcode/lists"}