QOwnNotesQOwnNotes
Iniziare
Installazione
  • Ask question
  • Ask for feature
  • Report bug
  • Telegram Channel
  • Matrix/Element.io Room
  • Gitter Chat
  • IRC Channel
  • Mastodon
  • Twitter
  • Facebook
Donare
  • English
  • Deutsch
  • Italiano
  • Français
  • Español
  • فارسی
  • Nederlands
  • Magyar
  • العربية
  • Polski
  • 한국어
GitHub
Iniziare
Installazione
  • Ask question
  • Ask for feature
  • Report bug
  • Telegram Channel
  • Matrix/Element.io Room
  • Gitter Chat
  • IRC Channel
  • Mastodon
  • Twitter
  • Facebook
Donare
  • English
  • Deutsch
  • Italiano
  • Français
  • Español
  • فارسی
  • Nederlands
  • Magyar
  • العربية
  • Polski
  • 한국어
GitHub
  • Iniziare

    • Overview
    • Idea
    • Demo QOwnNotes
    • Markdown
    • Importare le note
    • Parametri dell'interfaccia della riga di comando
    • Estensione del browser QOwnNotes Web Companion
    • Gestore dei frammenti di comandi
    • QOwnNotes Web App
    • QOwnNotesAPI Nextcloud App
    • Note relations panel
    • Alla ricerca di note
    • Tasti di scelta rapida
    • Controllo versioni con Git
  • Installazione

    • Installazione
    • Installa su Ubuntu Linux, Elementary OS e Linux Mint
    • Installa su Microsoft Windows™
    • Installa su macOS™
    • Installa su Debian Linux
    • Installa su openSUSE Linux
    • Installa su Fedora Linux
    • Installa come Snap
    • Installa come Flatpak
    • Installa come AppImage
    • Installa usando Nix
    • Installa su Arch Linux
    • Installa su Solus
    • Installa su KaOS Linux
    • Installa su CentOS Linux
    • Installa su Raspberry Pi OS
    • Installa su Gentoo Linux
    • Installa su Funtoo Linux
    • Installa su Void Linux
    • Installa su Slackware Linux
    • Installa su FreeBSD
    • Creazione di QOwnNotes
  • Editor

    • Controllo ortografico
    • AI support
    • Formati dell'ora
  • Scripting

    • Scripting di QOwnNotes
    • Metodi e oggetti forniti da QOwnNotes
    • Connessioni
    • Classi esposte
  • Contribuire

    • Partecipa
    • Codice di Condotta
    • Manutentori
    • Traduzione
    • Fai una donazione
    • Sponsor
  • FAQ

    • Come faccio a mostrare il pannello di anteprima senza il pannello di modifica delle note?
    • Dove posso trovare ciò che altre persone hanno detto su QOwnNotes?
    • Perché le metriche?
  • Blog (in inglese)

    • Overview
    • QOwnNotes Webpage Relaunch with VuePress 2, Vue.js 3, and Vuetify 3
    • Universal binary for macOS
    • Note relations panel
    • AI support was added to QOwnNotes
    • Source Archive switched from TuxFamily to GitHub Releases
    • Nextcloud Deck integration in QOwnNotes
    • QOwnNotes UI End2End Tests with the help of NixOS
    • Please test Qt6 version of QOwnNotes from a new PPA for Ubuntu Linux
    • Evernote import for huge files
    • Happy 1000th release of QOwnNotes
    • Polish website translation
    • Working with multiple notes
    • QOwnNotes command-line snippet manager
    • Nextcloud note versions
    • Manage orphaned image files and attachments
    • Linking of note headings
    • Tor Hidden Service Webpage
    • Use workspaces to manage different layouts of the user interface
    • Auto-complete text in note editor
    • Open links in the note editor
    • Solve simple equations in the note editor
    • Auto-format Markdown tables
    • QOwnNotes Mastodon page
    • Repository for Debian 11
    • Joplin import
    • Send photos from your mobile phone to QOwnNotes on the desktop
    • Four new languages added to the website
    • QOwnNotes Demo
    • Markdown explanation
    • Webpage translation
    • QOwnNotes for Ubuntu 21.04 Hirsute Hippo
    • QOwnNotes for Fedora 33
    • Release and blog posting automation
    • Legacy update service up again
    • RSS Feeds are back in place
    • Time Flies Podcast episode with interview about QOwnNotes
    • Bookmark management with QOwnNotes and Web Companion browser extension
    • Firefox extension on Firefox Add-ons page
    • Chrome extension in Chrome Web Store
    • QOwnNotes Web Companion Chrome extension
    • 500th release of QOwnNotes
    • QOwnNotes Telegram Group
    • Vim mode
    • QOwnNotes for openSUSE Leap 15, SUSE Linux Enterprise 15 and SUSE Linux Enterprise 12 SP3
    • QOwnNotes featured on LINUX Unplugged podcast and by Ubuntu
    • Interview for ownCloud
    • QOwnNotes for Fedora 27
    • QOwnNotes reviewed in German magazine c't
    • QOwnNotesAPI in the ownCloud Marketplace
    • QOwnNotes as AppImage
    • QOwnNotes for Debian 9.0, Fedora 26 and openSUSE Leap 42.3
    • Script repository and script settings variables
    • Fedora 25 release and new documentation page
    • Solus package for QOwnNotes
    • Automatic updates in Windows and macOS
    • Note encryption with keybase.io or directly with PGP
    • Evernote import
    • Portable mode
    • QOwnNotes on webupd8.org
    • QOwnNotes featured on the Linux Voice Podcast
    • QOwnNotes snap
    • QOwnNotes review in British magazine Linux Format
    • QOwnNotes Slackware Linux Repository
    • QOwnNotes review
    • QOwnNotes IRC
    • QOwnNotes now has scripting support
    • QOwnNotes is the Desktop App Pick on the Linux Action Show
    • QOwnNotes got featured in Linux Voice 25
    • QOwnNotes Gentoo Linux Overlay
    • Translate QOwnNotes on Crowdin
    • QOwnNotes 1.0 out now in 6 languages and with Freedesktop theme icons support
    • QOwnNotes software repository for Debian Linux
    • QOwnNotes package on the Arch User Repository
    • QOwnNotes software repository for Arch Linux
    • Webpage redesign
    • Qt widget QMarkdownTextEdit now a separate project for developer's pleasure
    • New release version RSS feed
    • New Linux software repositories and todo list support
    • QOwnNotes on Linux Unplugged
    • Build and release systems for QOwnNotes for Linux, macOS and Windows!
    • Links to other notes or files are now possible in QOwnNotes
  • Changelog (in inglese)

    • QOwnNotes Changelog

