Getting started: How to start with Znote
Stop reading. Start doing. This is not a text file. It’s a playground. Let's test your controls in 30 seconds.
Znote renders Markdown beautifully, but devs need control.
👉 Press Ctrl+L right now.
See the raw Markdown code? Right-click in the text editor to show power tools like Base64 Decode, Prettier Format, and string manipulation. Press
Ctrl+Lagain to switch back to the Live View.
Why? Advanced coding tools when writing, clean UI when reading.
Your notes are executable. Don't switch to VS Code to test a snippet.
👉 Place your cursor in the block below and press Ctrl+Enter:
// 👇 RUN THIS (Ctrl+Enter)
// It runs standard JS
const res = await fetch("https://jsonplaceholder.typicode.com/users");
const json = await res.json();
const data = filter(json, ['name', 'email', 'website'])
// Use Znote's built-in widgets
showDatagrid({
data: data,
pagination: true
});
console.log("✅ Boom! You just turned a note into a live dashboard.");
💎 Perfect for: API Testing, Data Viz, and quick scripts.
This isn't just a note. It's an infinite Chat Room.
Ctrl+Enter.It's a loop: Brainstorm ➜ Generate Code ➜ Execute ➜ Refine. All local. All documented.
You are on the 14-Day Trial. Don't rent your tools. Own them.
💰 €59. One-time payment. Lifetime License. Includes: Unlimited local AI (BYO Key), full Node.js environment, and updates forever.
🎁 Trial Bonus: Upgrade before your trial ends to get 2,000 included AI requests (Doubled from 1,000).
👉 Click “Get a License with Bonus” (bottom right 👤) to activate your Lifetime License now.