# HG changeset patch # User insilmaril # Date 1140538703 0 # Node ID 375be2baa9768dc0c651aa429b0bc075d56dba86 # Parent d5a0ea67c91d14da3869b1225f3782869bdc9968 rudimentary mmap import diff -r d5a0ea67c91d -r 375be2baa976 styles/mmap2vym.xsl --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/styles/mmap2vym.xsl Tue Feb 21 16:18:23 2006 +0000 @@ -0,0 +1,356 @@ + + + + + + + + + + + + + + + + + + + + + + Generated with mmap2vym (V0.1.2) - MindManager to vym converter. More infos: www.clemens-kraus.de + #ffffff + StyleLine + #00007f + HeadingColor + #e6e6e6 + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rectangle + + + + + + + + + + + + + + + + + + + + + + + + + + + + + var + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + lamp + arrow-up + arrow-down + + hook-green + questionmark + smiley-good + smiley-sad + stopsign + clock + clock + cross-red + cross-red + exclamationmark + thumb-up + + heart + + + + + + + + + + + + # + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r d5a0ea67c91d -r 375be2baa976 tex/vym.changelog --- a/tex/vym.changelog Tue Feb 21 16:18:23 2006 +0000 +++ b/tex/vym.changelog Tue Feb 21 16:18:23 2006 +0000 @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 21 17:17:48 CET 2006 - uwedr + +- Feature: rudimentary import mmaps + ------------------------------------------------------------------- Tue Feb 14 21:10:26 CET 2006 - uwe diff -r d5a0ea67c91d -r 375be2baa976 tex/vym.tex --- a/tex/vym.tex Tue Feb 21 16:18:23 2006 +0000 +++ b/tex/vym.tex Tue Feb 21 16:18:23 2006 +0000 @@ -577,22 +577,22 @@ right). A paragraph is ended when a \key{Return} is entered. If you just want to begin a new line, press \key{CTRL-Return}. -\subsection{Finding text} +\subsection{Find text} The noteeditor itself has no Find function, use Find in the mapeditor, which will also search all notes (see \ref{findwindow}). -\subsection{Pasting text into note editor} +\subsection{Paste text into note editor} Often you will paste text into the editor from another application e.g. an email. Normally \vym will generate a new paragraph for each new line. This usually is not what you want, so you can choose from the menu \subsection{Advanced actions} -\subsubsection{Edit \ra Convert subsubsections:} +\subsubsection*{Edit \ra Convert subsubsections:} This turns subsubsections in selected text (or all text, if nothing is selected) into linebreaks. This is especially useful for snippets of source code. -\subsubsection{Edit \ra Join Lines:} +\subsubsection*{Edit \ra Join Lines:} Tries to format text, so that empty lines are used to delimit paragraphs. This is done for selected text (or all text, if nothing is selected). Especially useful for text like emails, meeting minutes etc. @@ -697,16 +697,25 @@ part\rq. \subsection{Import} -At the moment \vym can read a directory structure. This is mainly for +Many applications meanwhile can export their data using XML. \vym also +uses XML to save its maps, see \ref{fileformat} for a more detailed +description. + +%TODO + +%Import of vym maps somewhere (context menu) +%Import of "foreign" formats + +volunteers to write import filters are welcome. + +Also parts of a vym map ({\tt .vyp}) can be imported. +\subsubsection*{Directory structure} +\vym can read a directory structure. This is mainly for testing \vym e.g. to easily create huge maps used for benchmarks (yes, there is still room to optimize \vym ;-) -Many other applications meanwhile can export their data using XML, so -volunteers to write import filters are welcome. -Also parts of a vym map ({\tt .vyp}) can be imported. - -\subsection{File format} +\subsection{\vym file format} \label{fileformat} \vym maps usually have the postfix "{\tt .vym}" and represent a compressed archive of data. If you want to have a closer look into the data structure, just uncompress the map manually diff -r d5a0ea67c91d -r 375be2baa976 xsltproc.cpp --- a/xsltproc.cpp Tue Feb 21 16:18:23 2006 +0000 +++ b/xsltproc.cpp Tue Feb 21 16:18:23 2006 +0000 @@ -67,6 +67,8 @@ xsltProc->addArgument (xslFile); xsltProc->addArgument (inputFile); dia.append ("vym is executing: \n" + xsltProc->arguments().join(" ") ); + //FIXME testing + cout <arguments().join(" ")) <start() ) { QMessageBox::critical( 0, QObject::tr( "Critical Error" ),