FAQ
Domande frequenti e soluzioni
Installazione e Requisiti
Windows 10+ o Linux (Ubuntu 20.04+, Debian 10+, Fedora 35+). Per le funzionalità Git serve Git installato sul sistema. Per l'export PDF serve Pandoc e una distribuzione LaTeX (MiKTeX o TeX Live). Per l'export Word serve solo Pandoc.
Scarica il bootstrapper installer dalla pagina download (circa 3 MB). L'installer scaricherà automaticamente l'applicazione completa. Gli aggiornamenti successivi sono automatici.
Scarica il file AppImage dalla pagina download. Rendi il file eseguibile con chmod +x e avvialo. L'AppImage è autocontenuto e non richiede installazione.
Installation and Requirements
Windows 10+ or Linux (Ubuntu 20.04+, Debian 10+, Fedora 35+). Git features require Git installed on your system. PDF export requires Pandoc and a LaTeX distribution (MiKTeX or TeX Live). Word export requires only Pandoc.
Download the bootstrapper installer from the download page (approximately 3 MB). The installer will automatically download the full application. Subsequent updates are automatic.
Download the AppImage file from the download page. Make the file executable with chmod +x and run it. The AppImage is self-contained and requires no installation.
Configurazione
Vai in Impostazioni (icona ingranaggio nella toolbar) e seleziona il tema desiderato. MdExplorer supporta tema chiaro e scuro.
Nelle impostazioni, sezione PlantUML, puoi specificare l'URL del server. Di default viene usato il server pubblico PlantUML. Per progetti privati, puoi installare un server PlantUML locale con Docker.
Configuration
Go to Settings (gear icon in the toolbar) and select your desired theme. MdExplorer supports light and dark themes.
In the settings, PlantUML section, you can specify the server URL. By default, the public PlantUML server is used. For private projects, you can install a local PlantUML server with Docker.
Editor
Le principali: Ctrl+B (grassetto), Ctrl+I (corsivo), Ctrl+K (link), Ctrl+Shift+K (blocco codice), Ctrl+S (salva). La lista completa è disponibile nelle impostazioni.
Sì, MdExplorer può aprire e modificare qualsiasi file di testo, non solo file .md.
Usa Ctrl+Shift+F per la ricerca full-text in tutto il progetto. I risultati mostrano il file, la riga e un estratto del contesto.
Editor
The main ones: Ctrl+B (bold), Ctrl+I (italic), Ctrl+K (link), Ctrl+Shift+K (code block), Ctrl+S (save). The full list is available in the settings.
Yes, MdExplorer can open and edit any text file, not just .md files.
Use Ctrl+Shift+F for full-text search across the entire project. Results show the file, line number, and a context excerpt.
Git
Sì, MdExplorer usa l'installazione Git del sistema operativo. Installa Git da git-scm.com prima di usare le funzionalità Git di MdExplorer.
Apri il pannello Git, usa la funzione "Add Remote" per configurare l'URL del repository remoto (GitHub, GitLab, Bitbucket, etc.). Per l'autenticazione SSH, configura le chiavi SSH a livello di sistema operativo.
Sì, Git è opzionale. MdExplorer funziona perfettamente come editor markdown standalone. Le funzionalità Git sono aggiuntive.
Git
Yes, MdExplorer uses the operating system's Git installation. Install Git from git-scm.com before using MdExplorer's Git features.
Open the Git panel, use the "Add Remote" function to configure the remote repository URL (GitHub, GitLab, Bitbucket, etc.). For SSH authentication, configure SSH keys at the operating system level.
Yes, Git is optional. MdExplorer works perfectly as a standalone markdown editor. Git features are additional.
Export
Sì, Pandoc è necessario per export PDF e Word. Installalo da pandoc.org. Per il PDF serve anche una distribuzione LaTeX (MiKTeX su Windows, TeX Live su Linux).
Sì, i template si trovano nella cartella .md/templates/ del progetto. Puoi modificare il template LaTeX per il PDF o il reference.docx per il Word.
Export
Yes, Pandoc is required for PDF and Word export. Install it from pandoc.org. For PDF, you also need a LaTeX distribution (MiKTeX on Windows, TeX Live on Linux).
Yes, templates are located in the .md/templates/ folder of your project. You can modify the LaTeX template for PDF or the reference.docx for Word.
Troubleshooting
Verifica che Pandoc sia installato e nel PATH (esegui pandoc --version nel terminale). Verifica che sia installata una distribuzione LaTeX. Controlla che il file YAML front matter sia sintatticamente corretto.
Verifica che Git sia installato e nel PATH (esegui git --version nel terminale). Verifica che la cartella del progetto sia inizializzata come repository Git (esegui git init se necessario).
Verifica la connessione internet (il server PlantUML di default è remoto). Se usi un server PlantUML locale, verifica che sia in esecuzione. Controlla la sintassi PlantUML nel blocco codice.
Troubleshooting
Verify that Pandoc is installed and in your PATH (run pandoc --version in the terminal). Verify that a LaTeX distribution is installed. Check that the YAML front matter is syntactically correct.
Verify that Git is installed and in your PATH (run git --version in the terminal). Verify that the project folder is initialized as a Git repository (run git init if needed).
Check your internet connection (the default PlantUML server is remote). If you are using a local PlantUML server, verify that it is running. Check the PlantUML syntax in the code block.