Getting started: How to start with Znote
Your Markdown (.md
) and text (.txt
) files are about to get superpowers.
Turn your Markdown files into living documents — where you can write, chat, and run code, all in one place.
In less than 3 minutes, discover what makes Znote unique 👇
Talk to your notes like you talk to ChatGPT — but everything stays local. Ask AI to summarize, rewrite, or brainstorm — right here inside Markdown.
💬 Try this:
- Summarize this note in 3 bullet points
- Rewrite the intro in a more professional tone
- Brainstorm 3 ways to promote a new app
✅ Works with OpenAI, Claude, or Ollama ✅ Conversations are saved directly in your note ✅ 100% local — your notes stay on your machine
Turn Markdown into a live sandbox. Drop a snippet and run it right inside your note — no setup, no switching apps.
From API → interactive table
// Fetch sample data → instant datagrid
const res = await fetch("https://jsonplaceholder.typicode.com/users");
showDatagrid({ data: await res.json(), pagination: true });
From Data → Chart in 1 Line
areaChart({
series: [{ name: 'Sales', data: [100, 240, 310, 450] }],
categories: ['Q1','Q2','Q3','Q4']
});
✅ Works with Node.js and Bash ✅ Use any NPM or CDN library ✅ Perfect for testing APIs, visualizing data, and automating your daily workflow.
No bots. No cloud. No leaks — just you and your notes. Click the 🎤 mic button in the toolbar to record audio or upload a file. Then click the transcribe button.
Znote will transcribe and summarize locally, keeping everything private.
You’re currently exploring the 14-day free trial version. Upgrade anytime to the Lifetime License and keep everything forever:
💡 Upgrade now to keep your AI chats, code results, and meeting summaries active after the trial.
👉 One-time payment — €59. Yours forever.
Tip: You can always upgrade later via Settings → License But don’t wait too long — your trial includes only 20 free AI requests to explore everything.
✔️ Create a note ✔️ Paste text or code ✔️ Ask AI or run it ✔️ See results — without leaving Markdown
👉 Click “New Note” and watch your Markdown come alive ⚡️.
Use these starter templates to go further:
👉 Click “New Note from Template” ➜ and start exploring 🚀