{"id":13500794,"url":"https://github.com/burakson/fseditor","last_synced_at":"2026-01-10T07:23:19.776Z","repository":{"id":151542874,"uuid":"12389834","full_name":"burakson/fseditor","owner":"burakson","description":"jQuery Fullscreen Editor","archived":false,"fork":false,"pushed_at":"2013-09-29T10:32:34.000Z","size":402,"stargazers_count":178,"open_issues_count":5,"forks_count":26,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-10-31T19:37:32.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/burakson.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-26T21:14:55.000Z","updated_at":"2022-12-09T12:01:25.000Z","dependencies_parsed_at":"2023-04-06T11:24:27.264Z","dependency_job_id":null,"html_url":"https://github.com/burakson/fseditor","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/burakson%2Ffseditor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakson%2Ffseditor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakson%2Ffseditor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/burakson%2Ffseditor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/burakson","download_url":"https://codeload.github.com/burakson/fseditor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246155998,"owners_count":20732355,"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-07-31T22:01:14.470Z","updated_at":"2026-01-10T07:23:19.734Z","avatar_url":"https://github.com/burakson.png","language":"JavaScript","readme":"jQuery Fullscreen Editor\n=========\nA lightweight jQuery plugin that prettifies and transforms text fields into fullscreen text editors with two different transition options.\n\nDemo\n------------\n * [Click here to see the demo and documentation page](http://burakson.github.io/fseditor)\n\nInstallation\n------------\nAdd jQuery (1.7 or above), [jquery.fseditor.min.js] and [fseditor.css] to your project.\n\nBasic usage\n-----------\nSimply initialize the plugin with the selector of your textfield.\n\n```javascript\n$(\".mytextarea\").fseditor();\n```\n\nOptions\n----------\nThe following is a list of available options. The values are their defaults within the plugin.\n\n```javascript\n$(\".mytextarea\").fseditor({\n  overlay: true,\n  expandOnFocus: false,\n  transition: '', // 'fade', 'slide-in',\n  placeholder: '',\n  maxWidth: '', // maximum width of the editor on fullscreen mode\n  maxHeight: '', // maximum height of the editor on fullscreen mode,\n  onExpand: function() {}, // on switch to fullscreen mode callback\n  onMinimize: function() {} // on switch to inline mode callback\n});\n```\n\nPublic Methods\n---------\nFollowing methods will help you to call function inside the plugin.\n\n**expand()** : Triggers fullscreen mode\n\n**minimize()** : Minimize the editor (inline mode)\n\n**destroy()** : Removes the plugin completely and brings the native textfield back.\n\nExample usage:\n```javascript\n$(\".mytextarea\").fseditor('expand');\n```\n\n\nWhat's next?\n---------\n * Semi-rich WYSIWYG functionality\n * Syntax highlighting\n\nAcknowledgements\n----------------\n© 2013, Burak Son. Released under the [MIT License](http://opensource.org/licenses/mit-license.php).\n\n * [Github](http://github.com/burakson) (@burakson)\n * [Twitter](http://twitter.com/burakson) (@burakson)\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakson%2Ffseditor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fburakson%2Ffseditor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fburakson%2Ffseditor/lists"}