GraphQL query
query MyQuery {
stopPlace(id: "NSR:StopPlace:42282") {
id
name
quays {| - [ ] Smågodt | |
| - [ ] Kanskje noe annet? |
GraphQL query
query MyQuery {
stopPlace(id: "NSR:StopPlace:42282") {
id
name
quays {| #!/usr/bin/env bash | |
| # Path to infinote git repo | |
| INFIPATH="$HOME/Git/infinote/" | |
| # Path to the note file | |
| INFIFILE="$HOME/Git/infinote/infinote.md" | |
| # Author of automatic git commits | |
| AUTHOR="infinote <[email protected]>" |
| name: Build LaTeX document | |
| on: [push] | |
| jobs: | |
| build_latex: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Set up Git repository | |
| uses: actions/checkout@v2 | |
| - name: Compile LaTeX document | |
| uses: xu-cheng/latex-action@v2 |
| # Documentation: https://prettier.io/docs/en/configuration.html | |
| # Configuration schema: http://json.schemastore.org/prettierrc | |
| # Include parentheses around a sole arrow function parameter. Default: "avoid" | |
| #arrowParens: "avoid" | |
| # Print spaces between brackets. Default: true | |
| #bracketSpacing: true | |
| # Print (to stderr) where a cursor at the given position would move to after formatting. |
| body { | |
| color: #ddd; | |
| background-color: #222 !important; | |
| } | |
| span { | |
| color: #ddd; | |
| } | |
| a, .tocnumber { |
| #!/bin/bash | |
| # | |
| # R markdown export bash command | |
| # Author: Johannes T. Røsvik | |
| # http://github.com/rosvik | |
| # | |
| # Usage: | |
| # > rmd /path/to/file.rmd | |
| # |
I hereby claim:
To claim this, I am signing this object:
| var params = { | |
| htmlid: 'content', | |
| path: 'pages/en/', | |
| extention: '.html' | |
| } | |
| // Check for parameters at page load | |
| getParam(); | |
| function getParam() { | |
| var url_string = document.location.href; |