fibery-scrapbox is a custom integration for Fibery.
fibery-scrapbox get Scrapbox information of pages from two api endpoints.
- From
api/pages/:projectname
to get all summarized page information on your project. - 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.
git clone https://github.com/un4v5s/fibery-scrapbox.git
yarn install
Like DigitalOcean, Heroku.
Go to your Fibery page and open database screen.
Hit Integrate
button below database title and click the Add custom app
button.
Fill input with your url of the project, and click Connect your awesome integration
.
Get connect.sid
from cookie with Chrom Dev Tool.
Fill connect.sid
.
Select Scrapbox projects to connect, click Sync now
.
Now you get Scrapbox pages on Fibery.
With fibery-scrapbox, you can show Scrapbox pages with links as structured data (or attributes).
Show Scrapbox pages as visualized view with created date.
Set status link on specific pages, catch them as a status from Fibery.
Filter setting example.
Show how much records created for each Scrapbox project over time
Show how much records updated for each Scrapbox project over time
Pull requests are welcome.
Fibery api doc: Fibery Integrations API Overview
Unofficial Scrapbox API doc(Japanese): Scrapbox REST APIの一覧