The editor is a powerful tool and exposes a lot of functionality! This guide will help you get acquainted with using it.
Make sure to get acquainted with Creating a Feed.
NOTE: Once your feed has been published it will take time to accumulate posts as they are made in the network. Currently graze only adds posts to feeds as they happen. We plan on adding âbackfillingâ to make that smoother.
The most basic node in Graze is the âFeedâ node. This is the node that defines how your feed includes posts to show in your feed.
A feed node can contain one of any other type of node.
For example, here we add a âWord Listâ node to the feed. This node will either include or exclude a list of words from your feed. Here we include any posts that mention hot dogs or hamburgers.
Only nodes in the âFeedâ node will be included in your feed.
Thatâs fine and all, but only one node?! âŠnope đ
There is also a special node that you can use to create complex logic for your feed. This is the âlogicâ node.
and
The and
setting in the Logic node makes it so that you can confirm that a post passes multiple filters.
In this example a post needs to mention hamburgers/hot dogs and the post must also not contain the word âMcDonaldsâ.
With the and
all nodes must pass the filter.
or
The or
is much like the and
. Instead of every node having to pass the filter, the post is included if any of the nodes pass.
Take the following example. Here a post will be included in the feed if I contains and image or a video.
With just those two things, you can do some pretty complex things!
You can even combine the and
and the or
as much as you want.
In this example a post will be included if it contains âMcDonaldsâ and has an image or video attached.
Once youâve learned these concepts you can label yourself a programmer! What we just did was use âboolean logicâ to create a filter for our feed. If you want to read more about boolean logic, head over here.
The Graze editor also support annotating your feed with sticky notes, text and arrows.
Use the bottom toolbar to add them.
To get details information about what the nodes are and what they do you can either access the information through the sidebar.
Or the information tooltips on the nodes themselves.