Hey folks, some time ago I started with the idea to write an SVG-editor for the fitbit-SVG-implementation.
The main goal was to be able to create a layout and then spit out the code in fitbit conform format (which I also used for the inputs of settings), so devs can just paste it into their index.view.
There's lots more to do... (more tags to integrate, add a list of elements to rearrange nodelist...)
I wonder whether anybody might be interested to collab on this project to restructure the code and make a nicer integration of all parts.
It is all written in Vanilla JS, HTML, CSS as I didn't want to use any frameworks or libs (a quirk of mine, but educational 😉)
Answered! Go to the Best Answer.
EDIT: because of the overwhelming flood of interest I abandoned this project 😊
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
Hi @SunsetRunner - that looks like a great idea, and nice approach, I was able to create a background and save it.
Would it be able to import as well, in order to test problem index.views?
Seems like quite a task.
Author | ch, passion for improvement.
Best Answerhaha... I haven't thought of that, and I'll confess I wouldn't want to
implement it, as the fitbit-syntax differs too much from the syntax for
displaying in HTML. I'd need to write an interface working in both directions. And
I'm already overwhelmed with the other TODOs.
When you copied the files, you will have seen what a chaos of different
approaches it includes (It actually started as pure fun project, like oh...
let me see how this would apply... and now this.)
Now I want to structure it and find a consistent and clean setup
Best Answer
Fitbit Product Experts Alumni are retired members of the Fitbit Product Expert Program. Learn more
@SunsetRunner- keep at it, it could be useful and most importantly fun.
Tried a similar thing for code when using Fitbit Studio, a project explorer to help navigation and organisation, just pasting your code into it, as long as it has a decent coding structure to start with, in particular for handling comments.
It can use Alt+G from a search to jump to that line in Studio, so avoids quite a bit of scrolling.
Author | ch, passion for improvement.
But be aware it is far from being completed! Until now I only integrated the very basics (forms) but not groups, masks...
Anyway - I'm very happy you can make any use of it 🙂
So far this basic feature has been quite helpful, especially in making layouts. hope the next update will be better. Thank you 🙂
Best Answer