mirror of
https://github.com/RyanGreenup/cadmus.git
synced 2025-08-04 05:07:24 +02:00
How to Convert
This commit is contained in:
31
docs/Convert.md
Normal file
31
docs/Convert.md
Normal file
@@ -0,0 +1,31 @@
|
|||||||
|
---
|
||||||
|
title: Convert
|
||||||
|
---
|
||||||
|
|
||||||
|
# Search
|
||||||
|
!!! note
|
||||||
|
Start this with `cadmus convert`
|
||||||
|
|
||||||
|
## What does it do
|
||||||
|
|
||||||
|
This provides options for transforming the clipboard into other markup languages for quick copy paste.
|
||||||
|
|
||||||
|
## How Do I use it
|
||||||
|
|
||||||
|
!!! warning
|
||||||
|
This requires [LaTeX](https://www.lesbonscomptes.com/recoll/) or Tectonic, as well as a recent version of pandoc.
|
||||||
|
|
||||||
|
Just run `cadmus convert org2md/md2mediawiki/...` and the clipboard will be transformed from one markup language into the other.
|
||||||
|
|
||||||
|
## When Would This Be Used
|
||||||
|
|
||||||
|
This is great for taking stuff of *Wikipedia* or for using *Dokuwiki* or `org-mode`.
|
||||||
|
|
||||||
|
### Example
|
||||||
|
|
||||||
|
#TODO
|
||||||
|
|
||||||
|
## How does it Work
|
||||||
|
|
||||||
|
This simply uses pandoc, just search for `pandoc` inside `bin/cadmus`
|
||||||
|
|
Reference in New Issue
Block a user