Skip to content

Commit

Permalink
readme clean up and consistancy across all ville repos
Browse files Browse the repository at this point in the history
  • Loading branch information
sqville committed Aug 27, 2024
1 parent 1d30918 commit c23b915
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
<!-- ABOUT THE PROJECT -->
## ville.Connect
# ville.Connect

**ville.Connect** is a [Qooxdoo](https://qooxdoo.org/) control designed to visually connect widgets on a canvas type layout.

## The Big Idea

Create a diagram/workflow/mindmap, tool/widget/capability using 100% Qooxdoo code and objects. No SVG or Canvas HTML tags, if at all possible.

<!-- DEMOS -->
## Demos

[Demo](https://sqville.github.io/ville.Connect/published/)

* Right click any connector to edit it's properties
* Move or resize connected widgets to see the connection dyanmically adjust. Only enabled for first two examples. The third example are static ui widgets.

<!-- Defining a connection -->
## Define a connection object

Example of two ui objects connected by a single connector:

```javascript
"connections" : [
{
Expand Down Expand Up @@ -59,10 +62,6 @@ Note: Limitations are due to object creation (elements, connections and arrows)

Distributed under the MIT License. See `LICENSE` for more information.

<!-- CONTACT -->
## Contact

Chris Eskew - email: sqville@gmail.com

## Attribution
Inspired by and learned from this project: [jqSimpleConnect](https://github.com/jfmdev/jqSimpleConnect)

Inspired by and learned from this project: [jqSimpleConnect](https://github.com/jfmdev/jqSimpleConnect)

0 comments on commit c23b915

Please sign in to comment.