A simple and efficient favorites plugin for Godot Editor that allows you to bookmark scene nodes and files for quick navigation.
- Bookmark Nodes & Files: Add scene nodes and project files to your favorites
- Customizable Colors: Set distinct colors by right-click upon item
- Reorder: Easily move items up or down in the list by drag or
CMD / CTRL + ⬆⬇ - Quick Navigation: Double-click to instantly jump to bookmarked items
- Nodes: Selects the node in scene tree (opens scene editor / center in viewport if needed)
- Scripts: Opens in script editor (opens script editor if needed)
- Other files: Locates in file system
- Multiple Selections: Add multiple selections at once.
- Various way to add favorites:
- Context Menu: Right-click item then select "Add to Favorites"
- Drag and Drop: Drag item into favorites panel
- Click button: Select multiple items then click "Add selected"
- File Type Icons: Different icons for scripts, scenes, resources, and other file types
- Customizable Behaviour: Configure action after double-clicking favorite item
- Search: Filter favorites with built-in search functionality
- Persistent Storage: Favorites are saved and restored between editor sessions
- Copy the
favoritesfolder to your project'saddonsdirectory - Enable the "Favorites" plugin in Project Settings
- The Favorites panel will appear in the editor's left dock area
- Nodes: Select a node in the scene tree → click "Add Current" or right-click → "Add to Favorites"
- Files: Select files in the file system dock → click "Add Current" or right-click → "Add to Favorites"
- Scripts: While editing a script → click "Add Current"
Double-click any favorite item:
- Nodes: Selects the node in scene tree (opens scene if needed)
- Scripts: Opens in script editor
- Scenes: Opens in scene editor
- Other files: Locates in file system
- Search: Use the search box to filter favorites
- Remove: Select item → click "Remove" button
- Colors: Right-click items to set custom colors
- Reorder: Drag and drop or selct an item then press
CMD / CTRL + ⬆⬇
- Scene files (
.tscn) - Script files (
.gd,.cs) - Resource files (
.tres,.res) - Image files (
.png,.jpg,.svg) - Audio files (
.wav,.ogg,.mp3) - Text files (
.txt,.md,.json) - All other project files
Favorites are stored in user://favorites.json and remain separate between projects.
This plugin is released under the MIT License.
- Q: How do I reset the favorites list?
- A: Delete the
user://favorites.jsonfile
- A: Delete the
- Q: Can I use this plugin in my commercial projects?
- A: Yes, you can use it in any project.
- Q: How do I publish plugin like this to the Godot Asset Library?
- A: Follow the official tutorial
