Revision history for WinWord2WikkaWikiAction


Revision [18697]

Last edited on 2008-01-28 00:12:19 by NickDamoulakis [Modified links pointing to docs server]

No Differences

Revision [12164]

Edited on 2005-12-07 14:51:57 by NickDamoulakis [Modified links pointing to docs server]
Deletions:
Attribute VB_Name = "NewMacros"


Revision [12163]

Edited on 2005-12-07 14:51:45 by NickDamoulakis [Modified links pointing to docs server]
Additions:
Attribute VB_Name = "NewMacros"
' Application.Documents.Open (ActiveDocument.Name & ".wiki")
' DokuWikiConvertSuperscript
' DokuWikiConvertSubscript
Deletions:
'mods by NickDamoulakis to create new buffer and do the work in the *new* buffer rather than the original
'7dec2005



'end of mods

DokuWikiConvertSuperscript
DokuWikiConvertSubscript


Revision [12162]

Edited on 2005-12-07 14:46:47 by NickDamoulakis [Modified links pointing to docs server]
Deletions:
Attribute VB_Name = "NewMacros"


Revision [12161]

Edited on 2005-12-07 14:46:33 by NickDamoulakis [Modified links pointing to docs server]
Additions:
Attribute VB_Name = "NewMacros"
'mods by NickDamoulakis to create new buffer and do the work in the *new* buffer rather than the original
'7dec2005

Dim docPath As String

docPath = ActiveDocument.Path & "\" & ActiveDocument.Name & ".wiki"

ActiveDocument.SaveAs (docPath)
'end of mods

ReplaceString "ë", "'"
ReplaceString "í", "'"
Deletions:
ReplaceString "ë", "'"
ReplaceString "í", "'"


Revision [12160]

Edited on 2005-12-07 14:44:06 by NickDamoulakis [Modified links pointing to docs server]

No Differences

Revision [12159]

Edited on 2005-12-07 14:43:43 by NickDamoulakis [Modified links pointing to docs server]
Additions:
~- At this point the macro will
~~- Save your current document as <original name>.wiki.
~~- Convert the contents of the **new** document into Wikka markup.


Revision [12158]

Edited on 2005-12-07 14:32:47 by NickDamoulakis [Modified links pointing to docs server]
Additions:
~- Go to menu Tools/Macro/Macros.
~- Entrer a name (""Word2Wikka"") in the Macro Name field. Press the Create button.
~- Clear out whatever ""WinWord"" has entered and paste the code from below inside the newly created macro.
~- Close the Microsoft Visual Basic window (this is the window that the new macro was created in).
~- You are now back in the document you want to convert.
~- Go to menu Tools/Macro/Macros.
~- Select ""Word2Wikka"" and then press Run
Deletions:
~-


Revision [12157]

Edited on 2005-12-07 14:25:02 by NickDamoulakis [Modified links pointing to docs server]
Additions:
====Credits====
I found it in http://www.wakatara.com/blog. In turn, Daryl Manning had found the original in http://infpro.com/projekte/wordwiki/
Credits go to both the above.
====Usage====
~- Open the document you want to convert in ""WinWord""
~-
====Code====
Deletions:
The actual coding was done by http://infpro.com/projekte/wordwiki/


Revision [12156]

The oldest known version of this page was created on 2005-12-07 14:21:31 by NickDamoulakis [Modified links pointing to docs server]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki