Getting started: How to start with Znote
Your notes don't just store ideas. They run them.
Try the first block with your own file — it takes 30 seconds.
👇 Replace the path below — copy-paste any text file, PDF, or image from your explorer, then hit Run.
Summarize this file in 3 bullets, then suggest 2 questions worth digging into.
@file:///👉-paste-your-file-here.txt
💡 Try it with a meeting note, an article, a doc to review, a screenshot. Znote reads it as context
Hit the record button, talk (or play any audio), and Znote writes the meeting minutes directly into your note — decisions, action items, key points.
🎤 Try it now: record 30 seconds of yourself describing what you're working on this week. Znote turns it into a structured note you can edit, share, or push as tasks.
The AI can also browse the web — useful for fact-checking, pulling current data, or researching while you write.
Visit https://znote.io and tell me in 3 bullets what this product does and who it's for.
The function below fetches GitHub activity. The AI block can call it as a tool — it decides when to run your code, with which arguments, and uses the result.
async function getGithubActivity(username) {
const r = await fetch(`https://api.github.com/users/${username}/events/public`);
const data = await r.json();
return data.slice(0, 5);
}
Look up the recent GitHub activity of "torvalds" and summarize it in plain English.
💡 Any JS function you write becomes an AI tool — hit any API, query a DB, push to Jira. The AI orchestrates, your code does the work. Click the copy icon to reuse this function in any note.
This is where it gets powerful: combine with section 3 to search the web and save results anywhere.
Znote shines when you build workflows you reuse every week.
👨💻 You write code — API Tester, Database Query, your own reusable AI tools. Turn scattered scripts into runnable notes.
📋 You ship specs & projects — Specs → Jira tickets, Gmail auto-reply, meeting recorder. Automate the repetitive cognitive work.
→ Open the gallery and pick a template to try with your real work.
.md files on your disk. No cloud, no account.👉 Now make it yours. Ctrl+N for a blank note, or open the gallery and adapt a template to your week.