Skip to content

Instantly share code, notes, and snippets.

@matux
Created April 6, 2018 06:29
Show Gist options
  • Star 13 You must be signed in to star a gist
  • Fork 4 You must be signed in to fork a gist
  • Save matux/59ed9639cb150d0017892ba79b64f07c to your computer and use it in GitHub Desktop.
Save matux/59ed9639cb150d0017892ba79b64f07c to your computer and use it in GitHub Desktop.
How to Tables on Bear app. Copy/paste example _as is_ on a note. (https://www.reddit.com/r/bearapp/comments/8a2k04/how_to_craft_pseudo_tables_on_bear/)
# Playgrounds Markup Cheat Sheet
## Callouts
::Name Description PG QH::
[Note](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Note.html#//apple_ref/doc/uid/TP40016497-CH39-SW1) Adds a Note callout. ✓ ✓
[Example](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Example.html#//apple_ref/doc/uid/TP40016497-CH58-SW1) Adds an Example callout. ✓
[Experiment](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Experiment.html#//apple_ref/doc/uid/TP40016497-CH36-SW1) Adds an Experiment callout. ✓ ✓
[Important](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Important.html#//apple_ref/doc/uid/TP40016497-CH37-SW1) Adds an Important callout ✓ ✓
[Custom Callout](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/CustomCallouts.html#//apple_ref/doc/uid/TP40016497-CH59-SW1) Callout with custom text. ✓
## Pagination
::Name Description PG QH::
[Named Page](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/AnyPage.html#//apple_ref/doc/uid/TP40016497-CH22-SW1) Link to named PG page. ✓
[Next Page](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/NextPage.html#//apple_ref/doc/uid/TP40016497-CH20-SW1) Link to next PG page. ✓
[Previous Page](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/PreviousPage.html#//apple_ref/doc/uid/TP40016497-CH21-SW1) Link to prev page in PG. ✓
## Media
::Name Description PG QH::
[Images](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Images.html#//apple_ref/doc/uid/TP40016497-CH17-SW1) Shows web or PG image. ✓ ✓
[Videos](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/InlineVideo.html#//apple_ref/doc/uid/TP40016497-CH98-SW1) Adds a live video player. ✓
[Link Reference](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/LinkReference.html#//apple_ref/doc/uid/TP40016497-CH56-SW1) Named ref to URL. ✓ ✓
[Links](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Links.html#//apple_ref/doc/uid/TP40016497-CH18-SW1) Link to text-based resource. ✓ ✓
## Formatting
::Name Description PG QH::
[Headings](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Headings.html#//apple_ref/doc/uid/TP40016497-CH8-SW1) Renders a line as a heading. ✓ ✓
[Horizontal Rules](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/HorizontalRules.html#//apple_ref/doc/uid/TP40016497-CH13-SW1) Adds a horizontal rule. ✓ ✓
[Bulleted Lists](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/BulletedLists.html#//apple_ref/doc/uid/TP40016497-CH9-SW1) Adds a bulleted list. ✓ ✓
[Numbered Lists](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/NumberedLists.html#//apple_ref/doc/uid/TP40016497-CH10-SW1) Adds a numbered list. ✓ ✓
[Code Voice](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/Code.html#//apple_ref/doc/uid/TP40016497-CH16-SW1) Renders line of code. ✓ ✓
[Code Block](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/CodeBlocks.html#//apple_ref/doc/uid/TP40016497-CH12-SW1) Renders block of code. ✓ ✓
[Escapes](https://developer.apple.com/library/content/documentation/Xcode/Reference/xcode_markup_formatting_ref/SpecialCharacter.html#//apple_ref/doc/uid/TP40016497-CH19-SW1) Disables character behaviors. ✓ ✓
---
#dev #cheatsheet
@SusanthCom
Copy link

Beautiful Hack 👍

@razmanugget
Copy link

This is probably a dumb comment, but it looks like the table is created with tabs... so, if the user wants to expand a column, they have to add a tab to each row? This doesn't seem to make much sense to me. The table will look great if content doesn't change, but when the content changes, it will have to be tabbed out again.
Please let me know if I'm missing something here. I'd love to use Bear if it can handle tables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment