# Markdown

## Prise de notes

{% embed url="<https://standardnotes.com>" %}

{% embed url="<https://stackedit.io>" %}

## Wiki

{% embed url="<https://gitbook.com>" %}

{% embed url="<https://hackmd.io>" %}

***

## Conversion

### URL -> Markdown

Markdownifier, un outil pour converntur une url ou une page en Markdown

{% embed url="<https://heckyesmarkdown.com/>" %}

### Word -> Markdown

{% embed url="<https://word2md.com>" %}

### Excel -> Markdown

{% embed url="<https://tableconvert.com/>" %}

### JSON Array -> Markdown

{% embed url="<https://tableconvert.com/json-to-markdown>" %}

### HTML Table -> Markdown

{% embed url="<https://tableconvert.com/html-to-markdown>" %}

## Générateur de tableau

{% embed url="<https://www.tablesgenerator.com/markdown_tables>" %}

{% embed url="<https://binarytree.dev/markdown/md-table-generator>" %}

## Microsoft MarkItDown Converter

Un outil Python pour convertir des fichiers et des documents bureautiques en Markdown.

{% embed url="<https://msftmd.replit.app/>" %}

{% hint style="info" %}
Source : <https://github.com/microsoft/markitdown>
{% endhint %}

***

## Extensions

### Chrome

{% embed url="<https://github.com/benweet/stackedit>" %}

***

### VScode

Voici comment installer des extensions très utiles pour VS Code

{% hint style="info" %}
Copier / Coller les lignes de commandes suivantes dans votre **terminal** pour installer les extensions
{% endhint %}

{% code fullWidth="false" %}

```
code --install-extension foam.foam-vscode                    # Foam
code --install-extension shd101wyy.markdown-preview-enhanced # Markdown Preview Enhanced
code --install-extension DavidAnson.vscode-markdownlint      # markdownlint
code --install-extension bierner.markdown-emoji              # Markdown Emoji
```

{% endcode %}

***


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.chamallow.com/1.-technologie/articles/markdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
