Skip to main content

Typed collections

Typed collection gives the ability to collect homogenous information with certain common attributes.

Ex: People, Bookmarks, Movies, Books, Wander list, Bucket list, Product Ideas, Content ideas, Quotes, Recipes etc

Properties

Property as the name suggests is a mechanism to add additional information for the nodes. As an alternative, we can add all the information in text format on our markdown. But, properties makes capturing this additional information and later visualizing it much better when compared to full text based information.

Example:

I can capture my recipe experiments in Recipes collection. I can choose to give rating or add date in markdown itself. Or I can choose to create properties like rating, date, ingredients etc.

Using properties will unlock possibilities like quickly capturing rating or date from mobile when I add my new recipe entry or later visualize my recipe experiments on a nice Calendar heat map etc.

Property types

Property typeDescriptionConfiguration options
TextTo capture simple text information-
Single selectselect from predefined options1. Default value 2. Grouping 3. Option color
Multi selectmulti select from predefined options1. Default value(s) 2. Grouping 3. Option color
Numberto add numerical informationDefault value
RatingTo quickly add a value in a given scale of range1. Rating avatar 2. Color
CheckboxTo add true or false kind of informationDefault value
EmailTo add email address - checks for validity of the email address-
LinkTo add a web address-
Time trackingTo track time and have aggregate associated to itSync with Pointron

Property categories

Category of propertyDescription
NormalNormal property types - requires user to set defaults and input values
AutomaticThe property values will be automatically populated from the metadata. Ex: created time, updated time, location etc * Values cannot be edited by the user.
UniversalSimilar to normal category but the property options are pre populated by Memotron so that user doesn’t have to do all that work. * Options cannot be edited.
tip

Use Universal properties to quickly create properties without the need to worry about creating select options etc.

Ex: Country, Currency, Language, Movie,

Extending a type

Extend an existing type to make use of a base collection to have derived collections with different properties.

Ex: Base collection: People Extended collections: Authors, Entrepreneurs, Influencers, Public figures etc

Updated on February 26, 2025