Znote (recipes)
  Get Znote  

✨ Welcome to Znote — Your Private AI Dev Notebook ⚡️

Getting started: How to start with Znote

 

✨ Welcome to Znote — Your Private AI Dev Notebook ⚡️

Stop reading. Start doing. This is not a text file. It’s a playground. Let's test your controls in 30 seconds.


1. 👁️ The X-Ray Vision (Ctrl+L)

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+L again to switch back to the Live View.

Why? Advanced coding tools when writing, clean UI when reading.


2. ▶️ The Engine (Ctrl+Enter)

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.


3. 🧠 The AI Loop (Chat ➜ Run)

This isn't just a note. It's an infinite Chat Room.

  1. Copy/Paste answers from ChatGPT/Claude directly here.
  2. Ask AI to summarize, rewrite, or brainstorm — right here inside Markdown.
  3. Run the result instantly with Ctrl+Enter.

It's a loop: Brainstorm ➜ Generate Code ➜ Execute ➜ Refine. All local. All documented.


🚀 Your Next Step

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.

Related recipes