vsergeyev / django-visual

Visual IDE designed in Python to work with Django framework based projects. https://django-visual.herokuapp.com Please watch short video about IDE:
https://youtu.be/cdh6O4T3oMw
Apache License 2.0
33 stars 11 forks source link

URLs visual designer #6

Open vsergeyev opened 5 years ago

vsergeyev commented 5 years ago

URLs for project/app may be edited visually with a help for regexps.

enjoysmath commented 2 years ago

@vsergeyev what you want to do, since regex editors such as regexr.com already exist. I would go further and implement a grammar induction algorithm, so the users just type in the URL's they would like matched and your code will generate a working regex for it. That is the most user-friendly way to handle regex building: induction by examples. That makes the visual editor part uneccesary since all you would need is a text area for entering in examples.

vsergeyev commented 2 years ago

Hello,

That’s good idea. Go ahead and implement it +1

V.

Надіслано з iPhone

2 жовт. 2021 р. о 22:49 Enjoys Math @.***> пише:

 @vsergeyev what you want to do, since regex editors such as regexr.com already exist. I would go further and implement a grammar induction algorithm, so the users just type in the URL's they would like matched and your code will generate a working regex for it. That is the most user-friendly way to handle regex building: induction by examples.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.