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
1
vote
0 answers

Inline math font size and equations spacing in markdown to pdf conversion using pandoc

I'm using vim and markdown as an alternative to obsidian. I'm doing the conversion from markdown to pdf using pandoc and I would like to resemble as much as possible the pdf output of obsidian since I like how it looks. In general I could make both…
1
vote
0 answers

R Studio Server cannot be embedded in the iFrame framework

Describe the problem in detail I tried to embed R Studio Server in Obsidian software to complete my R-Obsidian workflow. From the official RStudio manual I found that R Studio disables this embedding by default for security reasons, but it can be…
Adrian Sun
  • 19
  • 2
1
vote
1 answer

How can I generate documentation from markdown with double bracket references to other markdown [Obsidian, Sphinx]?

I have an Obsidian vault in version control with a bunch of documentation of my project. These documents have double bracket references to other documents, like: For more information, see [[Roadmap.md]]. I'd like my documentation hosted and…
Toby Manders
  • 47
  • 1
  • 6
1
vote
1 answer

Obsidian.md Plugins: ''obsidian' not defined'

I am currently writing a plugin for obsidian.md that renders math functions inside a code block. I used webpack for bundling node libraries like yaml and function-plot. In the config, I added 'obsidian' as an external. The plugin builds with a…
leonhma
  • 110
  • 9
1
vote
1 answer

Files With A Tag in ObsidianMD

I'm trying to write a plugin that fetches the list of files containing a particular tag (like "#condition") in ObsidianMD for some downstream purposes. The built-in global-search can do this already, and it seems like the metadataCache has some…
0
votes
1 answer

modify regex to capture Question and answer to include unseen text between Q & A

I have the following regex in the tool Obsidian-to-Anki Plugin I use, taken from their Wiki: ^Q: ((?:.+\n)*)\n*A: (.+(?:\n(?:^.{1,3}$|^.{4}(?
0
votes
1 answer

How to set up a Obsidian banner compatible with Gitbook deploy

I have a continuous deployment webpage on Gitbook that takes its content from my Github repository where I upload my personal notes written in Obsidian in Markdown. So I found an Obsidian plugin (Banners) that inserts banners like Notion does, and…
gitblanc_
  • 1
  • 3
0
votes
0 answers

Pandas concat not adding rows after the first loop

I have functions.py file that is executed every time my main.py file is run: import subprocess import pandas as pd from move import move_to_obsidian pd.options.mode.copy_on_write = False OBSIDIAN_MD_PATH =…
Sarp Yy
  • 1
  • 2
0
votes
0 answers

Call Local Software With Javascript

There is a software called obsidian which lets you call certain functions that it offers by using urls. So if I type the following command in the browser for example obsidian://advanced-uri?vault=Test&filepath=Test&data=Test , it would create a note…
Jason
  • 1
0
votes
2 answers

Why is my css snippet in obsidian not counting figures correctly?

Hello I just got Obsidian.md and want a nice way to caption and keep track of figures. I am a novice with HTML and CSS but have been stumbling through. I am making figures using HTML and would like to prepend my figure captions with 'Fig. X' where X…
0
votes
0 answers

How I can close the linked mentions in obsidian

enter image description here There shows up double linked mentions at the bottom of my page in two languages. So frustrated, but I have already tried fix the more options button on the right change the hot keys change the back linked in…
0
votes
1 answer

How to have blockquotes inside of a paragraph in Markdown?

I was wondering if there was any way of having a blockquote in the middle of a paragraph? Sort of like this: This is the beginning of a sentence, saying things— > this is a blockquote —this is then that sentence continued with a dash, then…
Antony Wu
  • 3
  • 2
0
votes
1 answer

List in note block Obsidian

I wonder if its possible to create list in Obsidian note block this way >[!note]- Annotation > list should begin here I tried starting list with '- ' syntax but it did no effect. Please help me to find out how it should be done.
0
votes
0 answers

"Class def default" is only partially working in Mermaid

I’m quite confused as to how classDef default works with Mermaid Graphs. I want a flowchart where I don’t need to add a style tag to each node. Mermaid Doc says that I should just add classDef default and it should change every node, that doesn’t…
Daerker
  • 43
  • 6
0
votes
0 answers

Get or resolve value from Promise object before returning from the function

I am trying to write an Obsidian plugin. I am stuck with Promise object when trying to call an API for example and trying to fill the results object inside query function. How can I possibly fill results object inside query function. Note that I…
Furqan Safdar
  • 16,260
  • 13
  • 59
  • 93