Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

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>

About

Pandoc UI wrapper using JavaFX

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.