Created
June 12, 2018 09:27
-
-
Save mortendk/5d1f9fc3ab96f4dce04ce047f3d7ea53 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Your snippets | |
# | |
# https://www.hongkiat.com/blog/add-custom-code-snippets-atom/ | |
'.source.yaml': | |
'': | |
'prefix': 'config-fractal' | |
'body':""" | |
#title: | |
#label: | |
#status: prototype | wip | ready | |
context: | |
class: foo | |
# variants | |
variants: | |
- name: bar | |
status: prototype | |
context: | |
class: bar | |
# view | |
# preview: '@preview--local' | |
# display: | |
# max-width: 800px | |
# min-width: 250px | |
# stuff | |
hidden: false | |
notes:""" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment