Document editor
Fundamento main function is a rich-text editor. It’s similar to any word processor with the difference it operates on Blocks representing various content type (plain text, images, tables, etc.), which you can modify and reorder in new ways. To aid you in editing Documents Fundamento provides you the following features.
Left margin menu
When hovering over document the following buttons will be displayed on the left of the hovered Block.
+brings up Block Menu that allows you to add a new content to your document as: headings, basic blocks, media, emoji and advanced components like charts, formulas, or advanced tables.⋮⋮drag and drop to reorder block, click to open actions menu:Turn intotransforms the block into another type, i.e. paragraph into headerDeletedeletes block from the documentColorsappears only for certain blocks, turning them into a different color (text and background separately)
Slash menu
Typing / while editing document brings up Block Menu. It works similar to + button from left margin menu - it allows you to add a new content to your document. Examples:
- type
/headingto add Heading block - type
/imageto add Image - type
/bulletto add Bullet List - etc.
Text formatting toolbar
Highlight any text to see the formatting toolbar:

You can decorate the highlighted fragment in following ways:
- apply styling (bold, italic, underline,
strike-through), - change text or background color
- create link
- nest (or unnest) whole block to the right (or left)
tabandshift+tabshortcuts work for this as well
Markdown and shortcuts
Fundamento supports many Markdown shortcuts. While typing:
- Type
**on both sides of your text to bold. - Type
*on both sides of your text to italicize. - Type
`on both sides of your text to createinline code. (That’s the symbol to the left of your 1 key.) - Type
~~on both sides of your text tostrikethrough. - Type
@to reference other Document (or Table) from Fundamento or mention a person from your Organization
At the beginning of any line of text, try these shortcuts:
- Type
*,-, or+followed byspaceto create a bulleted list. - Type
[]to create a to-do checkbox. (There’s nospacein between.) - Type
1.followed byspaceto create a numbered list. - Type
#followed byspaceto create an H1 heading. - Type
##followed byspaceto create an H2 sub-heading. - Type
###followed byspaceto create an H3 sub-heading. - Type
```followed byenterto create code block.
You can also use following shortcuts to turn focused block:
ctrl+alt+1turns block into H1 heading.ctrl+alt+2turns block into H2 sub-heading.ctrl+alt+3turns block into H3 sub-heading.ctrl+alt+0turns block into plain paragraph.ctrl+shift+7turns block into numbered list.ctrl+shift+8turns block into bullet list.ctrl+shift+9turns block into checklist list.
Other Editor shortcuts include:
ctrl+zto undo last edit.ctrl+yto redo.tabto nest current block.shift+tabto unnest current block.