Jinun Posted yesterday at 04:18 PM Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 18 Reputation: 5 Joined: 02/15/21 Last Seen: 2 hours ago Share Posted yesterday at 04:18 PM Hello guys, this is my rAthena Text Editor (Offline), a lightweight, browser-based tool I created for editing rAthena scripts (syntax highlight) without needing any installation or internet connection. Features: Edit your scripts directly in your browser Download your code as a .txt file after you're done Open existing .txt files to continue editing Toggle between Dark Mode and Light Mode for better readability Works 100% offline – no installation, no internet, no hassle Grab the file here: https://github.com/Manuuuu21/rAthena-Text-Editor Screenshots: This is a simple tool made for convenience, especially for fellow scripters who want to work quickly without setting up a full IDE. Feel free to check it out, use it, or suggest improvements. Thanks and happy scripting! 1 1 Quote Link to comment Share on other sites More sharing options...
TBlazeWarriorT Posted 10 hours ago Group: Members Topic Count: 6 Topics Per Day: 0.02 Content Count: 13 Reputation: 28 Joined: 09/11/24 Last Seen: 11 hours ago Share Posted 10 hours ago (edited) Suggestions: - Make it also available as a GitHub page. If you have a slot for it, it'd be great to have it just be available online too on your github.io. - Button to save as .cpp in one click (I prefer it over .txt, works the same but has highlighting, I know I can manually change but :effort:) - Button to Copy All (in case we want to copy paste our file contents instead of downloading) - Allow drag and drop to Open File - Autocomplete (could be hard to implement, but would be huge help if it used script_commands to autocomplete and offer help, like displaying "*message "<character name>","<message>";" when you type "mess...") I find it cool, I had to setup my Notepad++ to not bug out with rAthena syntax so I'm sticking with it for now, but if it gets a few more features it could end up being worth over NP++, good work Edited 10 hours ago by TBlazeWarriorT clarify 1 Quote Link to comment Share on other sites More sharing options...
Jinun Posted 4 hours ago Group: Members Topic Count: 7 Topics Per Day: 0.00 Content Count: 18 Reputation: 5 Joined: 02/15/21 Last Seen: 2 hours ago Author Share Posted 4 hours ago (edited) Update: Added a live website. Try it here: https://manuuuu21.github.io/rAthena-Text-Editor/ Added a Ctrl+S feature and SAVE button. The tab title now updates based on the file you open or created/saved. Edited 4 hours ago by Jinun Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.