-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status, roadmap... #1
Comments
Hello |
Yes, I need symbols for a project I'm working on. My end goal is to be able that whenever a symbol style/attributes/selection changes all the other instances of that symbol get updated. Looking forward to seeing your todo list :) |
Great :) Here is my todo
Bugs
It would be great to collaborate - eventually I'll transfer this repo to the Silex Labs org (the foundation which holds silex copyright) Have a nice day ! |
Thank you for sharing your to-do list, it helps a lot. I already started to look at those three, I'll try to open a PR this week
|
👍 |
hey @BentoumiTech i'm back on the subject |
we should probably use |
I'm also interested on the idea of this project but I'm not able to get it to work to test it, any clue/help ?
|
Hello
Thanks for your interest
I believe it is a little early for contributions, and not at all ready for production
I should be back at in a month or so
The idea I have now is to use dom and json diff libraries instead of this mechanism i prototyped here which looks for the parent symbol and all the children
Please stay tuned and this will be testable in a couple of months
Also the error messages you have are only for sourcemaps, I guess i missed a config somewhere
On Aug 18, 2022, 14:17, at 14:17, Domingo Alvarez Duarte ***@***.***> wrote:
I'm also interested on the idea of this project but I'm not able to get
it to work to test it, any clue/help ?
I can get npm to install/start but I'm getting this message on
console:
```
***@***.***:2 Plugin grapesjs-sympbols not found Object
…y @ ***@***.***:2
log.js:24 [HMR] Waiting for update signal from WDS...
lit-html.js:49 Lit is in dev mode. Not recommended for production! See
https://lit.dev/msg/dev-mode for more information.
issueWarning @ lit-html.js:49
index.js:551 [webpack-dev-server] Hot Module Replacement enabled.
index.js:551 [webpack-dev-server] Live Reloading enabled.
DevTools failed to load source map: Could not load content for
webpack://grapesjs-sympbols/node_modules/underscore/underscore-umd.js.map:
Fetch through target failed: Unsupported URL scheme; Fallback: HTTP
error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load source map: Could not load content for
webpack://grapesjs-sympbols/node_modules/lit-html/development/lit-html.js.map:
Fetch through target failed: Unsupported URL scheme; Fallback: HTTP
error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
DevTools failed to load source map: Could not load content for
https://unpkg.com/grapes.min.js.map: HTTP error: status code 404,
net::ERR_HTTP_RESPONSE_CODE_FAILURE
```
--
Reply to this email directly or view it on GitHub:
#1 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
Thank you for reply ! I did a hand made unification of this project an removed the need for Do we need to create an empty div/element with that id ? Any way thank you for your great work ! |
Yes, for now i bundled a UI which you need to tell where to go, with the appendTo option |
The ui needs lithtml though |
FYI: I updated the "roadmap" with my progress, take a look at the demo to see how it is working so far |
Updated the "road map" here The demo should be up to date |
An amazing plugin that you are working on!
I was playing with Symbols on grapes and saw your project, I like the approach you took to implement it.
Do there is any code I can contribute to help you get the plugin ready?
The text was updated successfully, but these errors were encountered: