Skip to content

beto-group/beto.mesh-ai

 
 

Repository files navigation

Mesh AI

If you like this plugin, feel free to support the development by buying a coffee:

Buy Me A Coffee

Table of Contents

Overview

The Mesh AI plugin emulates the functionality provided by the Fabric tool within your Obsidian vault. This plugin allows users to run and manage multiple text processing patterns on their notes, the clipboard, or Tavily search results. It integrates with various AI services and platforms to enhance your productivity within Obsidian.

Features

  • Process Active Note, Clipboard, or Tavily Search Results: The plugin allows you to apply patterns to the currently active note, clipboard content, or results from Tavily search.

  • Pattern Processing:

    • Sequential Mode (Default): Process multiple patterns in order, where the output of the first pattern is used as the input for the next.
    • Pattern Stitch Mode: Process multiple patterns and output the results of each pattern collectively.
  • YouTube Link Detection: Automatically detects YouTube links, fetches their transcripts, and uses the transcripts as a source input for processing.

  • Workflow Creation: Create workflows from the settings view, which can then be added as command palette items for quick access.

  • Pattern Management:

    • Download patterns from the Fabric repository.
    • Maintain a custom pattern folder to manage your own patterns.
  • AI Service Integration: Utilize various major providers such as:

    • openai
    • google
    • microsoft
    • anthropic
    • grocq
    • ollama

Compatibility

Currently, the plugin has been tested and confirmed to work with:

  • Grocq
  • OpenAI
  • Ollama

Under Development

We are currently working on testing and development for:

  • Microsoft Azure AI Services
  • Anthropic
  • google

Differences from Official Fabric Plugin

This plugin is a sibling project to the Unofficial Fabric Plugin. The key differences include:

  • Visual Appearance: Differences in the user interface.
  • No Additional Dependencies: You do not need to have Fabric or Fabric Connector installed for this plugin to work.

Installation

To install the plugin, follow these steps:

  1. Download the latest release from the GitHub repository.
  2. Extract the files into your Obsidian vault's plugins directory.
  3. Enable the plugin from the Obsidian settings menu.

-OR-

Install using the BRAT Plugin:

  1. Install the BRAT Plugin from the Obsidian Community Plugins list.
  2. Open the BRAT settings and add the repository URL: https://github.com/chasebank87/meshl-ai.
  3. Follow the prompts to install and enable the Mesh AI plugin.

Usage

  1. Open the settings view within Obsidian and configure your preferred AI service provider.
  2. Define your text processing patterns and workflows.
  3. Use the command palette to apply your workflows to your notes, clipboard, or Tavily search results.
  4. Use the Mesh AI Interface

Contributing

Contributions are welcome! Please feel free to submit a pull request or open an issue if you encounter any problems or have suggestions for new features.

License

This project is licensed under the MIT License. See the LICENSE file for details.


For more information, please visit our GitHub repository.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.8%
  • CSS 14.6%
  • JavaScript 0.6%