Skip to content

Commit c8f5382

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent 32503cd commit c8f5382

6 files changed

Lines changed: 343 additions & 0 deletions

File tree

apps/XtoMarkdown.md.md

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
---
2+
layout: app
3+
4+
permalink: /XtoMarkdown.md/
5+
description: Convert documents to Markdown
6+
license: GPL-3.0-or-later
7+
8+
icons:
9+
- XtoMarkdown.md/icons/2048x2048/io.github.tx2z.XtoMarkdown.png
10+
screenshots:
11+
- https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/main-window.png
12+
13+
authors:
14+
- name: tx2z
15+
url: https://github.com/tx2z
16+
17+
links:
18+
- type: GitHub
19+
url: tx2z/xtomarkdown
20+
- type: Download
21+
url: https://github.com/tx2z/xtomarkdown/releases
22+
23+
desktop:
24+
Desktop Entry:
25+
Name: XtoMarkdown
26+
Comment: Convert documents to Markdown
27+
GenericName: Document Converter
28+
Exec: xtomarkdown %F
29+
Icon: io.github.tx2z.XtoMarkdown
30+
Terminal: false
31+
Type: Application
32+
Categories: Utility
33+
Keywords: markdown
34+
StartupWMClass: xtomarkdown
35+
StartupNotify: true
36+
MimeType: application/vnd.openxmlformats-officedocument.wordprocessingml.document
37+
AppImageHub:
38+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
39+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
40+
could not be verified. Please remember that the signature file (.sig or .asc)
41+
should be the first file given on the command line.'
42+
X-AppImage-Type: 2
43+
X-AppImage-Architecture: x86_64
44+
45+
appdata:
46+
Type: desktop-application
47+
ID: io.github.tx2z.XtoMarkdown
48+
Name:
49+
C: XtoMarkdown
50+
Summary:
51+
C: Convert documents to Markdown
52+
Description:
53+
C: >-
54+
<p>XtoMarkdown is a simple drag-and-drop application for converting documents to Markdown format.
55+
It supports a wide variety of input formats including DOCX, PDF, PPTX, HTML, and more.</p>
56+
<p>Features:</p>
57+
58+
<ul>
59+
<li>Drag-and-drop interface for easy conversion</li>
60+
<li>Support for DOCX, PDF, PPTX, XLSX, HTML, RTF, ODT, EPUB, and more</li>
61+
<li>Two conversion engines: Pandoc and MarkItDown</li>
62+
<li>Batch conversion of multiple files</li>
63+
<li>Configurable output location</li>
64+
</ul>
65+
ProjectLicense: GPL-3.0-or-later
66+
Categories:
67+
- Utility
68+
- Office
69+
Keywords:
70+
C:
71+
- markdown
72+
- converter
73+
- docx
74+
- pdf
75+
- document
76+
Url:
77+
homepage: https://github.com/tx2z/xtomarkdown
78+
bugtracker: https://github.com/tx2z/xtomarkdown/issues
79+
Launchable:
80+
desktop-id:
81+
- io.github.tx2z.XtoMarkdown.desktop
82+
Provides:
83+
binaries:
84+
- xtomarkdown
85+
Screenshots:
86+
- default: true
87+
caption:
88+
C: Main window with drag-and-drop zone
89+
thumbnails: []
90+
source-image:
91+
url: https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/main-window.png
92+
lang: C
93+
- caption:
94+
C: Files added and ready for conversion
95+
thumbnails: []
96+
source-image:
97+
url: https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/file-added.png
98+
lang: C
99+
- caption:
100+
C: Conversion complete
101+
thumbnails: []
102+
source-image:
103+
url: https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/conversion-complete.png
104+
lang: C
105+
- caption:
106+
C: Preferences dialog
107+
thumbnails: []
108+
source-image:
109+
url: https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/preferences.png
110+
lang: C
111+
- caption:
112+
C: Engine preferences per file format
113+
thumbnails: []
114+
source-image:
115+
url: https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/preferences-engines.png
116+
lang: C
117+
Releases:
118+
- version: 1.0.0
119+
unix-timestamp: 1764115200
120+
description:
121+
C: >-
122+
<p>Initial release with support for:</p>
123+
124+
<ul>
125+
<li>DOCX, PDF, PPTX, HTML, RTF, ODT, EPUB conversion</li>
126+
<li>Pandoc and MarkItDown engines</li>
127+
<li>Drag-and-drop interface</li>
128+
<li>Batch conversion of multiple files</li>
129+
<li>Configurable output location and engine preferences</li>
130+
</ul>
131+
ContentRating:
132+
oars-1.1: {}
133+
---
2.21 MB
Loading
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>io.github.tx2z.XtoMarkdown</id>
4+
<name>XtoMarkdown</name>
5+
<summary>Convert documents to Markdown</summary>
6+
<metadata_license>CC0-1.0</metadata_license>
7+
<project_license>GPL-3.0-or-later</project_license>
8+
9+
<description>
10+
<p>
11+
XtoMarkdown is a simple drag-and-drop application for converting documents to Markdown format.
12+
It supports a wide variety of input formats including DOCX, PDF, PPTX, HTML, and more.
13+
</p>
14+
<p>Features:</p>
15+
<ul>
16+
<li>Drag-and-drop interface for easy conversion</li>
17+
<li>Support for DOCX, PDF, PPTX, XLSX, HTML, RTF, ODT, EPUB, and more</li>
18+
<li>Two conversion engines: Pandoc and MarkItDown</li>
19+
<li>Batch conversion of multiple files</li>
20+
<li>Configurable output location</li>
21+
</ul>
22+
</description>
23+
24+
<launchable type="desktop-id">io.github.tx2z.XtoMarkdown.desktop</launchable>
25+
26+
<screenshots>
27+
<screenshot type="default">
28+
<caption>Main window with drag-and-drop zone</caption>
29+
<image>https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/main-window.png</image>
30+
</screenshot>
31+
<screenshot>
32+
<caption>Files added and ready for conversion</caption>
33+
<image>https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/file-added.png</image>
34+
</screenshot>
35+
<screenshot>
36+
<caption>Conversion complete</caption>
37+
<image>https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/conversion-complete.png</image>
38+
</screenshot>
39+
<screenshot>
40+
<caption>Preferences dialog</caption>
41+
<image>https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/preferences.png</image>
42+
</screenshot>
43+
<screenshot>
44+
<caption>Engine preferences per file format</caption>
45+
<image>https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/preferences-engines.png</image>
46+
</screenshot>
47+
</screenshots>
48+
49+
<url type="homepage">https://github.com/tx2z/xtomarkdown</url>
50+
<url type="bugtracker">https://github.com/tx2z/xtomarkdown/issues</url>
51+
<url type="vcs-browser">https://github.com/tx2z/xtomarkdown</url>
52+
53+
<developer id="io.github.tx2z">
54+
<name>Jesús Pérez</name>
55+
</developer>
56+
57+
<provides>
58+
<binary>xtomarkdown</binary>
59+
</provides>
60+
61+
<content_rating type="oars-1.1" />
62+
63+
<releases>
64+
<release version="1.0.0" date="2025-11-26">
65+
<description>
66+
<p>Initial release with support for:</p>
67+
<ul>
68+
<li>DOCX, PDF, PPTX, HTML, RTF, ODT, EPUB conversion</li>
69+
<li>Pandoc and MarkItDown engines</li>
70+
<li>Drag-and-drop interface</li>
71+
<li>Batch conversion of multiple files</li>
72+
<li>Configurable output location and engine preferences</li>
73+
</ul>
74+
</description>
75+
</release>
76+
</releases>
77+
78+
<branding>
79+
<color type="primary" scheme_preference="light">#3584e4</color>
80+
<color type="primary" scheme_preference="dark">#1a5fb4</color>
81+
</branding>
82+
83+
<categories>
84+
<category>Utility</category>
85+
<category>Office</category>
86+
</categories>
87+
88+
<keywords>
89+
<keyword>markdown</keyword>
90+
<keyword>converter</keyword>
91+
<keyword>docx</keyword>
92+
<keyword>pdf</keyword>
93+
<keyword>document</keyword>
94+
</keywords>
95+
</component>
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[Desktop Entry]
2+
Name=XtoMarkdown
3+
Comment=Convert documents to Markdown
4+
GenericName=Document Converter
5+
Exec=xtomarkdown %F
6+
Icon=io.github.tx2z.XtoMarkdown
7+
Terminal=false
8+
Type=Application
9+
Categories=Utility;Office;TextTools;
10+
Keywords=markdown;convert;docx;pdf;pptx;document;
11+
StartupWMClass=xtomarkdown
12+
StartupNotify=true
13+
MimeType=application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/pdf;application/vnd.openxmlformats-officedocument.presentationml.presentation;text/html;application/rtf;
14+
15+
[AppImageHub]
16+
# Dear upstream developer, please include update information in your AppImage
17+
# (e.g., with appimagetool -u) so that users can easily update the AppImage
18+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
19+
X-AppImage-Type=2
20+
X-AppImage-Architecture=x86_64
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<component type="desktop-application">
3+
<id>io.github.tx2z.XtoMarkdown</id>
4+
<name>XtoMarkdown</name>
5+
<summary>Convert documents to Markdown</summary>
6+
<metadata_license>CC0-1.0</metadata_license>
7+
<project_license>GPL-3.0-or-later</project_license>
8+
9+
<description>
10+
<p>
11+
XtoMarkdown is a simple drag-and-drop application for converting documents to Markdown format.
12+
It supports a wide variety of input formats including DOCX, PDF, PPTX, HTML, and more.
13+
</p>
14+
<p>Features:</p>
15+
<ul>
16+
<li>Drag-and-drop interface for easy conversion</li>
17+
<li>Support for DOCX, PDF, PPTX, XLSX, HTML, RTF, ODT, EPUB, and more</li>
18+
<li>Two conversion engines: Pandoc and MarkItDown</li>
19+
<li>Batch conversion of multiple files</li>
20+
<li>Configurable output location</li>
21+
</ul>
22+
</description>
23+
24+
<launchable type="desktop-id">io.github.tx2z.XtoMarkdown.desktop</launchable>
25+
26+
<screenshots>
27+
<screenshot type="default">
28+
<caption>Main window with drag-and-drop zone</caption>
29+
<image>https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/main-window.png</image>
30+
</screenshot>
31+
<screenshot>
32+
<caption>Files added and ready for conversion</caption>
33+
<image>https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/file-added.png</image>
34+
</screenshot>
35+
<screenshot>
36+
<caption>Conversion complete</caption>
37+
<image>https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/conversion-complete.png</image>
38+
</screenshot>
39+
<screenshot>
40+
<caption>Preferences dialog</caption>
41+
<image>https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/preferences.png</image>
42+
</screenshot>
43+
<screenshot>
44+
<caption>Engine preferences per file format</caption>
45+
<image>https://raw.githubusercontent.com/tx2z/xtomarkdown/main/screenshots/preferences-engines.png</image>
46+
</screenshot>
47+
</screenshots>
48+
49+
<url type="homepage">https://github.com/tx2z/xtomarkdown</url>
50+
<url type="bugtracker">https://github.com/tx2z/xtomarkdown/issues</url>
51+
<url type="vcs-browser">https://github.com/tx2z/xtomarkdown</url>
52+
53+
<developer id="io.github.tx2z">
54+
<name>Jesús Pérez</name>
55+
</developer>
56+
57+
<provides>
58+
<binary>xtomarkdown</binary>
59+
</provides>
60+
61+
<content_rating type="oars-1.1" />
62+
63+
<releases>
64+
<release version="1.0.0" date="2025-11-26">
65+
<description>
66+
<p>Initial release with support for:</p>
67+
<ul>
68+
<li>DOCX, PDF, PPTX, HTML, RTF, ODT, EPUB conversion</li>
69+
<li>Pandoc and MarkItDown engines</li>
70+
<li>Drag-and-drop interface</li>
71+
<li>Batch conversion of multiple files</li>
72+
<li>Configurable output location and engine preferences</li>
73+
</ul>
74+
</description>
75+
</release>
76+
</releases>
77+
78+
<branding>
79+
<color type="primary" scheme_preference="light">#3584e4</color>
80+
<color type="primary" scheme_preference="dark">#1a5fb4</color>
81+
</branding>
82+
83+
<categories>
84+
<category>Utility</category>
85+
<category>Office</category>
86+
</categories>
87+
88+
<keywords>
89+
<keyword>markdown</keyword>
90+
<keyword>converter</keyword>
91+
<keyword>docx</keyword>
92+
<keyword>pdf</keyword>
93+
<keyword>document</keyword>
94+
</keywords>
95+
</component>
4.17 KB
Loading

0 commit comments

Comments
 (0)