HowTo UseCase: Difference between revisions
From MaRDI portal
tzpo fixes |
added information about converting from markdown to wikitext |
||
Line 2: | Line 2: | ||
* Write it down in the [https://de.wikipedia.org/wiki/Markdown Markdown format]. We have developed [[MD_UseCases | templates]] for this. | * Write it down in the [https://de.wikipedia.org/wiki/Markdown Markdown format]. We have developed [[MD_UseCases | templates]] for this. | ||
* Save your Use Case (now in Markdown) to the [https://cloud.mardi4nfdi.de MaRDI Cloud] | * Save your Use Case (now in Markdown) to the [https://cloud.mardi4nfdi.de MaRDI Cloud] | ||
* Convert your Markdown file to [https://de.wikipedia.org/wiki/Wikitext Wikitext], e.g. with [https://alldocs.app/convert-markdown-to-mediawiki-markup this tool] | * Convert your Markdown file to [https://de.wikipedia.org/wiki/Wikitext Wikitext], e.g. with [https://alldocs.app/convert-markdown-to-mediawiki-markup this tool], or with [https://pandoc.org/ Pandoc] (pandoc -f markdown myMDFile.md -t mediawiki -o myWikiFile.wiki) | ||
* Create a new page in the portal | * Create a new page in the portal | ||
* Paste the converted wikitext to this new page | * Paste the converted wikitext to this new page | ||
* Check the pasted page carefully for conversion errors | * Check the pasted page carefully for conversion errors |
Latest revision as of 14:17, 17 April 2024
- Select your use case
- Write it down in the Markdown format. We have developed templates for this.
- Save your Use Case (now in Markdown) to the MaRDI Cloud
- Convert your Markdown file to Wikitext, e.g. with this tool, or with Pandoc (pandoc -f markdown myMDFile.md -t mediawiki -o myWikiFile.wiki)
- Create a new page in the portal
- Paste the converted wikitext to this new page
- Check the pasted page carefully for conversion errors