Obsidian
obsidian
YT - An Introduction to Dataview - Obsidian Hub - Obsidian Publish
YT - An Introduction to Dataview - Obsidian Hub - Powered by Obsidian Publish.
Note Companion - Your AI-powered Knowledge Partner
ai organizer
Welcome to Quartz 4
Quartz is a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites.
Quartz
nhaouari/obsidian-textgenerator-plugin: Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models.
Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models. - nhaouari/obsidian-text...
your-papa/obsidian-Smart2Brain: An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter!
An Obsidian plugin to interact with your privacy focused AI-Assistant making your second brain even smarter! - your-papa/obsidian-Smart2Brain
0- Introduction - Text Generator Plugin
TextGen
[Raindrop Highlights] My workflow integration of raindrop.io into Obsidian - Share & showcase - Obsidian Forum
raindrop + obsidian guide nice
How to add an Obsidian note to the homescreen on Android - Joschua’s Notes
1: Setup Download the Obsidian mobile app Install the "Advanced URI" plugin Download an automation app: Automate (free) or Tasker (paid) In Obsidian Open the command pallete in the Obsidian app (swip…
How to add an Obsidian note to the homescreen on Androidpublish: true
permalink: gDF66637PgvEp8mvLXD5tX
cssclass: publish1: Setup
Download the Obsidian mobile app
Install the "Advanced URI" plugin
Download an automation app: Automate (free) or Tasker (paid)
In Obsidian
Open the command pallete in the Obsidian app (swipe down by default).
Search for "Advanced URI" and select with file you want to copy a link to.
2: Automation app a) Automate
I created a simple flow to open the Daily note in Obsidian: Open Daily Note in Obsidian. By duplicating the flow and editing the "Data URI" field, you can open any Obsidian link in here.
Manual instructions. If you're wary of downloading a script from the internet, here are the basic instructions:
Create a new flow in Automate
Select App start as a block
Select md.obsidian for "Package"
Select md.obsidian.MainActivity for "Activity class"
Select View for "Action"
Paste your URL in the field "Data URI"
Connect the block Flow beginning with the Start App block
b) Tasker
Open Tasker. Through the + icon, create a new task and give it a name.
Add an action with the + icon. Select "Browse URL".
Paste the copied URI in the "URL" box.
With the arrow back, go to the task overview and select an image by tapping the icon in the middle at the bottom.
Save the task and exit Tasker.
3: Homescreen
Add a widget to the homescreen.
Automate: Select "Flow shortcut" in the "Automate" section.
Tasker: Select "Task Shortcut" in the "Tasker" section.
There you go! By long-pressing you can customize the name or icon.
Now you can add shortcuts to anything!
Links to this page
Template for insert callout - Share & showcase - Obsidian Forum
I use callouts from time to time, but I don’t often remember which types are possible, especially with the possibilities added by themes and plugins. So I created this template which uses templater to insert a callout by proposing the theme, the possibility of folding it or not and the title. If text is selected, it inserts it into the body of the callout. I’ll share it if others are interested: %* //get selection noteContent = tp.file.selection(); // list callouts const callouts = { note:...