DocBase (Unofficial)

approved

by yurikuvanov

Pull and push notes to DocBase

136 downloadsUpdated 1y agoMIT
View on GitHub

DocBase unoffical plugin for Obsidian

This is a plugin for Obsidian that allows you to pull and push notes from DocBase.

Usage

Configuration

  1. Get your API token from DocBase.
  2. Open the plugin settings and paste your API token.
  3. Paste your team domain (e.g. your-team in https://your-team.docbase.io).

Pulling notes

  1. Create new note in Obsidian.
  2. Add the following property to the note:
    docbase_note_id: 12345678
    
  3. Open the command palette and run the "Pull this note from DocBase" command.
  4. Title, tags, draft status, and content of the note will be inserted or updated with the content of the note in DocBase.

Pushing notes

Caution: Pushing notes fuction is only available for the notes that are already posted to DocBase. In other words, you can update the content of the DocBase note with the content of the Obsidian note.

  1. Before pushing a note, pulling the note from DocBase is highly recommended. Because pushing notes will overwrite the content of the DocBase note including the title, tags, and draft status.
  2. Open the command palette and run the "Push to DocBase" command.

Not yet implemented

  • Handling multiple DocBase teams.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.