Skip to content

Latest commit

 

History

History
150 lines (119 loc) · 4.13 KB

File metadata and controls

150 lines (119 loc) · 4.13 KB
title Core Features
description Explore the main capabilities of Atriabyte Digital to streamline your documentation workflow and enhance team productivity.

Overview

Atriabyte Digital provides essential tools for creating, managing, and sharing project documentation. You can build structured knowledge bases, track changes over time, and collaborate seamlessly with your team. These features help you maintain accurate, up-to-date docs without the complexity of traditional tools.

Start by creating your first document to experience these features in action.

Key Features

Discover the core capabilities through these highlighted areas:

Rich text editor with markdown support for fast content creation. Track changes and revert to previous versions effortlessly. Quickly find content using powerful search and organized tags. Real-time editing and comments for team workflows. Share docs in multiple formats for any audience.

Document Creation and Editing

Create new documents from templates or start blank. The intuitive editor supports markdown, headings, lists, and embeds.

Navigate to your workspace and select `New Document`. Use the WYSIWYG editor or switch to markdown view.
# Project Overview

## Getting Started

- Install dependencies
- Configure settings
Preview and publish to make it live.

Version Control and History Tracking

Every edit creates a new version. View diffs, restore old versions, or compare changes.

graph TD
    A[New Edit] --> B[Auto-Save Version]
    B --> C[View History]
    C --> D[Compare/Revert]
    D --> A
Loading
Use branches for experimental changes: ````bash atriabyte branch create feature-branch atriabyte commit -m "Add new section" ```` Click the history icon and select `Create Branch`.

Search and Tagging Functionalities

Full-text search across all documents. Add tags like api, tutorial for organization.

Feature Description Example Tags
Global Search Finds matches in titles and content search:query
Tag Filters Narrow results by labels feature, bugfix
Saved Searches Bookmark frequent queries Custom sets
Combine search with tags for precise results, e.g., `auth > 2 users`.

Collaboration Features

Invite team members for real-time editing and threaded comments.

Multiple users edit simultaneously with live cursors. Add inline comments without altering content.
This section needs examples. @[teammate]: Can you add code snippets?

Export Options for Sharing

Export to PDF, HTML, Markdown, or JSON for external sharing.

```markdown # Exported Doc Content here. ``` ```bash atriabyte export doc-id --format=pdf --output=./docs.pdf ``` ```html <title>Exported</title> ``` Set up your first workspace. Secure your docs.