HowTo UseCase: Difference between revisions

From MaRDI portal
T4 (talk | contribs)
mNo edit summary
TA4Shehu (talk | contribs)
added information about converting from markdown to wikitext
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
* Select your use case
* Select your use case
* Write in 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 tools]
* 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 15: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