Skip to content

Instantly share code, notes, and snippets.

name: Sample für Workshop
description: ''
host: WORD
api_set: {}
script:
content: |
$("#add-paragraph").click(() => tryCatch(addParagraph));
$("#add-text-to-table").click(() => tryCatch(addTextToTable));
$("#get-paragraph-style").click(() => tryCatch(getParagraphStyle));
$("#get-paragraph-styles").click(() => tryCatch(getParagraphStyles));
@dirvo
dirvo / Setting-up-p4merge-on-bash
Last active April 12, 2018 15:07
Setting up p4merge as git mergetool in Windows (on Git Bash and cmd+PS)
git config --global merge.tool p4merge
git config --global mergetool.p4merge.cmd "'C:/Program Files/Perforce/p4merge.exe' \$BASE \$LOCAL \$REMOTE \$MERGED"
@dirvo
dirvo / keybase.md
Created March 29, 2018 09:36
Keybase

Keybase proof

I hereby claim:

  • I am dirvo on github.
  • I am dirvo (https://keybase.io/dirvo) on keybase.
  • I have a public key ASC7kBz5KsjdDHhWitTLj9vnO0PQONmrxd_Sv_6sRX6onAo

To claim this, I am signing this object:

@dirvo
dirvo / .editorconfig
Created October 5, 2017 19:39
A Visual Studio 2017 EditorConfig file
# See here for documentation:
# - https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options
# - https://docs.microsoft.com/en-us/visualstudio/ide/editorconfig-code-style-settings-reference
#
# For editing this file in VS 2017, Mads Kristensen implemented an excellent extension available here:
# https://marketplace.visualstudio.com/items?itemName=MadsKristensen.EditorConfig
root = true
[*]
charset = utf-8