Skip to content

Instantly share code, notes, and snippets.

@thesved
Last active October 4, 2021 07:36
Show Gist options
  • Save thesved/186144f02bd26dd3306d9e0b494e701a to your computer and use it in GitHub Desktop.
Save thesved/186144f02bd26dd3306d9e0b494e701a to your computer and use it in GitHub Desktop.
Business Model Canvas in Roam Research w/ tables and block embeds
- [[Business Model Canvas]] test
- table: Roam Research BMC
- {{[[table]]}}
- ((top row id))
- ((bottom row id))
- structure
- intermediary rows
- {{[[table]]}}
- {{[[embed]]: ((activity id))}}
- {{[[embed]]: ((resource id))}}
- {{[[table]]}}
- {{[[embed]]: ((relationship id))}}
- {{[[embed]]: ((channel id))}
- top row
- {{[[table]]}}
- {{[[embed]]: ((partners id))}}
- {{[[embed]]: ((intermediary row 1 id))}}
- {{[[embed]]: ((value proposition id))}}
- {{[[embed]]: ((intermediary row 2 id))}}
- {{[[embed]]: ((customers id))}}
- bottom row
- {{[[table]]}}
- {{[[embed]]: ((cost id))}}
- {{[[embed]]: ((revenue id))}}
- **Customers**
- researchers
- executives
- **Value Proposition**
- second brain
- digital garden
- digital coach
- **Channels** where they buy
- landing page
- **Relationship** how we interact
- email
- twitter
- **Key Activities**
- development
- education
- **Key Resources**
- #roamcult
- **Key Partners**
- thought leaders
- **Revenue**
- monthly sub (B2B, B2C)
- B2C2C: substack for digital gardens
- **Cost**
- developers
- servers
/* don't limit the block width for tables */
.rm-block-text {
max-width: none!important;
}
/* clean up tables embedded in tables and blocks within tables */
.roam-table, .roam-table th, .roam-table td, .roam-table tr {
padding:0!important;
vertical-align: top;
min-width:auto!important;
overflow: hidden;
}
.roam-table .roam-table table {
width:100%;
}
.roam-table .rm-block-ref {
padding:0!important;
}
.roam-table .rm-embed-container {
background-color:transparent!important;
padding-bottom:20px;
}
.roam-table .rm-embed-edit, .roam-table .bp3-popover-wrapper {
display:none!important;
}
.roam-table .controls .block-expand .rm-caret {
transition:none!important;
}
.rm-embed-inner-block-hide:hover {
margin-left:-42px!important;
}
.roam-table .roam-table th, .roam-table .roam-table td, .roam-table .roam-table tr {
border-bottom:0;
border-left:0;
border-top:0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment