I am interested in the possibility of using the WYMeditor as the front end for an editor with which to embed RDFa tags in the code. It is the best javascript candidate that I have found for embedding RDFa in the HTML because of its emphasis on strict XHTML compliance (not absolutely necessary for RDFa, but makes it nicer to work with it), the editing display that contains some indication of the surrounding tags (e.g., P tags or H3 tags) and the straightforward separation of tags and attributes (in WYMeditor's case, the attributes of class). There is great potential here IMHO, and WYMeditor used with RDFa could potentially be a great tool in the march towards the Semantic Web.
So my question for this forum is whether anyone has already started such a task (I can't see any references to this, but I wanted to make sure) and if I were to implement something like this, would there be any interest in integrating this in the core, or would I be better off doing this as a fork of the code? From what I can tell from just briefly playing around with things, for the first pass I would need to make it so that certain attributes could be embedded in tags (e.g., about="foo:bar" and property="dc:title" in addition to the currently allowed e.g., class="important") without being erased, and then being able to add a RDF drop-down similar to the class drop-down that is currently available usually to the right of the editing pane. With just those changes done, it would be ready for at least my initial use for the project that I am interested in using it for (an Electronic Lab Notebook).
I just wanted to throw these ideas out there and see what interest there was. Any feedback or advice as to how to proceed is appreciated. Thank you.