Ver Código Fonte

Write about more filter types

Lucas Stadler 9 anos atrás
pai
commit
14f3da5ab9
1 arquivos alterados com 19 adições e 0 exclusões
  1. 19 0
      go/blog/blog.yaml

+ 19 - 0
go/blog/blog.yaml

@ -88,3 +88,22 @@
88 88
            - "stuff:with-interesting!-characters"
89 89
  tags: [tags, feature, announcement, "author:lu"]
90 90
  type: text
91
- title: Filters!  (More of them)
92
  content: |
93
    Let's write more filters.  Apart from the `tag` filter that we
94
    already have.
95
96
    Some ideas:
97
98
    - `title`: filter by text occurring in the title
99
    - `post`: filter a specific post by id (or multiple?)
100
    - `type`: filter by post type
101
102
    All of them will work similar to the existing `tag` filter, i.e.
103
    they can be used as links and will appear in the history.
104
105
    If we want to be fancy, we might implement combining filters using
106
    `and`.
107
  date: 2016-09-26
108
  tags: [ideas, feature, "author:lu"]
109
  type: text