View Single Post
  #1  
Old 09-23-2014, 05:54 PM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 270
Default Web-based Quest Editor

This is just a simple quest editor. It can be used by itself or integrated into other projects.
https://github.com/josheb/questedit

There is no authentication built in so you'll either want it hosted on a local-only web server or using something like .htaccess.

For integration you can use the query string to point to a given zone and file. Add create=1 and it will create the requested file if it does not exist. (For normal use there is a box at the top of the file list for creating new files.)

Known issues:
If you resize the layout with no tabs open it will eat the space where the tabs go. Opening new tabs after that will have the first line of text under the tab area. It's pretty easy to avoid once you're aware of it.

If you provide a path for quests that involves a symlink, the path validation will fail. You need to specify the complete path without any symlinked directories.
__________________
http://dungeoncrawl.us.to
Reply With Quote