/fibery-scrapbox

Fibery custom integration with Scrapbox

Primary LanguageJavaScript

fibery-scrapbox

fibery-scrapbox is a custom integration for Fibery.

fibery-scrapbox get Scrapbox information of pages from two api endpoints.

  1. From api/pages/:projectname to get all summarized page information on your project.
  2. From api/pages/:projectname/search/titles to get page links information of all pages.

To get all links of pages let you to handle specific links as attributes or tags on Fibery.

For example, if you set #inprogress link in your all pages you are working on Scrapbox, you can create a board view with status column in Fibery.

fibery-scrapbox can enhance the possibilities of Scrapbox, especially in the area of visualization.


Installation

Clone the repo

git clone https://github.com/un4v5s/fibery-scrapbox.git

Install yarn packages

yarn install

Deploy and host your project on any PaaS services

Like DigitalOcean, Heroku.


Fibery settings

Go to your Fibery page and open database screen.

Hit Integrate button below database title and click the Add custom app button.

integrate button

Fill input with your url of the project, and click Connect your awesome integration.

fill url

Get connect.sid from cookie with Chrom Dev Tool.

get connect.sid

Fill connect.sid.

connect.sid

Select Scrapbox projects to connect, click Sync now.

select projects to sync

Now you get Scrapbox pages on Fibery.


Usage

With fibery-scrapbox, you can show Scrapbox pages with links as structured data (or attributes).


Calendar view

Show Scrapbox pages as visualized view with created date.

calendar view


Board view with status

Set status link on specific pages, catch them as a status from Fibery.

board view

Filter setting example.

filter setting example


Reports

Show how much records created for each Scrapbox project over time

report

Show how much records updated for each Scrapbox project over time

report


Contributing

Pull requests are welcome.


License

MIT


Links

Fibery api doc: Fibery Integrations API Overview

Unofficial Scrapbox API doc(Japanese): Scrapbox REST APIの一覧