{"id":19611033,"url":"https://github.com/fenix-hub/godot-engine.file-editor","last_synced_at":"2026-03-17T23:35:07.357Z","repository":{"id":52574533,"uuid":"208678204","full_name":"fenix-hub/godot-engine.file-editor","owner":"fenix-hub","description":"A Godot Engine addon that adds a File Editor for multiple file types editing. Create and Write plain text files, configuration files and csv files with custom visualizers and previews. Also supports file translations!","archived":false,"fork":false,"pushed_at":"2021-10-12T19:16:23.000Z","size":2256,"stargazers_count":143,"open_issues_count":1,"forks_count":16,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-01T10:06:12.592Z","etag":null,"topics":["addon","bbcode","godot","godot-engine","godot-engine-editor","localization","markdown","plugin","text-editor","translation"],"latest_commit_sha":null,"homepage":"","language":"GDScript","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/fenix-hub.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":"2019-09-16T00:37:12.000Z","updated_at":"2025-06-30T17:51:34.000Z","dependencies_parsed_at":"2022-09-15T19:20:58.046Z","dependency_job_id":null,"html_url":"https://github.com/fenix-hub/godot-engine.file-editor","commit_stats":null,"previous_names":["fenix-hub/godot-engine.text-editor"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/fenix-hub/godot-engine.file-editor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenix-hub%2Fgodot-engine.file-editor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenix-hub%2Fgodot-engine.file-editor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenix-hub%2Fgodot-engine.file-editor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenix-hub%2Fgodot-engine.file-editor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fenix-hub","download_url":"https://codeload.github.com/fenix-hub/godot-engine.file-editor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fenix-hub%2Fgodot-engine.file-editor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30635198,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T22:38:22.569Z","status":"ssl_error","status_checked_at":"2026-03-17T22:38:11.804Z","response_time":56,"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":["addon","bbcode","godot","godot-engine","godot-engine-editor","localization","markdown","plugin","text-editor","translation"],"created_at":"2024-11-11T10:35:31.270Z","updated_at":"2026-03-17T23:35:07.322Z","avatar_url":"https://github.com/fenix-hub.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"right\"\u003e\n\u003ca href=\"https://discord.gg/KnJGY9S\"\u003e\n  \u003cimg src=\"https://github.com/fenix-hub/ColoredBadges/blob/master/svg/social/discord.svg\" alt=\"react\" style=\"vertical-align:top; margin:6px 4px\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\nThis plugin is now supported in [Godot Extended Library Discord](https://discord.gg/JNrcucg), check out the [Godot Extended Library Project](https://github.com/godot-extended-libraries)!\n\n\u003cimg src=\"addons/file-editor/icon.png\" width=\"64\" height=\"64\" align=\"left\"\u003e\n\n# Godot File Editor\nA little plugin to easy-way manage your text files inside your project folder.\n\nAuthor: *\"Nicolo (fenix) Santilio\"*  \nVersion: *1.9.2*  \nGodot Version: *3.3.4*  \n\n**This repository was pushed directly from Godot Engine Editor thanks to this [GitHub Integration](https://github.com/fenix-hub/godot-engine.github-integration)!**\n\n## What is this?\nThis is a little plugin I've made to easily edit text files in your project folder.\n\n## How does it work?\nYou can open an existing file, create a new file and delete a file.\nWhen opening / creating a file, the editor will open and you will be able to edit it and save it.\nYou can just *Save* the file, or *Save file As* a new file (if it is a new file but also to make some copies).\nYou will also be able to see some informations about the file you are editing (time and date of last edit) and you can set your editor to *Read Only* if you don't want to make changes but still read the content of the file.\nMultiple files can be opened in different tabs.\n![preview_0](https://imgur.com/X3lA49e.png) ![preview_1](https://imgur.com/qYcRbWM.png)\n![preview1](https://i.imgur.com/BbZzKzD.png)![preview2](https://i.imgur.com/asggk4f.png) ![preview3](https://i.imgur.com/omReRZr.png)\n\n## How do I install it?\n**Manual**\nJust download this whole repository and put it in your `res://addons` folder inside the project you want to work on.\nThen, go to `Project \u003e Plugins \u003e \"File Editor\" \u003e Status \u003e Activate`.\n\n**Automatic**\nYou can find this plugin in the AssetLib of Godot Engine Editor. Just download it from there and everything should be fine!\n(Remember to activate this plugin)\n\n## Supported formats\n+ \"*.txt ; Plain Text File\",\n+ \"*.rtf ; Rich Text Format File\",\n+ \"*.log ; Log File\",\n+ \"*.md ; MD File\",\n+ \"*.doc ; WordPad Document\",\n+ \"*.doc ; Microsoft Word Document\",\n+ \"*.docm ; Word Open XML Macro-Enabled Document\",\n+ \"*.docx ; Microsoft Word Open XML Document\",\n+ \"*.bbs ; Bulletin Board System Text\",\n+ \"*.dat ; Data File\",\n+ \"*.xml ; XML File\",\n+ \"*.sql ; SQL database file\",\n+ \"*.json ; JavaScript Object Notation File\",\n+ \"*.html ; HyperText Markup Language\"\n+ \"*.cfg ; Configuration File\"\n+ \"*.ini ; Initialization File (same as .cfg Configuration File)\"\n+ \"*.csv ; Comma-separated values File\"\n+ \"*.res ; Resource File\"\n\n#### Current version\nTo check all the features that are included in the current version, please read the [VERSION file](./VERSION.md)\n\n#### Upcoming features\nTo check all the features I'm currently working on, please read the [TODO file](./TODO.md)\n\n#  Disclaimer\nThis addon was built for the intention of my **personal use**. It was released as an open source plugin in the hope that it could be useful to the Godot Engine Community.\nAs a \"work in progress\" project, there is *no warranty* for any eventual issue and bug that may broke your project.\nI don't assume any responsibility for possible corruptions of your project files. It is always advisable to keep a copy of your files and check any changes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffenix-hub%2Fgodot-engine.file-editor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffenix-hub%2Fgodot-engine.file-editor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffenix-hub%2Fgodot-engine.file-editor/lists"}