pdf-to-markdown/ui
2021-03-03 18:17:12 +01:00
..
public Page selection 2021-01-29 13:24:48 +01:00
src Remove hover in favor of FontIndex 2021-03-03 18:17:12 +01:00
types Don’t render all items at once 2021-02-19 12:13:39 +01:00
.gitignore Publish utilities 2021-01-03 14:10:02 +01:00
.prettierignore Publish utilities 2021-01-03 14:10:02 +01:00
.prettierrc Publish utilities 2021-01-03 14:10:02 +01:00
package-lock.json Upgrade to Snowpack 3 2021-02-28 18:57:06 +01:00
package.json Upgrade to Snowpack 3 2021-02-28 18:57:06 +01:00
postcss.config.js Initial UI module 2021-01-03 14:18:22 +01:00
README.md Initial UI module 2021-01-03 14:18:22 +01:00
snowpack.config.js Upgrade to Snowpack 3 2021-02-28 18:57:06 +01:00
svelte.config.js Initial UI module 2021-01-03 14:18:22 +01:00
tailwind.config.js Filter for relevant items 2021-02-27 14:00:59 +01:00
tsconfig.json Directly link to core 2021-01-04 23:02:31 +01:00
web-test-runner.config.js Initial UI module 2021-01-03 14:18:22 +01:00

PDF-To-Markdown Converter Core

Javascript UI to parse PDF files and convert them into Markdown format. Online at http://pdf2md.morethan.io!

Contribute

Use the issue tracker and/or open pull requests!

Build

  • npm install Download all necessary npm packages
  • npm start Run local development build

Release

//TBD