DocBase (Unofficial)

by kuvanov-2
5
4
3
2
1
Score: 35/100

Description

Pull and push notes to DocBase

Reviews

No reviews yet.

Stats

stars
173
downloads
0
forks
30
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

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.