📓 Super Notes
🔗 Connect Your Personal Supabase
Your notes are stored in YOUR own Supabase — fully private, fully yours.
SQL Schema — Run in YOUR Supabase SQL Editor
CREATE TABLE IF NOT EXISTS super_notes (
id UUID DEFAULT gen_random_uuid() PRIMARY KEY,
title TEXT NOT NULL DEFAULT 'Untitled Note',
content TEXT DEFAULT '',
content_type TEXT DEFAULT 'markdown',
subject TEXT DEFAULT '',
chapter TEXT DEFAULT '',
topic TEXT DEFAULT '',
subtopic TEXT DEFAULT '',
tags TEXT[] DEFAULT '{}',
is_pdf BOOLEAN DEFAULT FALSE,
pdf_name TEXT DEFAULT '',
pdf_data TEXT DEFAULT '',
created_at TIMESTAMPTZ DEFAULT NOW(),
updated_at TIMESTAMPTZ DEFAULT NOW()
);
ALTER TABLE super_notes ENABLE ROW LEVEL SECURITY;
CREATE POLICY "Allow all operations" ON super_notes
FOR ALL USING (true) WITH CHECK (true);
📚 Notebook
📝
No notes yet.
Create one!
📝 0 words
⏱️ 0 min read
📊 0 paragraphs
📑 0 headings
Table of Contents
Ready
⏬ Auto-scrolling
F Fullscreen T TOC / Search
←→ Theme Esc Close
📄
Drop PDF
here or click to upload
Supported: PDF files up to 50MB
📄
0%
Reading file...
0 characters
Ready