Skip to content

Commit 69f7816

Browse files
committed
EXM-55477 Blog post about DITA OT AI plugins
1 parent 5391374 commit 69f7816

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

maps/dita-articles.ditamap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
<topicref href="../topics/gen_ai_enhance_editing.dita"/>
102102
<topicref href="../topics/using_chatgpt_in_a_dita_xml_project.dita"/>
103103
<topicref href="../topics/ai-positron-assistant-retrospective-analysis.dita"/>
104+
<topicref href="../topics/dita-ot-ai-plugins.dita"/>
104105
</topichead>
105106
<topichead navtitle="Other">
106107
<topicref href="../topics/oxygen_xml_as_a_technical_documentation_solution_faq.dita"/>

resources/dot-ai-plugins.pdf

386 KB
Binary file not shown.

topics/dita-ot-ai-plugins.dita

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3+
<topic id="oxygen_xml_ecosystem">
4+
<title>Providing content to AI engines using
5+
DITA OT plugins</title>
6+
<prolog>
7+
<author>Radu Coravu</author>
8+
<critdates>
9+
<created date="2025-03-25"/>
10+
</critdates>
11+
</prolog>
12+
<body>
13+
<p>As part of the <xref href="https://www.oxygenxml.com/events/2025/dita-ot_day.html"
14+
format="html" scope="external">DITA Open Toolkit Day 2025</xref> conference in
15+
Copenhagen I presented a couple of DITA Open Toolkit plugins I developed which can use
16+
AI or provide content to be used by the AI:<ul id="ul_dyf_ls2_52c">
17+
<li>DITA OT plugin to preprocess using AI - Apply AI in the DITA OT pre-processing
18+
stage for example to translate content at publishing time.</li>
19+
<li>DITA OT plugin to apply AI validation rules on pre-processed content (with
20+
conrefs expanded) and create a report.</li>
21+
<li>DITA OT plugin to create using AI from a Style Guide fine tuning JSONL content
22+
for the AI.</li>
23+
<li>DITA OT plugin to upload Markdown content to an AI Assistant vector store.</li>
24+
<li>DITA OT Summarize plugin - create a summary of an entire DITA Map in
25+
markdown.</li>
26+
</ul></p>
27+
<p>If you find any of these subjects interesting the entire set of slides is attached below.
28+
You can also use the feedback form if you want to have discussions about any of these
29+
plugins.</p>
30+
<p><foreign outputclass="html-embed">&lt;iframe
31+
src="../resources/dot-ai-plugins.pdf" height="600"
32+
width="1000"/></foreign></p>
33+
</body>
34+
</topic>

0 commit comments

Comments
 (0)