Questions tagged [obsidian]

Obsidian knowledge base app for Markdown files.

Obsidian is a powerful cross-platform knowledge base that works on top of a local folder of plain text Markdown files. It is a second brain, for you, forever.

56 questions
0
votes
2 answers

Switching between reverted and un-reverted states of a commit to apply old/new settings to config files

I am wondering if it can be done the way I am imagining it could work. I tried to find a solution to something that cannot be done within Obsidian or with URL schemes (neither with the Obsidian Advanced URI plugin): make changes e.g. in specific…
zanodor
  • 137
  • 6
0
votes
0 answers

Obsidian: After pressing Tab-Key and writing Text, Backlinks don't work anymore

Obsidian: After pressing Tab-Key and writing Text, Backlinks don't work anymore. How can I make the backlink work again? Text [[Backlink]]
0
votes
0 answers

How can I automatically manage auto-generated config files via Git between mobile and desktop Obsidian?

I've recently set up a GitHub-hosted repository that manages an Obsidian vault folder, including the .obsidian config folder. Using the Obsidian Git plugin (and MGit on mobile), I can now sync my notes and plugins between my computer and phone.…
Fie
  • 121
  • 7
0
votes
1 answer

How can I correctly insert a :has() and :nth-child() condition into this CSS?

I want to write a custom CSS for the Obsidian editor. The element tree in question looks like this: .markdown-embed .markdown-embed-title .markdown-embed-content .markdown-preview-view .markdown-preview-sizer div some…
Texfy
  • 27
  • 5
0
votes
0 answers

Passing object in obsidian scheduler

Let's suppose that I have the next class: public class MyClass { private String name; private String surName; private String phone; private String address; private String gender; } I want to parametrize obsidian job to do…
zasaz
  • 2,404
  • 2
  • 15
  • 27
0
votes
1 answer

How to get the title of a web page using javascript, without getting blocked by CORS policies?

I'm developing plugin for Obsidian that expands shortened urls (e.g. bit.ly, t.co, etc.) to their more descriptive long version in Markdown. To create a proper Markdown link [title](web link), I need to read the title of the web page. However, I…
Olivier
  • 607
  • 1
  • 6
  • 21
0
votes
0 answers

Google OAuth inside Plugin. How the hide secrets and api token?

I am currently working on a plugin for the Note taking app obsidian. The plugin is an integration of the Google Calendar for the app. At the moment, every user has to create an own Google cloud project to use the plugin. Setting the client ID and…
0
votes
0 answers

Permission problems between obsidian and syncthing

I want to sync obsidian vault between devices and i use syncthing for it. But there is a problem with folder permissions. When I create vault folder in Obsidian, Ынтсерштп can read it but cannot write. When I create folder at syncthing, Obsidian can…
0
votes
0 answers

Linking Obsidian to Gitbucket for daily logs and reflections

I'm new to both Obsidian and Gitbucket but they are the required elements of our University Course. I believe that I have installed both correctly on my Mac and am writing the relevant text in Obsidian. However I'm struggling to find a way to push…
Jim
  • 9
  • 1
-1
votes
1 answer

Obsidian: Auto-scroll to a file after finding a file

Most of the time I open the files using the Quick Switcher. When I do that, the file opens in the main panel, but I still find it difficult to locate it in the File Explorer panel. So if I want to open a file and then create another file in the same…
Varun Sukheja
  • 6,170
  • 5
  • 51
  • 93
-1
votes
1 answer

JS: How to make a list of the letter case permutations of the first letter of each word in a sentence

I am trying to make a list of all possible letter cases of the first letter of the words in a sentence. I can however not think of a way to do this in code because I have no idea how to check for the permutations For Example: Sentence: "A short…
1 2 3
4