All Projects → fenix-hub → Godot Engine.file Editor

fenix-hub / Godot Engine.file Editor

Licence: mit
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!

Projects that are alternatives of or similar to Godot Engine.file Editor

Cartographer
A GPU powered Terrain editor and renderer for Godot Engine
Stars: ✭ 216 (+208.57%)
Mutual labels:  godot, godot-engine, plugin, addon
Godot Engine.easy Charts
A Godot Engine addon for plotting general purpose charts. A collection of Control, 2D and 3D Nodes to plot every chart possible.
Stars: ✭ 146 (+108.57%)
Mutual labels:  godot-engine, plugin, addon
nativelib-cli
NativeLib is a plugin management system for Godot engine.
Stars: ✭ 19 (-72.86%)
Mutual labels:  addon, godot, godot-engine
Godot Engine.github Integration
A Godot Engine addon to integrate a native GitHub client inside Godot's Editor. Manage your project without even opening your browser!
Stars: ✭ 134 (+91.43%)
Mutual labels:  godot-engine, plugin, addon
Godot Android Admob Plugin
Android AdMob plugin for Godot Game Engine 3.2 or higher
Stars: ✭ 292 (+317.14%)
Mutual labels:  godot, godot-engine, plugin
VisualNovelKit
Combo of addons + template to create narrative games in Godot inspired by Ren'Py
Stars: ✭ 78 (+11.43%)
Mutual labels:  addon, godot, godot-engine
godot-engine.supabase
A lightweight addon which integrates Supabase APIs for Godot Engine out of the box.
Stars: ✭ 39 (-44.29%)
Mutual labels:  addon, godot, godot-engine
Dialogic
💬 Create dialogs, characters and scenes to display conversations in your Godot games.
Stars: ✭ 414 (+491.43%)
Mutual labels:  godot, plugin, addon
Serina
GUI for create translation files for i18next
Stars: ✭ 45 (-35.71%)
Mutual labels:  translation, localization
Godot Style Guide
Style guide for Godot projects
Stars: ✭ 45 (-35.71%)
Mutual labels:  godot, godot-engine
Godot Multiplayer Demo
A multiplayer demo using Godot Engine's (2.2) high level networking
Stars: ✭ 52 (-25.71%)
Mutual labels:  godot, godot-engine
Godotnotificationcenter
A notification center for Godot Engine
Stars: ✭ 43 (-38.57%)
Mutual labels:  godot, godot-engine
Marked
Confluence macro plugin which renders remote Markdown.
Stars: ✭ 42 (-40%)
Mutual labels:  markdown, plugin
Bartycrouch
Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files.
Stars: ✭ 1,032 (+1374.29%)
Mutual labels:  translation, localization
Gdtwitch
A Godot to IRC to Twitch interface.
Stars: ✭ 42 (-40%)
Mutual labels:  godot, godot-engine
O
🌀 Text editor suitable for writing git commit messages and editing Markdown files. Can build executables and jump to errors at the press of `ctrl-space`, for several programming languages. Can format code with `ctrl-w`. Provides general syntax highlighting, rainbow parenthesis and cut/paste portals. o is intentionally limited to VT100.
Stars: ✭ 54 (-22.86%)
Mutual labels:  markdown, text-editor
Godot Facebook
Facebook module for Godot Game Engine (android and iOS)
Stars: ✭ 55 (-21.43%)
Mutual labels:  godot, godot-engine
Mod Translation Styleguide
Simplified Chinese Minecraft Mod translation standards and guidelines.
Stars: ✭ 37 (-47.14%)
Mutual labels:  translation, localization
Ioslocalizationeditor
Simple macOS editor app to help you manage iOS and macOS app localizations by allowing you to edit all the translations side by side
Stars: ✭ 1,066 (+1422.86%)
Mutual labels:  translation, localization
Zing
Translation server for continuous localization.
Stars: ✭ 55 (-21.43%)
Mutual labels:  translation, localization

react

This plugin is now supported in Godot Extended Library Discord, check out the Godot Extended Library Project!

Godot File Editor

A little plugin to easy-way manage your text files inside your project folder.

Author: "Nicolo (fenix) Santilio"
Version: 1.9.0
Godot Version: 3.2.4 rc2

This repository was pushed directly from Godot Engine Editor thanks to this GitHub Integration!

What is this?

This is a little plugin I've made to easily edit text files in your project folder.

How does it work?

You can open an existing file, create a new file and delete a file. When opening / creating a file, the editor will open and you will be able to edit it and save it. You can just Save the file, or Save file As a new file (if it is a new file but also to make some copies). You 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. Multiple files can be opened in different tabs. preview_0 preview_1 preview1preview2 preview3

How do I install it?

Manual Just download this whole repository and put it in your res://addons folder inside the project you want to work on. Then, go to Project > Plugins > "File Editor" > Status > Activate.

Automatic You can find this plugin in the AssetLib of Godot Engine Editor. Just download it from there and everything should be fine! (Remember to activate this plugin)

Supported formats

  • "*.txt ; Plain Text File",
  • "*.rtf ; Rich Text Format File",
  • "*.log ; Log File",
  • "*.md ; MD File",
  • "*.doc ; WordPad Document",
  • "*.doc ; Microsoft Word Document",
  • "*.docm ; Word Open XML Macro-Enabled Document",
  • "*.docx ; Microsoft Word Open XML Document",
  • "*.bbs ; Bulletin Board System Text",
  • "*.dat ; Data File",
  • "*.xml ; XML File",
  • "*.sql ; SQL database file",
  • "*.json ; JavaScript Object Notation File",
  • "*.html ; HyperText Markup Language"
  • "*.cfg ; Configuration File"
  • "*.ini ; Initialization File (same as .cfg Configuration File)"
  • "*.csv ; Comma-separated values File"
  • "*.res ; Resource File"

Current version

To check all the features that are included in the current version, please read the VERSION file

Upcoming features

To check all the features I'm currently working on, please read the TODO file

Disclaimer

This 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. As a "work in progress" project, there is no warranty for any eventual issue and bug that may broke your project. I 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].