Scripting di QOwnNotes

Uno script QOwnNotes è principalmente JavaScript in file Qt QML.

import QtQml 2.0
import QOwnNotesTypes 1.0

Script {
    /**
     * Will be run when the scripting engine initializes
     */
    function init() {
        script.log("Hello world!");
    }
}

Potete mettere questi documenti QML ovunque preferite e aggiungerli a QOwnNotes tramite le impostazioni di scripting (c'è un bottone Aggiungi script/Aggiungi script locale).

Tips

Dai un'occhiata agli script di esempio per iniziare velocemente.

Nelle impostazioni di Scripting puoi anche installare script dall'archivio degli script. E' presente un'applicazione web creata dalla community per cercare scripts su beurt.github.io/QOwnNoteScriptsList.

Per problemi, domande o richieste di funzionalità per gli script dal repository di script, aprire un problema nella pagina dei problemi del repository di script QOwnNotes.

Tips

Se vuoi proporre uno script per il repository di script segui le istruzioni in repository di script QOwnNotes.

Se hai bisogno di accedere a una determinata funzionalità in QOwnNotes o hai domande o idee, apri un problema nella pagina del problema QOwnNotes.

Tips

For logging, you can use the script.log() command to log to the Log panel, which you can turn on in the Window / Panels menu.

Next
Metodi e oggetti forniti da QOwnNotes