lpil / elixre

🦑 An Elixir regular expression editor & tester, with Elm
http://elixre.lpil.uk/
GNU Affero General Public License v3.0
101 stars 10 forks source link

Permalinks #42

Open iamvery opened 8 years ago

iamvery commented 8 years ago

One of the most useful features of http://rubular.com/ is the ability to get a permanent link to particular examples for posterity. I generally include a Rubular link as a comment with regular expressions in my Ruby code.

A quick search seems to suggest this feature has not yet been requested of Elixre. I took a shot and failed at adding this feature here. It looks like there is a new version in progress that is currently incomplete. I would be happy to give it another shot with some guidance!

Thanks for the useful tool ❤️

lpil commented 8 years ago

Yup! A rewrite with Plug and React started (as a learning exercise with some students of mine) and then stalled due to other projects popping up. As a result it's kind of hard to anything new to Elixre right now.

Thanks for opening an issue. I'm much more likely to spend time looking at something if I know people are using it :)

lpil commented 8 years ago

The backend is now done. I've started re-writing the front end in Elm. Hopefully will be feature complete again soon.

iamvery commented 8 years ago

Nice! Excited to see what you come up with. Haven't seen a lot of Elm yet, but hopefully I can be of some help :)

lpil commented 8 years ago

Me either, that's why I'm doing it ;)

iamvery commented 8 years ago

💫 😄

lpil commented 7 years ago

I finally finished updating master, this can start now.