Version 6, changed by jotspot_scott. 04/27/2005. Show version history
We've got content which could be orignally created as either Word docs or HTML and we're trying to determine the best format for incorporating it into Jot. As either would work, it comes down to how editing the wiki will occur. If all editing is in the wiki online, this is not a concern. We'd simply import or cut/paste the content into the wiki and edit the wiki using its intended design.
BUT I have users, that are frequently offline (traveling, etc.), who need to edit the site.
I thought we might be able to:
In theory the the user could edit offline by:
But this causes problems for the regular online users as they can no longer edit the wiki page with the default Edit Page button.
Again in theory the online users could edit the page online by:
But it doesn't save back to the wiki - you're prompted to save it locally only
Any thoughts on how to do this? Is there a simpler way?
Reply:
First off the basic idea of using the show tag to show an attached Word document is very cool. Thanks! (See note below for how this actually works...)
RE: your online users not being able to edit the page because the page's content was actually coming from the attached Word doc, yes that's the case. But your workaround, where users:
works great! (Note that you can't do what you mention: click open, edit, and then hit "save" to have it saved back to the wiki...)
ps. In the future we will provide more convenient ways to work with attached documents...
Thanks to this post, there are now two ways to do this:
Here's how to import the content of the existing ShowTagTest.doc.
<wiki:show path="ShowTagTest.doc" form="/System/Forms/DefaultForm" /> Note: I set form="/System/Forms/DefaultForm" here because I don't want the showed page to use this forum's reply form, but instead the standard "DefaultForm". If I was in a normal page without a form attached, I would omit the form attribute.
Note that all I did was include this document using the <wiki:show/> tag.
Better than “Importing” the word document because I can still add content above and below this page
Makes it easy to update the page by simply attaching new revisions of this word doc
Since there’s no “export page as Word” feature yet, makes it easy to use Word as a page’s source, but still “get the content back out” as Word.
|
Test Column 1 |
Column 2 |
Column 3 |
|
One |
Two |
three |
![]()
Author: jotspot_scott