Fake Web IDE with External Tools in Gedit
Gedit is my favorite text editor. I like that it is fast, reliable, cross platform, and has a ton of useful plugins and features. I am currently using it to work with LaTeX and unless I am working on a huge project, I will typically use gedit for all of my development work, specifically when it comes to web development. I use a lot of the plugins in gedit, but I have never used the External Tools plugin before. External tools is a very useful plugin because it allows you to do pretty much anything. The reason why I wanted to use it in the first place was to find a way to quickly launch HTML files that I was currently working on in a web browser, while also saving all of the changes to other HTML/CSS/JavaScript files that were related and currently opened in gedit. This is essentially what an IDE would do when you hit Run. In the past, I would just save all of my document and find the file in Nautilus to launch it. The problem with this approach is that I have an obsessive need to organize all of my projects into obscure and seemingly endless file paths. This can make it pretty difficult to find the file that I am looking for. The External Tools plugin solves all of these issues in a very elegant and simple way. So, without further ado, here is how you make a fake Web Development IDE in Gedit using External Tools.
- Enable External Tools: Edit –> Preferences –> Plugins
- Create a New External Tool: Tools -> Manage External Tools -> Hit the Plus sign
- Name the tool whatever you would like
- Assign it a shortcut key (optional)
- Set the following options on the bottom right
- Save: All Documents
- Input: Current Document
- Output: None
- Applicability: All Documents
- In the script editor, enter the following short script. This script will open the current document in your default web browser.
#!/bin/sh x-www-browser $GEDIT_CURRENT_DOCUMENT_PATH
- Close, and you are done!
If you have some handy tips and tricks for gedit custom tools, please share in the comments below!
Thank you for reading! Share your thoughts with me on bluesky, mastodon, or via email.
Check out some more stuff to read down below.
Most popular posts this month
- 2024
- Reinstalling Windows at 1am
- SQLite DB Migrations with PRAGMA user_version
- My Custom Miniflux CSS Theme
- How to Disable Wayland in Debian Testing
Recent Favorite Blog Posts
This is a collection of the last 8 posts that I bookmarked.
- Future Fonts from Blog – Brad Frost
- 21st Century C++ from Communications of the ACM
- Submarines DevCon 2025 Keynote Speech from JoshHaines.com
- How I Use AI: Meet My Promptly Hired Model Intern from Armin Ronacher's Thoughts and Writings
- DeepSeek from Maggie Appleton
- Digital Reality Digital Shock from Christopher Butler
- 10 habits to help becoming a Debian Maintainer from Optimized by Otto
- Tiny corners from Manuel Moreale RSS Feed
Articles from blogs I follow around the net
It’s Storytime with Wil Wheaton episode 5 – can i offer you a nice egg in this trying time by iori kusano
It is Wednesday, my dudes, and that means we have a brand new podcast for you. This week, it’s can i offer you a nice egg in this trying time, […]
via WIL WHEATON dot NET April 23, 2025Portuguese is the second most popular language (by far!) on Buttondown
The partnership between this Manual do Usuário and Buttondown, a newsletter service, has been renewed for the second time. Buttondown will continue to sponsor the (Portuguese-only) directory of Brazilian newsletters and the (also in pt_BR) series of inter…
via Manual do Usuário April 23, 2025Brian Regan Helped Me Understand My Aversion to Job Titles
I like the job title “Design Engineer”. When required to label myself, I feel partial to that term (I should, I’ve written about it enough). Lately I’ve felt like the term is becoming more mainstream which, don’t get me wrong, is a good thing. I appreciate…
via Jim Nielsen’s Blog April 23, 2025Generated by openring