Skip to content
View dmbldr's full-sized avatar

Block or report dmbldr

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. infotecs infotecs Public

    C++

  2. Generating a link to an annotation i... Generating a link to an annotation in Zotero
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Requirements:
    4
    # 1. xsel (Linux or MacOS)
    5
    # 2. jq (https://jqlang.github.io/jq/)
  3. Generating a link to an annotation ... Generating a link to an annotation in Zotero
    1
    #!/usr/bin/env python3
    2
    # Requirements:
    3
    # 1. pyperclip (pip install pyperclip)
    4
    # 2. Export Zotero library as JSON
    5
    # 3. Espanso for quick link insertion (https://espanso.org/)