Skip to content

asra-technologies/Pandoc-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pandoc-UI

UI wrapper around pandoc available on every platform with pandoc installed.

To use simply download the jar available in the releases and open it. The ui should open if java is installed.

Pandoc-UI settings sample

MyDocuments/Asra-Notion/Pandoc-UI/settings.xml

<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PresetList>
    <Preset>
      <Name>Preset</Name>
      <InputFormat>.docx</InputFormat>
      <InputFolder>C:\Users\User\OneDrive</InputFolder>
      <OutputFormat>.md</OutputFormat>
      <OutputFolder>C:\Users\User\Source</OutputFolder>
    </Preset>
  </PresetList>
  <UseOutputFolder>true</UseOutputFolder>
  <SelectedOutput>-1</SelectedOutput>
  <PromptSave>true</PromptSave>
</Settings>

Releases

No releases published

Packages

No packages published

Languages