-
Notifications
You must be signed in to change notification settings - Fork 122
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
is there a WYSIWYG editor? #71
Comments
What do you mean? Text editor, markddown, theme editor, etc? |
There is no wysiwyg in enduro yet. What I do when I need a formatted text is have a textarea with a markdown abstractor(abstractor converts the markdown to html). If you believe there is a use case for wysiwyg, comment below or submit a pull request. |
/* Pell is not a markdown editor, isn't it? */ @mdxprograms It is definitely posssible to hook up a UI script on a front side and make an editor. We only need a special input type to define such fields. I will try to make such with SimpleMDE tonight, 'cause it is really a simple but needed task. |
That would be awesome. I'm always willing to contribute as well 👍🏼 Ya I realized Pell wasn't the best example but it would be cool if there was a markdown editor none the less. Really like this project. Please let me know if you guys need anything. Sent from my Google Pixel using FastHub |
Nah, I can't render enduro_admin UI because of strange error and definitely won't be able to tie SimpleMDE to it in nearest future :| |
What's the error? I can help take a look Sent from my Google Pixel using FastHub |
@mdxprograms: super interesting stuff. It's simple because pell outputs html so you can just store that without any markdown conversion going on. made a sample for you: https://github.com/Gottwik/enduro_samples/tree/master/wysiwyg Let me know if it is what you were looking for. I will work on documenting these features better. |
checking it out now |
@mdxprograms it is here: Gottwik/enduro_admin#12 |
hmm @Gottwik @CosmoMyzrailGorynych I'm getting the following and the textbox is only showing the raw markup. @CosmoMyzrailGorynych is this related to Gottwik/enduro_admin#12? |
@mdxprograms idk but am trying to make similar trick with SimpleMDE. I get exactly the same error because admin extensions can't see *UPD* Seems that removing |
hmm is it possible to use the CDN on a global scale just to see if that would fix it? |
ehm, my bad, you have to update enduro(npm i enduro -g) :-/ I added the compileProvider for this thing to work. |
Just done this but it didn't help |
do you still see the compileProvider error? Or is it the invalid regular expression thing? |
It is still a |
Hey, the problem could be that you have cloned the enduro_admin and used npm link. Maybe just git pull your enduro_admin and this will solve itself. |
Either you figure out the npm linking or you just pull enduro and run I think you need to do How does it look when you go to |
Enduro doesn't install bower dependencies on Windows. It launches *UPD* It seems that I unlinked enduro_admin and I managed to launch enduro on my project. *UPD* enduro_admin in enduro doesn't update to 1.0.64 :/ It instead incremented from 1.0.61 to 1.0.62 *UPD* That's because [email protected] enforces [email protected] in its package.json *UPD* I officially state that we've found the pure evil while making enduro and enduro_admin recursive. *UPD* Yaaaay, now I have an empty custom textarea 🎊 |
@Gottwik how can we listen to culture switching to update editor's content? |
¯_(ツ)_/¯ what does bower has to do with enduro? Themes? I guess the linking is messed up. Either reinstall everything(I use nvm, which makes this easier I believe) or try to figure out the linking with https://docs.npmjs.com/cli/ls#link Hey, let me know if I can help. I am happy to follow your steps to see if I get different results. |
@Gottwik I have already solved linking problems and even created a SimpleMDE field. Looks like you were seeing an old thread from email or so O.o |
@CosmoMyzrailGorynych You can add this to make it work with cultures. I will add it to the sample.
@Jp3rd Were we able to answer your question? @mdxprograms Does this work for you? Did you expect more packaged solution or is this fine? |
Wheee, it works ^—^
@Gottwik I can write documentation/tutorial for endurojs.com if you want. |
or is there a workaround?
The text was updated successfully, but these errors were encountered: