<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
	<channel>
		<title>ProZ.com Translation Forums</title>
		<link>http://ept.proz.com/forums/</link>
		<atom:link href="http://ept.proz.com/forums/" rel="self" type="application/rss+xml"/>		<description>Forum: MemoQ support</description>
		<language>en-us</language>
		<pubDate>Mon, 17 Aug 2026 18:24:30 +0000</pubDate>
		<lastBuildDate>Mon, 17 Aug 2026 18:24:30 +0000</lastBuildDate>
		<docs>http://www.proz.com/faq</docs>
		<managingEditor>support@proz.com (ProZ.com Support)</managingEditor>
		<webMaster>support@proz.com (ProZ.com Support)</webMaster>
		<item>
			<title>Import filter for markdown files wanted | Thanks!</title>
			<author>Katja Heimann-Kiefer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3116552#3116552</link>
			<pubDate>Mon, 10 Aug 2026 11:23:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Katja Heimann-Kiefer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Thanks!&lt;br/&gt;&lt;br/&gt;Thank you so much, this seems to work and I&#039;ll try the next batch in Trados.&lt;br /&gt;&lt;br /&gt;(I hadn&#039;t expected the macro file to contain the instructions, ooops!)&lt;br /&gt;&lt;br /&gt;Thanks, Katja</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | How to install and run </title>
			<author>CafeTran Trainer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3116398#3116398</link>
			<pubDate>Sat, 08 Aug 2026 01:06:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; CafeTran Trainer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; How to install and run &lt;br/&gt;&lt;br/&gt;[quote]Katja Heimann-Kiefer wrote:&lt;br /&gt;&lt;br /&gt;As for CafeTran&#039;s tips: thank you very much, they do look and sound useful. Just ... I don&#039;t know how to use them. I downloaded the macro, but in which environment do I apply it to the file? I also downloaded the chained filter from the io groups but same problem: How do I get memoQ to take note of this filter?&lt;br/&gt;&lt;br/&gt; [/quote]&lt;br /&gt;&lt;br /&gt;From the macro file:&lt;br /&gt;&lt;br /&gt;&#039;======================================================================&lt;br /&gt;&#039;  MarkdownHiddenTags  -  Microsoft Word VBA module&lt;br /&gt;&#039;  ------------------------------------------------------------------&lt;br /&gt;&#039;  Marks every piece of Markdown *markup* in the active document with&lt;br /&gt;&#039;  the font attribute &quot;Hidden&quot;, so only the translatable running text&lt;br /&gt;&#039;  stays visible. Written in plain VBA (no RegExp / no Windows-only&lt;br /&gt;&#039;  objects), so it works in Word for Mac as well as Word for Windows.&lt;br /&gt;&#039;&lt;br /&gt;&#039;  INSTALL&lt;br /&gt;&#039;    1. Word &gt; Tools &gt; Macro &gt; Visual Basic Editor&lt;br /&gt;&#039;       (Mac: Tools &gt; Macro &gt; Visual Basic Editor, or Alt+F11)&lt;br /&gt;&#039;    2. File &gt; Import File...  and pick MarkdownHiddenTags.bas&lt;br /&gt;&#039;    3. Close the editor.&lt;br /&gt;&#039;&lt;br /&gt;&#039;  USE&lt;br /&gt;&#039;    1. File &gt; Open, set &quot;Enable:&quot; / file type to &quot;All Files&quot;,&lt;br /&gt;&#039;       open the .md file (choose UTF-8 if the encoding dialog appears).&lt;br /&gt;&#039;       If Word refuses the .md extension, rename it to .txt first.&lt;br /&gt;&#039;    2. Tools &gt; Macro &gt; Macros... &gt; TagMarkdownAsHiddenText &gt; Run&lt;br /&gt;&#039;&lt;br /&gt;&#039;  MACROS IN THIS MODULE&lt;br /&gt;&#039;    TagMarkdownAsHiddenText   - tag all markup as hidden text&lt;br /&gt;&#039;    RemoveHiddenTextTags      - clear the Hidden attribute everywhere&lt;br /&gt;&#039;    ToggleHiddenTextDisplay   - show / hide the hidden markup on screen&lt;br /&gt;&#039;&lt;br /&gt;&#039;  WHAT GETS HIDDEN&lt;br /&gt;&#039;    ATX headings (#..######) incl. closing hashes | setext underlines&lt;br /&gt;&#039;    horizontal rules (---, ***, ___)  | fenced code delimiters (``` ~~~)&lt;br /&gt;&#039;    block quote markers (&gt;)           | bullet markers (- * +)&lt;br /&gt;&#039;    ordered list markers (1. 1))      | task boxes ([ ] [x])&lt;br /&gt;&#039;    inline code delimiters (` `` ```) | emphasis runs (* ** *** _ __)&lt;br /&gt;&#039;    strikethrough (~~)                | table pipes and delimiter rows&lt;br /&gt;&#039;    link/image syntax  ![alt](url) [text](url) [text][ref]&lt;br /&gt;&#039;    autolinks            | backslash escapes&lt;br /&gt;&#039;&lt;br /&gt;&#039;  NOTES&lt;br /&gt;&#039;    - Text inside inline code and fenced code blocks is left untouched,&lt;br /&gt;&#039;      so the ** in `**bold**` is not mistaken for emphasis.&lt;br /&gt;&#039;    - Indented code blocks (4+ spaces) are left untouched entirely.&lt;br /&gt;&#039;    - Hidden text is excluded from printing (Options.PrintHiddenText is&lt;br /&gt;&#039;      set to False) and most CAT tools can be told to skip it.&lt;br /&gt;&#039;    - Saving back as &quot;Plain Text (*.txt)&quot; keeps the hidden characters,&lt;br /&gt;&#039;      so the Markdown round-trips intact. Rename to .md afterwards.&lt;br /&gt;&#039;======================================================================&lt;br /&gt;</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | I did, of course.</title>
			<author>Katja Heimann-Kiefer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3116384#3116384</link>
			<pubDate>Fri, 07 Aug 2026 14:10:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Katja Heimann-Kiefer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; I did, of course.&lt;br/&gt;&lt;br/&gt;Well, as I said, that&#039;s exactly what I did.</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Select file type</title>
			<author>Rodolfo Raya</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3116263#3116263</link>
			<pubDate>Wed, 05 Aug 2026 16:03:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Rodolfo Raya&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Select file type&lt;br/&gt;&lt;br/&gt;[quote]Katja Heimann-Kiefer wrote:&lt;br /&gt;&lt;br /&gt;I downloaded XLIFF Manager but it throws me an error: &quot;Error processing JSON file [path][filename].md.xlf (The system cannot find the specified file)&quot;&lt;br /&gt;[/quote]&lt;br /&gt;&lt;br /&gt;Check that &quot;Markdown&quot; is selected as file type before creating the XLIFF</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Error in XLIFF Manager</title>
			<author>Katja Heimann-Kiefer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3116257#3116257</link>
			<pubDate>Wed, 05 Aug 2026 15:23:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Katja Heimann-Kiefer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Error in XLIFF Manager&lt;br/&gt;&lt;br/&gt;Thanks, Rodolfo.&lt;br /&gt;&lt;br /&gt;I downloaded XLIFF Manager but it throws me an error: &quot;Error processing JSON file [path][filename].md.xlf (The system cannot find the specified file)&quot;&lt;br /&gt;&lt;br /&gt;Well I didn&#039;t do anything with JSON and if XLIFF Manager doesn&#039;t create the required .xlf file I don&#039;t know where it would be coming from because I pointed it to an .md file. I have no .xlf file. &lt;br /&gt;&lt;br /&gt;I specified the .md file I want to translate, set source and target languanges, markdown and UTF-8 and hit &quot;Create XLIFF&quot;. I don&#039;t see that I would or could do anything else. Yes, I did look at the documentation. I&#039;m working under German Windows 11.&lt;br /&gt;&lt;br /&gt;No luck ...&lt;br /&gt;Katja</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | XLIFF Manager supports Markdown</title>
			<author>Rodolfo Raya</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3116251#3116251</link>
			<pubDate>Wed, 05 Aug 2026 14:25:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Rodolfo Raya&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; XLIFF Manager supports Markdown&lt;br/&gt;&lt;br/&gt;[quote]&lt;br /&gt;&lt;br /&gt;I had a look at XliffManager, Rodolfo. It doesn&#039;t specifically mention markdown, so I a little reluctant to test it. So far it seems to import only what Trados itself can do anyway.&lt;br /&gt;&lt;br /&gt;As for CafeTran&#039;s tips: thank you very much, they do look and sound useful. Just ... I don&#039;t know how to use them.&lt;br /&gt;[/quote]&lt;br /&gt;&lt;br /&gt;XLIFF Manager supports markdown. You can see it in  [url removed]  </description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Cool, thanks. But how do I run a macro?</title>
			<author>Katja Heimann-Kiefer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3116242#3116242</link>
			<pubDate>Wed, 05 Aug 2026 11:58:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Katja Heimann-Kiefer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Cool, thanks. But how do I run a macro?&lt;br/&gt;&lt;br/&gt;Hi Rodolfo and CafeTran,&lt;br /&gt;&lt;br /&gt;first of all: sorry for the late reply – I was pretty busy during the past few days.&lt;br /&gt;&lt;br /&gt;I had a look at XliffManager, Rodolfo. It doesn&#039;t specifically mention markdown, so I a little reluctant to test it. So far it seems to import only what Trados itself can do anyway.&lt;br /&gt;&lt;br /&gt;As for CafeTran&#039;s tips: thank you very much, they do look and sound useful. Just ... I don&#039;t know how to use them. I downloaded the macro, but in which environment do I apply it to the file? I also downloaded the chained filter from the io groups but same problem: How do I get memoQ to take note of this filter?&lt;br /&gt;&lt;br /&gt;I&#039;d be grateful for further directions.&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Katja&lt;br /&gt;&lt;br /&gt;</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Cascading filter</title>
			<author>CafeTran Trainer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3116083#3116083</link>
			<pubDate>Mon, 03 Aug 2026 07:50:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; CafeTran Trainer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Cascading filter&lt;br/&gt;&lt;br/&gt;A kind person uploaded this cascading filter that she wrote:&lt;br /&gt;&lt;br /&gt; [url removed] &lt;br /&gt;&lt;br /&gt;You have to subscribe to the mQ Group first: &lt;br /&gt;&lt;br /&gt;[quote]In order to prevent spam, subscriptions by e-mail via the Subscribe address  [email removed]  will only be accepted if you add a brief reason why you wish to join the group.[/quote]</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Macro as a workaround</title>
			<author>CafeTran Trainer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115973#3115973</link>
			<pubDate>Sat, 01 Aug 2026 05:32:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; CafeTran Trainer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Macro as a workaround&lt;br/&gt;&lt;br/&gt;[quote]Katja Heimann-Kiefer wrote:&lt;br /&gt;&lt;br /&gt;My Trados version is Trados Studio 2022.  [/quote]&lt;br /&gt;&lt;br /&gt;I have tested the macro TagMarkdownAsHiddenText with Trados 2022. The tagged Markdown file looks like this in Trados:&lt;br/&gt;&lt;br/&gt;I have created a pseudo-translation in Trados and exported it. In Ms Word I selected all text in the translation, removed the &quot;Hidden Text&quot; font attribute*) and saved as plain text with the extension &quot;.md&quot;. I opened the file in One Markdown and found that it is a valid Markdown file:&lt;br/&gt;&lt;br/&gt;If you want to test the macro, you can download it here: &lt;br /&gt;&lt;br /&gt;Download MarkdownHiddenTags.bas.zip @  [url removed] &lt;br /&gt;&lt;br /&gt;Here&#039;s a bigger image of the source column in Trados:&lt;br/&gt;&lt;br/&gt;(A lot of tags indeed… The double and triple tags that are separated by a space could be combined to reduce the number of tags.)&lt;br /&gt;&lt;br /&gt;---&lt;br /&gt;&lt;br /&gt;*) You can also run RemoveHiddenTextTags.&lt;br/&gt;&lt;br/&gt;[Edited at 2026-08-01 06:31 GMT]</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | XLIFF Manager</title>
			<author>Rodolfo Raya</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115958#3115958</link>
			<pubDate>Fri, 31 Jul 2026 17:28:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Rodolfo Raya&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; XLIFF Manager&lt;br/&gt;&lt;br/&gt;[quote]Katja Heimann-Kiefer wrote:&lt;br /&gt;As far as I can tell, XLIFF Manager only starts working once I have a project in Trados. &lt;br /&gt;[/quote]&lt;br /&gt;&lt;br /&gt;I am talking about the standalone XLIFF Manager, not the Trados plugin.&lt;br /&gt;&lt;br /&gt;With XLIFF Manager you create XLIFF from your Markdown files and translate the XLIFF in Trados or MemoQ. When ready, convert the translateed XLIFF back to Markdown and deliver.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Rodolfo</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | How would XLIFF Manager help?</title>
			<author>Katja Heimann-Kiefer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115954#3115954</link>
			<pubDate>Fri, 31 Jul 2026 16:46:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Katja Heimann-Kiefer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; How would XLIFF Manager help?&lt;br/&gt;&lt;br/&gt;Hi Rodolfo,&lt;br /&gt;&lt;br /&gt;I now also had a look at XLIFF Manager. You had suggested the following workflow:&lt;br /&gt;&lt;br /&gt;[quote]- Convert your Markdown files to XLIFF using XLIFF Manager&lt;br /&gt;- Translate the XLIFF with your favorite CAT tool&lt;br /&gt;- Merge the translated XLIFF back to Markdown using XLIFF Manager&lt;br /&gt;- Deliver the translated Markdown&lt;br /&gt;[/quote]&lt;br /&gt;&lt;br /&gt;As far as I can tell, XLIFF Manager only starts working once I have a project in Trados. Which means that I would need to have imported the .md file already – and at that stage things have already gone wrong.&lt;br /&gt;&lt;br /&gt;I don&#039;t see how XLIFF Manager would help me importing the .md file correctly. Perhaps you could explain further what you had in mind for my problem?&lt;br /&gt;&lt;br /&gt;Thanks and best regards&lt;br /&gt;Katja</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Where can I download just an .md import filter?</title>
			<author>Katja Heimann-Kiefer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115936#3115936</link>
			<pubDate>Fri, 31 Jul 2026 15:10:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Katja Heimann-Kiefer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Where can I download just an .md import filter?&lt;br/&gt;&lt;br/&gt;Thank you, Li-Hsiang and CafeTran.&lt;br /&gt;&lt;br /&gt;Li-Hsiang, my markdown file is not complex at all, it is hardly more than a text file, there are just heading hierarchies, the odd bold format and some graphics buttons, links and screenshots. I found that I can process it as a text file in memoQ, but it would be nice to handle the graphics and links as graphics and links: easier to work with, and a lower risk of errors.&lt;br /&gt;&lt;br /&gt;CafeTran, your screenshot looks good. My Trados version is Trados Studio 2022. When I imported the .md file it handled links and buttons well (better than memoQ) but messed up a paragraph break between heading and text which resulted in a significant error in the file. And in the output file it deleted the line breaks with in a paragraph (my client has all sentences in a separate line). That meant I would have to check not only my actual translation but also the entire file format. I feel that is too risky because I could easily overlook something.&lt;br /&gt;&lt;br /&gt;My memoQ version is 10.0.10, as I explained in my original posting. That is the whole point in fact: This version does not have an import filter for markdown, which is why &lt;b&gt;I would like to add just this one filter to my existing installation&lt;/b&gt; and which is why I am posting my question in this forum dedicated to memoQ.&lt;br /&gt;&lt;br /&gt;Cheers&lt;br /&gt;Katja</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Trados</title>
			<author>CafeTran Trainer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115916#3115916</link>
			<pubDate>Fri, 31 Jul 2026 13:30:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; CafeTran Trainer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Trados&lt;br/&gt;&lt;br/&gt;[quote]Katja Heimann-Kiefer wrote:&lt;br /&gt;&lt;br /&gt;Trados (my preferred tool) kind of works but is not handling this format as well as it should. [/quote]&lt;br /&gt;&lt;br /&gt;Which version of Trados are you using? And what are the problems?&lt;br /&gt;&lt;br /&gt;My sample Markdown looks like this in Trados 2024 (with formatting tags hidden):&lt;br/&gt;&lt;br/&gt;Display in memoQ 11.2 is also good. There you also have the HTML WYSIWYG display.&lt;br /&gt;&lt;br /&gt;Transit NXT doesn&#039;t support .md, at least not on my computer.</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Sorry for that</title>
			<author>Li-Hsiang Hsu</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115904#3115904</link>
			<pubDate>Fri, 31 Jul 2026 11:40:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Li-Hsiang Hsu&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Sorry for that&lt;br/&gt;&lt;br/&gt;Looks like your .md has a rather complexe structure? &lt;br /&gt;I wrote an md extractor and md builder longtime ago, but they run merely on my pc.&lt;br /&gt;</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Doesn&#039;t fit</title>
			<author>Katja Heimann-Kiefer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115891#3115891</link>
			<pubDate>Fri, 31 Jul 2026 10:37:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Katja Heimann-Kiefer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Doesn&#039;t fit&lt;br/&gt;&lt;br/&gt;Thanks, Li-Hsiang.&lt;br /&gt;&lt;br /&gt;I noted that Pandoc runs in my browser and liked that. So I tested it but found that it doesn&#039;t work for my purposes.&lt;br /&gt;&lt;br /&gt;It doesn&#039;t handle all of my markdown code correctly and I found no way of converting the translated html file into the proper markdown format after translation. Which means that I cannot use the result.&lt;br /&gt;&lt;br /&gt;Katja</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Pandoc </title>
			<author>Li-Hsiang Hsu</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115880#3115880</link>
			<pubDate>Fri, 31 Jul 2026 10:12:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Li-Hsiang Hsu&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Pandoc &lt;br/&gt;&lt;br/&gt;Pandoc app runs locally in your browser.&lt;br /&gt;But a more secured way is using Pandoc CLI from your terminal.&lt;br /&gt;</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Thanks – but ...</title>
			<author>Katja Heimann-Kiefer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115876#3115876</link>
			<pubDate>Fri, 31 Jul 2026 09:49:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Katja Heimann-Kiefer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Thanks – but ...&lt;br/&gt;&lt;br/&gt;Thanks everybody for your suggestions.&lt;br /&gt;&lt;br /&gt;I&#039;ll look into Pandoc, interesting!&lt;br /&gt;&lt;br /&gt;(But I will certainly not throw my client&#039;s file into the mouth of a greedy LLM, let alone translate it for me. I&#039;m here because I can do translations myself and am in fact booked specifically for that skill.)&lt;br /&gt;&lt;br /&gt;What I was hoping to get is simply the extra import filter that I can add to my memoQ installation (which is why I asked my question in the memoQ forum). Is there no way to add one filter?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Katja</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | WYSIWYG</title>
			<author>CafeTran Trainer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115823#3115823</link>
			<pubDate>Thu, 30 Jul 2026 19:21:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; CafeTran Trainer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; WYSIWYG&lt;br/&gt;&lt;br/&gt;[quote]Katja Heimann-Kiefer wrote:&lt;br /&gt;&lt;br /&gt;Here, I can import the markdown files as text only but of course then all the marks come up as regular text. [/quote]&lt;br /&gt;&lt;br /&gt;That&#039;s indeed not what you want. A good .md filter would allow WYSIWYG display in the grid. Perhaps something like:&lt;br/&gt;&lt;br/&gt;Example file: Download markdown_guide.md.zip @  [url removed] &lt;br/&gt;&lt;br/&gt;[Edited at 2026-07-31 07:15 GMT]</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Markdown  XLIFF </title>
			<author>Rodolfo Raya</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115820#3115820</link>
			<pubDate>Thu, 30 Jul 2026 19:14:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Rodolfo Raya&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Markdown &lt;-&gt; XLIFF &lt;br/&gt;&lt;br/&gt;- Convert your Markdown files to XLIFF using XLIFF Manager&lt;br /&gt;- Translate the XLIFF with your favorite CAT tool&lt;br /&gt;- Merge the translated XLIFF back to Markdown using XLIFF Manager&lt;br /&gt;- Deliver the translated Markdown&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Rodolfo</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Let AI handle the Markdown</title>
			<author>Li-Hsiang Hsu</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115805#3115805</link>
			<pubDate>Thu, 30 Jul 2026 17:10:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Li-Hsiang Hsu&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Let AI handle the Markdown&lt;br/&gt;&lt;br/&gt;If you don&#039;t mind using an LLM for the translation, you can send the text as it is to an LLM with a clear instruction: &quot;You must preserve ALL Markdown elements and syntax. Translate only the human-readable text.&quot; LLMs understand and handle Markdown perfectly. And you will get a .md translated with the original formating.</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted | Pandoc</title>
			<author>Li-Hsiang Hsu</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115799#3115799</link>
			<pubDate>Thu, 30 Jul 2026 16:37:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Li-Hsiang Hsu&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Pandoc&lt;br/&gt;&lt;br/&gt;Hi Katja,&lt;br /&gt;You may try Pandoc:  [url removed] &lt;br /&gt;If your CAT tool supports HTML, you may convert the .md file into .html, translate the text with your CAT tool. Finally, use Pandoc to convert the CAT HTML output back to .md.&lt;br /&gt;Generally, your formating, hyperlinks and structure will be kept this way.&lt;br /&gt;Otherwise, converting the .md file into .docx is fine too.&lt;br /&gt;Hope it is helpful.</description>
		</item>
		<item>
			<title>Import filter for markdown files wanted</title>
			<author>Katja Heimann-Kiefer</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115771#3115771</link>
			<pubDate>Thu, 30 Jul 2026 10:59:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Import filter for markdown files wanted&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Katja Heimann-Kiefer&lt;br/&gt;&lt;br/&gt;Hi there,&lt;br /&gt;&lt;br /&gt;I am working on a test for a new client who sends me markdown files. Trados (my preferred tool) kind of works but is not handling this format as well as it should. That&#039;s why I tried memoQ. &lt;br /&gt;&lt;br /&gt;Here, I can import the markdown files as text only but of course then all the marks come up as regular text. Manageable but not helpful. Still, memoQ handles the file format better than Trados, so I&#039;d like to find a way of importing the files properly to have the marks as actual tags.&lt;br /&gt;&lt;br /&gt;I see that newer versions of memoQ have a markdown filter but my version doesn&#039;t (translator.pro 10.0.10 – because I have been working a lot less for the agency that I mainly used it for, at some point upgrading made no sense).&lt;br /&gt;&lt;br /&gt;Is there anywhere I can download a markdown filter for memoQ? &lt;br /&gt;&lt;br /&gt;Thanks and best regards&lt;br /&gt;Katja</description>
		</item>
		<item>
			<title>OneDrive and memoQ issue | Dear PAS</title>
			<author>espoir03</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115448#3115448</link>
			<pubDate>Sun, 26 Jul 2026 00:01:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; OneDrive and memoQ issue&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; espoir03&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Dear PAS&lt;br/&gt;&lt;br/&gt;[quote]PAS wrote:&lt;br /&gt;&lt;br /&gt;&quot;I believe, my biggest problem is, although OneDrive is no longer synced, for some reason, a lot of files are still in OneDrive and I don&#039;t know how to revert everything.&quot;&lt;br /&gt;&lt;br /&gt;When One Drive is not synced and there are files there, you can treat its contents as they would be in a regular folder - copy, move, delete - to other locations. Again - I have a lot of stuff in One Drive - mostly translation reference files and they are just sitting there, and have been for many years now. They are not synced with anything. I just use One Drive as cloud storage.&lt;br /&gt;A Q&amp;D fix is to rename folders that you want One Drive to leave alone. It will lose the path.&lt;br /&gt;As to Memoq - you need to assign Memoq to look for your projects elsewhere (in other folders). But here I can&#039;t help you because I only use Memoq at work and other people do these things for me :-/ [/quote]&lt;br /&gt;&lt;br /&gt;Thank you very much for sharing your experiences.&lt;br /&gt;OneDrive messed up everything!&lt;br /&gt;Do you think it&#039;s easier if I just export memoQ project, uninstall OneDrive completely, then uninstall and reinstall memoQ?</description>
		</item>
		<item>
			<title>OneDrive and memoQ issue | Revert</title>
			<author>PAS</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115430#3115430</link>
			<pubDate>Sat, 25 Jul 2026 10:09:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; OneDrive and memoQ issue&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; PAS&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Revert&lt;br/&gt;&lt;br/&gt;&quot;I believe, my biggest problem is, although OneDrive is no longer synced, for some reason, a lot of files are still in OneDrive and I don&#039;t know how to revert everything.&quot;&lt;br /&gt;&lt;br /&gt;When One Drive is not synced and there are files there, you can treat its contents as they would be in a regular folder - copy, move, delete - to other locations. Again - I have a lot of stuff in One Drive - mostly translation reference files and they are just sitting there, and have been for many years now. They are not synced with anything. I just use One Drive as cloud storage.&lt;br /&gt;A Q&amp;D fix is to rename folders that you want One Drive to leave alone. It will lose the path.&lt;br /&gt;As to Memoq - you need to assign Memoq to look for your projects elsewhere (in other folders). But here I can&#039;t help you because I only use Memoq at work and other people do these things for me :-/</description>
		</item>
		<item>
			<title>OneDrive and memoQ issue | Thank you Samuel</title>
			<author>espoir03</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115390#3115390</link>
			<pubDate>Fri, 24 Jul 2026 19:30:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; OneDrive and memoQ issue&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; espoir03&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Thank you Samuel&lt;br/&gt;&lt;br/&gt;[quote]Samuel Murray wrote:&lt;br /&gt;&lt;br /&gt;[quote]PAS wrote:&lt;br /&gt;[quote]espoir03 wrote:&lt;br /&gt;However, since my most important files are currently stored in OneDrive my document folder, I haven&#039;t tried that yet. I can&#039;t lose any files there. [/quote]&lt;br /&gt;I think that&#039;s not quite correct. Your files are stored in the &quot;Documents&quot; folder (if that&#039;s where you store them) and One Drive syncs that folder. [/quote]&lt;br /&gt;While this is how it works on some computers, on most computers OneDrive behaves differently. It creates a folder named &quot;OneDrive&quot; and then it creates subfolders e.g. &quot;Documents&quot; and then it moves your files from the original default &quot;Documents&quot; folder into its own OneDrive/Documents folder.  If you delete those files or folders, you are deleting your actual files.  You also can&#039;t simply copy or move the files back to the original empty Documents folder, because it affects things like file linking.  Also, Windows now considers the OneDrive/Documents folder to be your new default Documents folder, which is why programs like MemoQ does that too.&lt;br /&gt;&lt;br /&gt;[quote]When you stop syncing your files, you can start copying / moving them as you see fit. [/quote]&lt;br /&gt;This may be true on systems where OneDrive did not create a OneDrive/&#039;Documents&quot; etc. folder, but YMMV on systems where OneDrive create a OneDrive folder with subfolders.&lt;br /&gt;&lt;br /&gt;[quote]Another thing - not syncing doesn&#039;t prevent me from using One Drive as passive storage space - I just copy stuff there and it sits there as long as I need. [/quote]&lt;br /&gt;It is true that one can use OneDrive as passive storage, but the usual way OneDrive works doesn&#039;t just do passive storage: it provides syncing.  If you have successfully figured out how to use OneDrive&#039;s passive storage, then you can e.g. delete files from the cloud without affecting the files on your computer.  But if your OneDrive is set up to do syncing, deleting a file in the cloud will also cause it to be deleted on your computer. [/quote]&lt;br /&gt;&lt;br /&gt;Exactly. memoQ is storing any new projects to &quot;Documents&quot; but for some reason that &quot;Documents&quot; folder is located inside &quot;OneDrive&quot; and I don&#039;t know how to remove this path.&lt;br /&gt;Also, when I check &quot;Location&quot; in memoQ, some projects are still stored in &quot;Documents&quot; (which is not within OneDrive) and some projects are stored in &quot;Documents&quot; within OneDrive. I believe this is because I quickly turned off syncing when I noticed, but when I try to move a project that is stored in &quot;Documents&quot; not within OneDrive, memoQ says &quot;memoQ cannot open this project because the files no longer exist in their original location.&quot;.....</description>
		</item>
		<item>
			<title>OneDrive and memoQ issue | Dear PAS</title>
			<author>espoir03</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115384#3115384</link>
			<pubDate>Fri, 24 Jul 2026 19:03:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; OneDrive and memoQ issue&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; espoir03&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Dear PAS&lt;br/&gt;&lt;br/&gt;[quote]PAS wrote:&lt;br /&gt;&lt;br /&gt;&quot;my most important files are currently stored in OneDrive my document folder&quot;&lt;br /&gt;&lt;br /&gt;I think that&#039;s not quite correct. Your files are stored in the &quot;Documents&quot; folder (if that&#039;s where you store them) and One Drive syncs that folder. If you stop One Drive from syncing this folder (and any others), it will throw a tantrum, but the files in the &quot;Documents&quot; folder and on One Drive will remain intact. Do not delete anything (yet). When you stop syncing your files, you can start copying / moving them as you see fit.&lt;br /&gt;&lt;br /&gt;FWIW, I have never kept any documents, work files, images etc. on the same drive as my system (i.e. C:). Always on a separate physical drive, if only possible. This greatly simplifies system reinstalls.&lt;br /&gt;&lt;br /&gt;Another thing - not syncing doesn&#039;t prevent me from using One Drive as passive storage space - I just copy stuff there and it sits there as long as I need. [/quote]&lt;br /&gt;&lt;br /&gt;Thank you for your comment. I hope that&#039;s not quite correct too, but unfortunately, when I check &quot;location&quot; in memoQ, ANY new project I create is automatically stored in &quot;C-&gt;User-&gt;OneDrive-&gt;Document-&gt;My memoQ project&quot; and everything goes through OneDrive, not to the &quot;Documents&quot; directly.</description>
		</item>
		<item>
			<title>OneDrive and memoQ issue | Dear PAS</title>
			<author>espoir03</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115381#3115381</link>
			<pubDate>Fri, 24 Jul 2026 18:58:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; OneDrive and memoQ issue&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; espoir03&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Dear PAS&lt;br/&gt;&lt;br/&gt;[quote]PAS wrote:&lt;br /&gt;&lt;br /&gt;The first thing you can / should do is stop it from syncing anything. In the settings remove all folders it &quot;backs up&quot; / syncs.&lt;br /&gt;Then turn one drive off, make sure it doesn&#039;t turn on automatically on startup etc.&lt;br /&gt;&lt;br /&gt;Then you should be able to safely organize your files as you see fit.&lt;br /&gt;&lt;br /&gt;As to removing all links to One Drive - saving new documents etc. - I&#039;m afraid it&#039;s a manual tedious process. MS is pretty aggressive about using their stuff - every time Edge updates it insists on becoming the default browser etc.  [/quote]&lt;br /&gt;&lt;br /&gt;Thank you for the reply.&lt;br /&gt;I believe I stopped OneDrive from syncing already. In my computer, OneDrive says &quot;not signed in&quot; and every time I turn on my computer, it never sign in or start syncing, so I think that is already solved.&lt;br /&gt;I believe, my biggest problem is, although OneDrive is no longer synced, for some reason, a lot of files are still in OneDrive and I don&#039;t know how to revert everything.</description>
		</item>
		<item>
			<title>OneDrive and memoQ issue | Dear Samuel</title>
			<author>espoir03</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115378#3115378</link>
			<pubDate>Fri, 24 Jul 2026 18:53:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; OneDrive and memoQ issue&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; espoir03&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Dear Samuel&lt;br/&gt;&lt;br/&gt;[quote]Samuel Murray wrote:&lt;br /&gt;&lt;br /&gt;[b]Important:[/b] Simply uninstalling OneDrive won&#039;t undo the creation of the OneDrive folder, and deleting the OneDrive folder manually may (will?) cause many of your existing files to become completely lost.  And since OneDrive is a sync system and not a backup system (despite the language used by Microsoft in their marketing material), deleting your files in the cloud will cause them to be deleted on your computer as well.&lt;br /&gt;&lt;br /&gt;To get rid of the OneDrive folder tree and return everything to how it was before, here is a video that appears to show the [url= [url removed] ]same advice[/url] as what a Microsoft representative had once given:&lt;br /&gt; [url removed] &lt;br /&gt;It claims to get rid of the OneDrive folder and return all your files back to their original locations.&lt;br /&gt;&lt;br /&gt;Leo Notenboom&#039;s advice is usually accurate:&lt;br /&gt; [url removed] &lt;br /&gt;However, Leo&#039;s advice retains the OneDrive folder tree.&lt;br&gt;&lt;br&gt;[Edited at 2026-07-21 07:39 GMT] [/quote]&lt;br /&gt;&lt;br /&gt;Thank you very much. I just started to watch the first video.&lt;br /&gt;I can&#039;t click &quot;Sync and back up&quot; because mine is greyed out and unclickable.&lt;br /&gt;When I click MyDrive icon on toolbar, it says &quot;not signed in&quot;&lt;br /&gt;Should I sign in first? However, I am concerned that once I sign in, OneDrive might start syncing everything automatically.</description>
		</item>
		<item>
			<title>OneDrive and memoQ issue | One Drive</title>
			<author>PAS</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115196#3115196</link>
			<pubDate>Thu, 23 Jul 2026 08:27:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; OneDrive and memoQ issue&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; PAS&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; One Drive&lt;br/&gt;&lt;br/&gt;@Samuel - OK, I stand corrected, however my main point is to kill as many automatic One Drive processes as you can. As I said - it&#039;s a tedious manual process (default &quot;save&quot; locations etc.). The main point is - stop One Drive from Syncing anything. Then work from there.&lt;br /&gt;&lt;br /&gt;&quot;But if your OneDrive is set up to do syncing, deleting a file in the cloud will also cause it to be deleted on your computer.&quot;&lt;br /&gt;&lt;br /&gt;Not if the file in the cloud is in a folder that is not being synced. The first thing you must do is turn off everything in the One Drive &quot;Back up folders on this PC&quot; dialog. Then turn off One Drive from your Settings -&gt; Apps -&gt; Startup. Then work from there.</description>
		</item>
		<item>
			<title>OneDrive and memoQ issue | @PAS, I think you are mistaken</title>
			<author>Samuel Murray</author>
			<category>MemoQ support</category>
			<link>http://ept.proz.com/post/3115157#3115157</link>
			<pubDate>Wed, 22 Jul 2026 19:49:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; MemoQ support&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; OneDrive and memoQ issue&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Samuel Murray&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; @PAS, I think you are mistaken&lt;br/&gt;&lt;br/&gt;[quote]PAS wrote:&lt;br /&gt;[quote]espoir03 wrote:&lt;br /&gt;However, since my most important files are currently stored in OneDrive my document folder, I haven&#039;t tried that yet. I can&#039;t lose any files there. [/quote]&lt;br /&gt;I think that&#039;s not quite correct. Your files are stored in the &quot;Documents&quot; folder (if that&#039;s where you store them) and One Drive syncs that folder. [/quote]&lt;br /&gt;While this is how it works on some computers, on most computers OneDrive behaves differently. It creates a folder named &quot;OneDrive&quot; and then it creates subfolders e.g. &quot;Documents&quot; and then it moves your files from the original default &quot;Documents&quot; folder into its own OneDrive/Documents folder.  If you delete those files or folders, you are deleting your actual files.  You also can&#039;t simply copy or move the files back to the original empty Documents folder, because it affects things like file linking.  Also, Windows now considers the OneDrive/Documents folder to be your new default Documents folder, which is why programs like MemoQ does that too.&lt;br /&gt;&lt;br /&gt;[quote]When you stop syncing your files, you can start copying / moving them as you see fit. [/quote]&lt;br /&gt;This may be true on systems where OneDrive did not create a OneDrive/&#039;Documents&quot; etc. folder, but YMMV on systems where OneDrive create a OneDrive folder with subfolders.&lt;br /&gt;&lt;br /&gt;[quote]Another thing - not syncing doesn&#039;t prevent me from using One Drive as passive storage space - I just copy stuff there and it sits there as long as I need. [/quote]&lt;br /&gt;It is true that one can use OneDrive as passive storage, but the usual way OneDrive works doesn&#039;t just do passive storage: it provides syncing.  If you have successfully figured out how to use OneDrive&#039;s passive storage, then you can e.g. delete files from the cloud without affecting the files on your computer.  But if your OneDrive is set up to do syncing, deleting a file in the cloud will also cause it to be deleted on your computer.</description>
		</item>
	</channel>
</rss>