1
0
Fork 0
mirror of https://github.com/anyproto/docs.git synced 2025-06-08 05:47:05 +09:00
This pull request fixes a typo on this page: https://doc.anytype.io/d/fundamentals/object#object-canvas
See this discord message for the original finder: 9329995239
This commit is contained in:
Skyler 2022-01-18 16:35:39 +00:00 committed by GitHub
parent ade69e240b
commit 2ce4327a25
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ People, Books, Musicians, Documents, Ideas, Places, Numbers, or Files. In Anytyp
### Object Canvas
Every object has a flexible editing area that we call the "canvas". The canvas contains "blocks", each of which is a piece of information that you can freely move around the canvas. Blocks can take many forms and enable a wide variety of functionality and design adjustments, including text color and highlighting, alignment, and more. You can add a new blockt to hold any information you like by hitting the `+` button or do so in-line by typing `/`. However over a block to see its size or move it elsewhere on the canvas. To create a column, drag one block alongside another block.
Every object has a flexible editing area that we call the "canvas". The canvas contains "blocks", each of which is a piece of information that you can freely move around the canvas. Blocks can take many forms and enable a wide variety of functionality and design adjustments, including text color and highlighting, alignment, and more. You can add a new blocks to hold any information you like by hitting the `+` button or do so in-line by typing `/`. However over a block to see its size or move it elsewhere on the canvas. To create a column, drag one block alongside another block.
{% hint style="info" %}
Check out [blocks-and-canvas](blocks-and-canvas/ "mention")for more details