Giter Site home page Giter Site logo

tixi's Issues

can't change name of projects

I did three projects and they are all named "My Project 1"
editing project name doesn't seem to have any effect.

anyway, thanks for this very nice work !

[Feature] - Line Resize

Can Line Resizing be like Box resizing, i.e. display a 'Bounding Box', and also have resize control handles on the bounding box, so making it easier/preciser to resize in a particular dimension(s).

How to save and reload progress?

I love this, am considering using for map on bbs on my FPS, but I need to know how to load and save so when I update my map I can edit it, where are those options? I dont see a save!.. thanks.

[Feature] - Pre-Defined Shapes; Flow Chart

Can you have option to draw pre-defined Shapes, like used in flow-charts and other shapes also.

E.g. Click an icon to select a shape, say Rectangle, which then prompts you to the Text for inside the rectangle, also allowing the adjustment of the options; size / dimentions / scale, border thichkness, Auto Resize To Text, while confirming to create the shape, and then allowing it to be put down onto a position on the canvas.

Add test command

Hi!
Can you please add command to run test to Contributing section of the readme?
I've seen TravisCI running lein cljsbuild test unit - is it the one? Are there any other build steps to do before running tests?

Import, Ctrl+V or something like that

Hi there,
I am using textik.com for a while for drawing workflows and stuff
So I use it, export to a text file, and be done with it
But I found no way of editing those text files in tixi
My impression was that I would be able to just ctrl+v my files into it and start working, but that din't work
Is there a way to do this? Thanks.

Use «Delete» key to delete elements

I noticed that Backspace can be used to delete the selected elements, but at first I tried to use Delete as it was the most obvious shortcut in my mind for removing elements.

Making Delete to behave as Backspace would be an (hopefully) easy way to improve the user experience.


Feel free to close this issue if you don't like the idea, I just opened this to suggest some ideas for future enhancements if you look for such!

my projects ??

is it me or is "my projects" not working ?
I logged in with Google Acccount
and just get this
image

Allow to specify arrows after a line has been drawn

It is currently possible to change the ending arrows of a line by being in «Select» mode and pressing the associated buttons. This doesn't work in other modes though.

Usually I start by drawing a line where I want it, then I'm thinking about what ending I wants for this line. This requires quite a lot of steps currently:

  1. Select Line tool
  2. Drag and Drop a new line
  3. Go to Select mode
  4. Select the line
  5. Change the ending
  6. Go back to line tool for the next line

It would be easier from an UX perspective to allow something like this:

  1. Select the Line tool
  2. Drag and Drop the line
  3. Press >, < or the associated buttons to change the endings of the line I just draw
  4. Drag and Drop a new line

This change would also require to add > or < key bindings.


Feel free to close this issue if you don't like the idea, I just opened this to suggest some ideas for future enhancements if you look for such!

Polyline tool

Currently it is possible to draw «Line», and «Rectangle-Line». A nice addition would be adding the possibility to do «Polyline».

For instance if I want to draw something like this arrow:

   +--------+
   |        |
   |        |
+-----+  +-----+
|  |  |  |  |  |
|  +  |  |  v  |
|     |  |     |
+-----+  +-----+

I would either need to use three lines, or one line and one rectangular line. It would be nice to draw arbitrary-length line by starting to draw a line, and then clicking to add intermediary points, until Enter is pressed for instance.

It would be like:

  2          3
   +--------+
   |        |
   |        |
+-----+  +-----+
|  |  |  |  |  |
| 1+  |  |  v4 |
|     |  |     |
+-----+  +-----+
  1. Click point 1
  2. Click point 2 (Or these two first steps may be replaced by dragging from point 1 to point 2)
  3. Click point 3
  4. Click point 4
  5. Press Enter

Feel free to close this issue if you don't like the idea, I just opened this to suggest some ideas for future enhancements if you look for such!

Can't copy and paste the result out of the browser

Tested on:

  • Firefox 72.0.2 on Linux
  • Chromium Version 79.0.3945.130 (openSUSE Build) (64-bit)

Paste not working and no other way to export means the tool can't be used.
A simple Save-as or Export functionality would be great.

Canvas Size Change is not saved

case1:

  1. change the canvas size,
  2. draw a line
  3. ctrl-z : I saw the canvas size changed back to default

case2:

  1. change the canvas size
  2. refresh the page
  3. I saw the canvas size changed back to default

"Show Result" to "Show/Copy Result"

Please make it more obvious how you can get to the final picture.

I think all which is needed is to update the hoover text which you see if you have the mouse over the eye-icon:

"Show Result" to "Show/Copy Result"

It took me some time to find this solution.

Thank you very much for this service!

[Feature] - Line Angles

Can it be made so that when creating lines:

The 'angle' of the line is shown somewhere on the screen.
Lines can be drawn with a user pre-specified angle setting. E.g. 45 Degrees.
When Line is being drawn, it can be made to Snap to an Angle, e.g. 45, 90,, etc degreess. By both toggling a Interface option AND/OR holding down the SHIFT key.
When a Line is selected, its Angle can be modified using a values typed into the GUI, rather than visually with the mouse.

"Show Result" doesn't work for me

I'm drawing a diagram and click the "Show Result" Icon.
At best I get the last objet I created but not the whole diagram.

I'm using windows and chrome 43.0
textik

Cannot import diagram

One can export by Ctrl + C,
but there is no possibility to import by Ctrv + V.

So there is no possibility to import any previously exported diagram.
One has to use asciiflow.com instead for this reason,
despite textik.com would be more comfortable for many cases.

[Feature] - ReSize; Objects

Can it be implemented that when resizing objects, it can be done via Numeric Input to specify the Width & Height, or Scale (both Width & Height).

Also specify it in Characters or Percentages.

Also choose which Control Point / Anchor Point to make the Resizing from, e.g. say for Rectangle it could be any corner or any side and also the center.

Z-Indexes - overlap does work

Current behavior

               +--------------+  
               |              |  
               |              |  
+-------------------+         |  
|              |  +-------------+
|              +--|-|---------+ |
|                 | |           |
|                 | |           |
|                 +-------------+
|                   |            
+-------------------+            

Expected state:

               +--------------+  
               |              |  
               |              |  
+-------------------+         |  
|                 +-------------+
|                 |             |
|                 |             |
|                 |             |
|                 +-------------+
|                   |            
+-------------------+            

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.