Custom export template?
karollito
US
Hi,
Can I add custom export template for articles?
I was looking for template that extracts text in txt file with <p> tags for paragraphs.
Closest I found in RankerX template, but it outputs title as first line in file, but I want just text without title in first line.
Also I tried to export: Text file with html etc, but it gives just text without any tags.
So text with paragraphs would be like this:
<p>paragraph1</p>
<p>paragraph2</p>
etc.
Can I add custom export template for articles?
I was looking for template that extracts text in txt file with <p> tags for paragraphs.
Closest I found in RankerX template, but it outputs title as first line in file, but I want just text without title in first line.
Also I tried to export: Text file with html etc, but it gives just text without any tags.
So text with paragraphs would be like this:
<p>paragraph1</p>
<p>paragraph2</p>
etc.
Comments
spi, html, inserts...).
I got only h tags like h2 h3 etc., but no <p> tags.
But I will use RankerX export and then just remove first line with Notepad++, this works for me for now.