jlong / radiant-bespin-editor-extension
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
-
Hi,
I installed Radiant 0.8.1, then Bespin 1.0, when I go to view a page in the editor, my log shows this:
404 Not Found [http://radiant/javascripts/admin/bespin/themes/white.js]
Looking in the git repo for bespin, I am not seeing this file at all. Is it missing from the repo or am I missing something else?
Comments
-
Hey John,
I'm loving this extension for my personal sites since I don't bother with a WYMEditor, but my clients need WYM. I'm wondering if there is a way to allow the "view source" button in WYM to show a bespin editor and otherwise hide the bespin text area all together? Currently if both WYM and Bespin are installed bespin will always show up underneath WYM and the WYM view source is not bespin styled.
Any insight or way I can help integrate these 2 extensions?
My 2nd sort of comment is just about bespin in general, I know it's not your plugin but the main architecture at the bespin level that isn't allowing copy/paste to work. I'm just curious if you have heard if they will be implementing that feature any time soon? It's pretty crucial for Radiant to be able to have copy/paste since you setup most everything in the browser.
Thanks!
-JonComments
Wow... a big never mind on the copy/paste issue. It's working great now in 0.9.0 RC1. Weird... not sure why that didn't work before, and when I googled I found a forum post asking why copy/paste didn't work they said it just wasn't implemented yet. Weird. Still curious about the WYMEditor integration. And if it can't be integrated could it at least be hidden on a page that has a wymeditor filter selected? It always shows up and is distracting. Thanks!
The embedding is all done with Javascript. It shouldn't be too hard to modify to do what you want, but I don't have any need for that functionality right now so I probably won't be working on it. I'd consider a pull request though.
I've had trouble with copy and paste too. Sometimes it works, and sometimes it doesn't. I'm not sure what the issue is.
The extension is very simple at the moment. I'd encourage you to get in there and dig around.
-
Ran through both the automated and manual install. Won't show up under extensions.
Running latest radiant on latest rails
Comments
Firefox 3.5 and the latest Safari on OSX 10.4. I got it to show up under extensions, but now I'm getting:
Error: Behavior is not defined
Source File: http://67.23.27.130/javascripts/admin/bespin/codearea.js?1255463222
Line: 1Are you running the 0.9 release candidate? You need to be running either the RC or on edge.
Just got it working in Radiant 0.9. That's for the quick responses.
-
Hey John,
Love the extension and all your work on Radiant. I think you copied the README over from the page attachments extension and forgot to modify the install rake tasks. Right now it's pointing to migrate and update the page_attachment ext, instead of referring to the update rake task for the bespin editor. Easy to figure out, but confusing at first since I was thinking maybe bespin required page_attachments to be installed or something.
Thanks,
-JonComments





Ah, good catch. I removed that line.
However, you won't do any better because the extension requires 0.9.
ok, well, I am still playing with radiant, so I am gonna update to 0.9 and see how pretty it looks. thanks!