Skip to content

Commit 51fdcb9

Browse files
committed
Address some markdownlint findings.
1 parent acddcc0 commit 51fdcb9

File tree

4 files changed

+19
-17
lines changed

4 files changed

+19
-17
lines changed

docs/Content-Filters.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ syntax is used.
1818
> complex filters. It is suggested to test filters using ``Feed debugger`` (hotkey `f-D`) if you
1919
> feel that some filter is somehow misfiring on a specific feed.
2020
21-
### Load order
21+
## Load order
2222

2323
Filters are loaded in user-specified order and applied sequentially. It is
2424
possible to reorder filters using drag and drop. If no manual sorting is
2525
specified, filters are sorted alphabetically according to user configured
2626
caption. If no caption is specified for any filter, loading order is not
2727
guaranteed.
2828

29-
### Filter objects
29+
## Filter objects
3030

3131
Each filter object may contain an arbitrary amount of regular expression rules
3232
and actions. Each expression may have inverse flag set, which inverts matching
@@ -41,7 +41,7 @@ as, title, content, author, etc.
4141
{: .warning }
4242
> Do not include delimiters (e.g. <code>/</code>) when writing regular expressions.
4343
44-
### Matching articles and applying actions
44+
## Matching articles and applying actions
4545

4646
Filter matching is performed during feed processing.
4747

docs/Scoring.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Scoring
44
parent: Features
55
---
66

7-
Scoring is supported in a way similar to some newsreaders. Score is calculated
7+
Scoring is supported in a way similar to some news readers. Score is calculated
88
on article import using special filters with a "Modify score" action.
99

1010
Resulting score is a sum of all score modifiers from all matching filters. For
@@ -15,16 +15,16 @@ Article score affects the position of the article in the headline buffer (which
1515
is sorted by score) and alters the way article is displayed:
1616

1717
| Score | Display / Action |
18-
|-------|------------------|
18+
| --- | --- |
1919
| `<-500` | Score indicator points down, article is automatically marked as read |
2020
| `<-100` | Score indicator points down |
21-
| `<0` | Score indicator points down, 1.5.0: article is excluded from Fresh feed and (as of 1.5.10 also excluded from email digest) |
22-
| `0` | Display normally |
23-
| `>0` | Score indicator points up |
24-
| `>500` | Score indicator points up |
21+
| `<0` | Score indicator points down, 1.5.0: article is excluded from Fresh feed and (as of 1.5.10 also excluded from email digest) |
22+
| `0` | Display normally |
23+
| `>0` | Score indicator points up |
24+
| `>500` | Score indicator points up |
2525
| `>1000` | Same as above, article is also marked as starred |
2626

27-
### Adjusting manually
27+
## Adjusting manually
2828

2929
Calculated score for an individual article may be adjusted by clicking on score
3030
indicator in the headlines list:

docs/Sorting.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ title: Sorting
44
parent: Features
55
---
66

7+
## Sort Options
8+
79
Tiny Tiny RSS provides four options for how articles appear within a
8-
selected feed: `Default`, `Newest`, `Oldest`, `Title`.
10+
selected feed: `Default`, `Newest first`, `Oldest first`, `Title`.
911

1012
{: .note }
1113
> Special feeds (e.g. *Starred articles*) have unique sorting when *Default* is selected, otherwise they behave as described below.
@@ -22,11 +24,11 @@ This is the default (surprise!) and is recommended.
2224
2. Descending date/time the article was added into the Tiny Tiny RSS database.
2325
3. Descending date/time the feed's site states the article was published or changed.
2426

25-
### Newest
27+
### Newest first
2628

2729
1. Descending date/time the feed's site states the article was published or changed.
2830

29-
### Oldest
31+
### Oldest first
3032

3133
1. Ascending date/time the feed's site states the article was published or changed.
3234

docs/Themes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Install by copying theme CSS (and any other content, if needed) into ``themes.lo
88

99
**Please note that we’re not responsible for third party themes. Use at your own risk.**
1010

11-
### FeedMei Theme + Plugins for Tiny Tiny RSS
11+
## FeedMei Theme + Plugins for Tiny Tiny RSS
1212

1313
<img src="https://codeberg.org/ltguillaume/feedmei/media/branch/main/SCREENSHOT.png" alt="">
1414
<img src="https://codeberg.org/ltguillaume/feedmei/media/branch/main/SCREENSHOT2.png" alt="">
@@ -17,7 +17,7 @@ A clean and minimal theme for Tiny Tiny RSS, loosely inspired by Feedly. Built b
1717

1818
**Codeberg** <https://codeberg.org/ltguillaume/feedmei>
1919

20-
### Clean GReader Theme
20+
## Clean GReader Theme
2121

2222
<img src="https://raw.github.com/naeramarth7/clean-greader/master/img/preview.png" alt="" style="width: 200px;"/>
2323

@@ -26,15 +26,15 @@ Google Reader it has a white/greyish look.
2626

2727
**Github** <https://github.com/naeramarth7/clean-greader>
2828

29-
### Feedly Theme
29+
## Feedly Theme
3030

3131
<img src="https://raw.github.com/levito/tt-rss-feedly-theme/master/feedly-screenshots/feedly-expandable.png" alt="" style="width: 200px;"/>
3232

3333
A theme built from scratch, independent of default css. Emulates the greyish look of Feedly.
3434

3535
**Github** <https://github.com/levito/tt-rss-feedly-theme>
3636

37-
### Reeder Theme
37+
## Reeder Theme
3838

3939
<img src="https://github.com/tschinz/tt-rss_reeder_theme/blob/master/reeder_screenshot/combined_mode_1.png?raw=true" alt="" style="width: 200px;"/>
4040

0 commit comments

Comments
 (0)