{"id":21840237,"url":"https://github.com/gocom/rah_textile_bar","last_synced_at":"2026-05-20T10:09:53.585Z","repository":{"id":2372742,"uuid":"3337331","full_name":"gocom/rah_textile_bar","owner":"gocom","description":"Simple Textile inserting bar for Textpattern CMS","archived":false,"fork":false,"pushed_at":"2012-07-28T02:22:17.000Z","size":154,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-26T11:08:26.690Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://rahforum.biz/plugins/rah_textile_bar","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gocom.png","metadata":{"files":{"readme":"README.textile","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":"2012-02-02T18:14:29.000Z","updated_at":"2022-04-24T17:00:20.000Z","dependencies_parsed_at":"2022-09-09T04:11:20.800Z","dependency_job_id":null,"html_url":"https://github.com/gocom/rah_textile_bar","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_textile_bar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_textile_bar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_textile_bar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gocom%2Frah_textile_bar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gocom","download_url":"https://codeload.github.com/gocom/rah_textile_bar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244822886,"owners_count":20516185,"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":[],"created_at":"2024-11-27T21:25:20.803Z","updated_at":"2026-05-20T10:09:48.563Z","avatar_url":"https://github.com/gocom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"h1. rah_textile_bar\n\np. Brings a simple and minimal Quicktags Textile inserting bar to the backend. No, it's not an heavy and buggy WYSIWYG editor that screws your own XHTML input, but instead it's just a simple bar that insert Textile where you want. The Javascript code is forked from \"hak_textile_tags by great hakjoon.\":http://forum.textpattern.com/viewtopic.php?id=7470\n\nh2. List of features\n\n* A simple Textile inserting bar, offering the most common formatting options Textile has.\n* Easy to use and install: just run the automated plugin installation and activate.\n* Options can be configured via easy graphical user interface, located at Textpattern's Advanced Preferences panel (Textpattern / Admin / Preferences / Advanced).\n\nh2. Requirements\n\np. Minimum requirements:\n\n* Textpattern 4.2.0 or newer.\n* A web browser that is \"jQuery\":http://jquery.com/ compatible\n\np. Recommended:\n\n* Textpattern 4.4.1+\n\nh2. Installation and usage\n\np. Download and copy the plugin code to the plugin installer textarea and run the automatic setup. After activating the plugin, you will see the textilebar above Body-textarea in the Write-tab.\n\nh2. Changelog\n\nh3. Version 0.7 - 2011/06/30\n\n* Fixed: Added back the missed h3. \"Thanks Susanne\":http://forum.textpattern.com/viewtopic.php?pid=248300#p248300.\n\nh3. Version 0.6 - 2011/06/30\n\n* Fixed: Don't reserved global JavaScript variables and functions; use prefixes for everything.\n* Added: integrated uninstaller that cleans up the database when the plugin is deleted via the admin-side Plugins interface.\n* Added: Options link to the Textpattern's Plugins interface.\n* Changed: integrated the plugin's individual preferences tab to Textpattern's native Preferences pane. Now all the plugin options can be configured in Advanced Preferences (TXP / Admin / Preferences / Advanced).\n* Changed: Now preferences are stored in TXP's txp_prefs table instead of it's own. Plugin includes automated migration script.\n* Changed: Plugin type to the newer admin-side only.\n* Changed: Now the included JavaScript and images are only available for logged in users. Others won't be able to view the static files.\n* Requires 4.2.0 or newer for full feature support.\n\nh3. Version 0.5 - 2010/08/06\n\n* Fix: doesn't hook to textareas if all are excluded.\n* Updated the Preferences Panel's look.\n\nh3. Version 0.4 - 2009/12/19\n\n* Added support for multiple textareas. See new settings under rah_textile_bar's extensions panel.\n* Changed the bar's default styles so that the bar is bit smaller.\n* Rah_textile_bar version 0.3.5 and above require Textpattern version 4.0.7 or above.\n* Removed unrequired what-image-to-show feature. Leftover from version 0.2.\n* Compained required queries for button settings into one.\n\nh3. Version 0.3.5 - 2009/06/03\n\n* Improved callbacks.\n\nh3. Version 0.3.4 - 2009/03/19\n\n* Removed @default ''@. See \"here.\":http://forum.textpattern.com/viewtopic.php?pid=203039#p203039\n\nh3. Version 0.3.3 - 2009/03/19\n\n* Fixed error that occured when running MySQL in strict mode, caused by undefaulted not null in install script.\n\nh3. Version 0.3.2 - 2008/11/23\n\n* Minor: fixed slipped \"abbr\" to \"acronym\".\n\nh3. Version 0.3.1 - 2008/09/12\n\n* Minor: fixed word \"Documention\" to \"Documentation\".\n\nh3. Version 0.3 - 2008/09/08\n\n* Now uses CSS sprite technique.\n* Changed image type from PNG to GIF: now renders fine in really old browsers.\n* Improved the code and loading speed.\n\nh3. Version 0.2 - 2008/09/08\n\n* Re-organized the code.\n* Options under Extensions-tab to disable textile bar items.\n* Now inserts space after blockquotes, headers and list items.\n\nh3. Version 0.1 - 2008/09/07\n\n* First release.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Frah_textile_bar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgocom%2Frah_textile_bar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgocom%2Frah_textile_bar/lists"}