diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-22 00:46:12 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-10-22 00:46:12 -0600 |
commit | 4d59a5beb65f788464062208ff2250d470d268f1 (patch) | |
tree | 804ca901d2f012bfc4ca9c96709930ff8b3b3e7b /Content/posts | |
parent | a8482f395f41124aef60428563eca951134e68fb (diff) |
add reddit flair search tech tip
Diffstat (limited to 'Content/posts')
-rw-r--r-- | Content/posts/2023-10-22-search-by-flair-reddit.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Content/posts/2023-10-22-search-by-flair-reddit.md b/Content/posts/2023-10-22-search-by-flair-reddit.md new file mode 100644 index 0000000..53ab272 --- /dev/null +++ b/Content/posts/2023-10-22-search-by-flair-reddit.md @@ -0,0 +1,17 @@ +--- +date: 2023-10-22 00:37 +description: Search posts by flair on Reddit Web by using _ +tags: Tech Tip, Reddit +draft: false +--- + +# Search / Filter posts by flair on Reddit + +Remember to replace any spaces in the flair with `_` + +E.g. `flair:Snail_Mail` limited to r/penpals will only show posts that have the flair `Snail Mail`. + +![Screenshot of Old Reddit with search filter being used](/assets/posts/reddit-flair-search.png) + +I wish this was documented somewhere. + |