Content Types Overview
Overview
Memoreru offers 7 content types that you can use depending on your needs (with plans to expand in the future). Each content type provides a different way to organize and present information.
The 7 Content Types
1. Page
Purpose: Creating long-form content such as articles, notes, and documents
Features:
- Markdown textarea for writing (always-on split preview on desktop, tab switching on mobile)
- Structured content with headings, lists, and tables
- Syntax highlighting for code blocks
Best for:
- Writing blog posts and technical articles
- Creating study notes and meeting minutes
- Managing project documentation
- Building a knowledge base
Example:
Title: Implementing Custom Hooks in React
Body: Custom hooks are a way to reuse logic in React...
2. Table
Purpose: Managing structured data in a database-like format
Features:
- 30 data types supported (text, number, date, select, image, file, and more)
- Organize information in rows and columns
- Edit data at the cell level
- Sort, filter, and search functionality
- AI-assisted table design
Best for:
- Task and project management
- Reading logs and movie lists
- Customer and contact management
- Inventory and asset tracking
- Organizing research data
Example:
Table name: Reading List
Columns: Book Title(string) | Author(string) | Rating(rating) | Date Read(date) | Notes(rich_text)
3. Folder
Purpose: Organizing content hierarchically
Features:
- Group content for easy management
- Create nested structures (parent and child folders)
- View a list of contents within a folder
- Drag and drop to rearrange
Best for:
- Organizing materials by project
- Managing knowledge by topic
- Organizing information by team
- Categorizing content by theme
Example:
Folder structure:
📁 Project A
├─ 📁 Design Documents
├─ 📁 Meeting Notes
└─ 📁 Task Management
4. Slide
Purpose: Creating presentation-style content
Features:
- Built on Marp (Markdown Presentation Ecosystem)
- Write slides using Markdown
- Real-time preview
- Full-screen presentation mode
- Keyboard navigation
Best for:
- Technical presentations
- Project reports
- Educational content
- Meeting materials
Example:
---
marp: true
theme: default
---
Write your content here
---
- Bullet point5. View
Purpose: Extracting and filtering data from a Table
Features:
- Extract specific data from an existing Table based on conditions
- Set filter criteria (combine multiple conditions)
- Sort and group results
- Save and share filtered results
Best for:
- Showing only incomplete tasks
- Extracting data from a specific time period
- Displaying information by assignee
- Aggregating data by category
Example:
View name: Incomplete Tasks
Base table: Task Management
Filter: Status = "In Progress" OR "Not Started"
Sort: Due date ascending
6. Graph
Purpose: Visualizing data
Features:
- Visualize Table data as charts
- Multiple chart types supported
- Bar Chart
- Line Chart
- Pie Chart
- Area Chart
- Scatter Chart
- Combo Chart
- Data aggregation and calculations
- Real-time updates
Best for:
- Visualizing sales trends
- Displaying task progress
- Summarizing survey results
- Monitoring KPI metrics
Example:
Graph name: Monthly Sales Trend
Data source: Sales Management Table
Chart type: Line Chart
X-axis: Month
Y-axis: Sales Amount
7. Dashboard
Purpose: Combining multiple widgets in a single view
Features:
- Integrate multiple Views and Graphs into one screen
- Drag and drop layout arrangement
- Resize widgets
- Real-time data display
Best for:
- Project progress dashboards
- KPI dashboards
- Visualizing team activity
- Personal activity summaries
Example:
Dashboard name: Project Dashboard
Widgets:
- Task completion rate (Pie Chart)
- Weekly progress (Line Chart)
- Incomplete tasks (View)
- Hours by team member (Bar Chart)
How to Choose a Content Type
By Information Type
| Information Type | Recommended Content Type |
|---|---|
| Long-form text / articles | Page |
| Structured data | Table |
| Organization / categorization | Folder |
| Data extraction | View |
| Data visualization | Graph |
| Combined display | Dashboard |
By Use Case
| Use Case | Recommended Content Type |
|---|---|
| Writing blog posts | Page |
| Task management | Table + View |
| Project management | Folder + Table + Dashboard |
| Building a knowledge base | Folder + Page |
| Data analysis | Table + Graph |
| Progress reporting | Dashboard |
Combining Content Types
Memoreru truly shines when you combine multiple content types together.
Example 1: Project Management
📁 Project A (Folder)
├─ 📄 Project Overview (Page)
├─ 📊 Task Management (Table)
├─ 📋 Incomplete Tasks (View)
├─ 📈 Progress Chart (Graph)
└─ 📊 Dashboard (Dashboard)
Example 2: Learning Management
📁 Programming Studies (Folder)
├─ 📄 Study Notes (Page)
├─ 📊 Study Log (Table)
├─ 📋 This Week's Study Plan (View)
└─ 📈 Study Hours Over Time (Graph)
Example 3: Research Management
📁 Research Project (Folder)
├─ 📄 Research Proposal (Page)
├─ 📊 Literature Management (Table)
├─ 📊 Experiment Data (Table)
├─ 📋 Unread Papers (View)
└─ 📈 Experiment Results Chart (Graph)
Content Visibility
All content types support three visibility levels:
- PRIVATE: Only you can view it
- TEAM: All team members can view it
- PUBLIC: Published on the internet
For more details, see Visibility Settings.