Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: qfort-editr - Web tool for editing and exporting quickfort blueprints (alpha)  (Read 2476 times)

SandmanXC

  • Escaped Lunatic
    • View Profile

Hi!

I don't have Office installed and creating csv files was a hassle for me, so I've made a simple tool for creating qfort blueprints.

Temporarily hosted here: http://mihai.devpen.ro/qfort-editr/
Source code: https://github.com/mihai-scurtu/qfort-editr

Use the top input to update the comment. Use the arrow keys to navigate the pseudo-spreadsheet, and click export to receive a CSV blueprint.

The editor is in a very early state, but I plan on adding a bunch of features.

Cheers!
« Last Edit: July 25, 2014, 02:43:17 am by SandmanXC »
Logged

CLA

  • Bay Watcher
    • View Profile

That's cool. I was starting to miss webfort.
Logged
CLA - an ASCII-like Graphic Pack with simplified letter-like creature graphics. The simple and clean looks of ASCII with distinct creature graphics - best of both worlds!

http://www.bay12forums.com/smf/index.php?topic=105376.0

palu

  • Bay Watcher
    • View Profile

You don't need to temporarily host it, you can just use Github pages, just create a gh-pages branch from master, and that's the online version.
Logged
Hmph, palu showing off that reading-the-instructions superpower.
The internet encourages thoughtful, intelligent discussion and if you disagree I hate you.

SandmanXC

  • Escaped Lunatic
    • View Profile

I thought about doing that at first, but I need to serve the file using php.

On second thought, I could just hardcode the form action to my server :/

I'll try that.
Logged

palu

  • Bay Watcher
    • View Profile

Just create the file like this:
Code: [Select]
"data:text/csv," + encodeURIComponent(csv);Than open a tab or set the href of a link.

By the way, this looks really cool.
Logged
Hmph, palu showing off that reading-the-instructions superpower.
The internet encourages thoughtful, intelligent discussion and if you disagree I hate you.

salithus

  • Bay Watcher
  • gottagofast
    • View Profile

this is amazing - finally motivated me to generate some blueprints I've been putting off firing up Excel for....
Logged

lethosor

  • Bay Watcher
    • View Profile
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.

SandmanXC

  • Escaped Lunatic
    • View Profile

Wow, I didn't know that existed.. It looks well awesome! It's beyond my scope, though. The current version of my app is something I pulled together during breaks at work.

I plan on adding some features and tightening some knots over the weekend, but time is a scarce resource..
Logged

SandmanXC

  • Escaped Lunatic
    • View Profile

Pushed version 0.3.0

Spoiler (click to show/hide)
Logged