Add Link to selection without using the browser

This page summarizes the projects mentioned and recommended in the original post on /r/ObsidianMD

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • ddgr

    :duck: DuckDuckGo from the terminal

  • Using the shell commands plugin and ddgr, I managed to create a nice trick, which allows you to add the link to selected text without having to google it (hard to describe, but the gif should give you the idea). Here is how it works: - install the shell commands plugin https://obsidian.md/plugins?id=obsidian-shellcommands - install ddgr https://github.com/jarun/ddgr - add the following code as shell command: bash query="{{selection}}" link=$(ddgr --num=1 --json "$query" | grep "url" | cut -d'"' -f4) mdlink="[$query]($link)" echo -n "$mdlink" - in the settings for that shell command, set the stdout to "current file: caret position" - you are good to go. (Maybe give it a hotkey)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • ddgr: DuckDuckGo from the terminal

    1 project | /r/linux | 22 Oct 2022
  • ddgr: DuckDuckGo from the terminal

    1 project | /r/commandline | 22 Oct 2022
  • Fetch (Open source project)

    1 project | /r/linux | 20 Jun 2021
  • DuckDuckGo from the Terminal

    1 project | /r/CKsTechNews | 19 Jun 2021
  • ddgr - DuckDuckGo from the terminal

    1 project | /r/coolgithubprojects | 22 May 2021