Skip to content

Commit

Permalink
Create 2020-06-17-scrapmd.html.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed Jun 16, 2020
1 parent 2c5602b commit 5f2f8b9
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions source/en/2020-06-17-scrapmd.html.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Scrapmd the Markdown formatted Web Page Scrapbook
description: I've published CI2Go the CircleCI client for macOS by porting existing iOS app using Mac Catalyst.
date: 2020-05-15 00:00
public: true
tags: ci2go, ios, macos, release, maccatalyst, circleci, ci
alternate: true
ogp:
og:
image:
"": 2020-06-17-scrapmd/main.jpg
type: image/jpeg
width: 992
height: 525
---

I’ve published initial version of [Scrapmd], that clips web page content into iCloud Drive with Markdown formatted article text and embedded images.

In first time submitted this app, this app clips any webpage all around the World Wide Web, but the feature was rejected due to conflicting legal property:

> Guideline 5.2.3 - Legal - Intellectual Property
>
> Your app allows users to save or download music, video, or other media content without authorization from the relevant third-party sources.
So I changed this app to check web pages containing custom attribute that indicates allow Scrapmd to clip their content.

```html
<div data-scrapmd-ok="ok">
```

This was unintentional feature for usability but better than keep the app private for me.

I will opt-in allowing full functionality **PERSONALLY**.

App and its backend API source code is open in GitHub.

You can fork and build this app and use full feature personally like me.

Feature proposals or pull requests are welcomed, fell free to send some.

Happy Scrapping 🍢

[Scrapmd]: https://scrapmd.app

0 comments on commit 5f2f8b9

Please sign in to comment.