Skip to content

Commit 9b82e76

Browse files
committed
[skip ci] Bring back full content
1 parent ca8906b commit 9b82e76

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Support Full Content for a Feed
2+
description: Request better support for full content mode for a feed of your choice
3+
title: "[Full Content]: "
4+
labels: ["full content request"]
5+
body:
6+
- type: input
7+
attributes:
8+
label: Feed URL
9+
description: URL to the site's feed
10+
placeholder: http://theverge.com/rss/index.xml
11+
validations:
12+
required: true
13+
14+
- type: textarea
15+
attributes:
16+
label: Add any details, links, or screenshots about the article layout that's missing or wrong
17+
validations:
18+
required: false
19+
20+
- type: markdown
21+
attributes:
22+
value: |
23+
**Donate (Optional)**
24+
[Donate](https://github.com/sponsors/jocmp?frequency=one-time&sponsor=jocmp) to help support the development of this project and receive priority support on this request.

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ If you run into an issue, let me know by submitting a [bug report](https://githu
3333

3434
If you have questions or a general feature request, please post them to [Discussions](https://github.com/jocmp/capyreader/discussions).
3535

36+
### Full Content Support
37+
38+
Sometimes Capy's full content mode doesn't work as expected on a site due to the chaos of the web.
39+
40+
When this happens, please submit a separate feature request to support full content for that site: [Full Content Request form](https://github.com/jocmp/capyreader/issues/new?labels=full%20content%20request&template=2-full-content-request.yml)
41+
42+
Writing and verifying full content parsers can be time consuming. If you find this useful, [consider donating](https://github.com/sponsors/jocmp) to show your support.
43+
3644
## Roadmap
3745

3846
Check out the [project roadmap](https://github.com/users/jocmp/projects/3) to see what's currently in progress and on deck.

0 commit comments

Comments
 (0)