You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest Obsidian versions, pdf pages usually aren't rendered.
This generally occurs when in your vault there are a lot of pdf blocks or if a single documents frequently use single pdf page blocks. You can actually manage to display a block, pressing the "edit block" icon that obsidian offers to any kind of block, but it is very tedious to do it every time you jump in a new document.
Bug and workaround:
Bug occurs
2. Block exists, but is not rendered
3. Try editing it
4. Stop editing. It directly appears on preview mode (note that this document is freely accessible from the book website)
STEPS TO REPRODUCE:
Use a big pdf file with a lot of pages (about 100) and use a bunch of them in a document:
This is page 1
{
"url": "file.pdf" ,
"page": 1
}
This is page 2
{
"url": "file.pdf" ,
"page": 2
}
...
This is page 40
{
"url": "file.pdf" ,
"page": 40
}
If this bug is not yet reproduced create a new document and repeat step 1. Occasionally it can occur by closing all the new documents in the editor and opening them one by one.
I tested this using the latest plugin version (1.4.0) and Obsidian v1.1.16.
I tried removing every community plugin except better-pdf, but nothing changed.
The problem occurs in every platform I could try (Linux, Windows 10, Android).
The text was updated successfully, but these errors were encountered:
In the latest Obsidian versions, pdf pages usually aren't rendered.
This generally occurs when in your vault there are a lot of pdf blocks or if a single documents frequently use single pdf page blocks. You can actually manage to display a block, pressing the "edit block" icon that obsidian offers to any kind of block, but it is very tedious to do it every time you jump in a new document.
Bug and workaround:
2. Block exists, but is not rendered
3. Try editing it
4. Stop editing. It directly appears on preview mode (note that this document is freely accessible from the book website)
STEPS TO REPRODUCE:
I tested this using the latest plugin version (1.4.0) and Obsidian v1.1.16.
I tried removing every community plugin except better-pdf, but nothing changed.
The problem occurs in every platform I could try (Linux, Windows 10, Android).
The text was updated successfully, but these errors were encountered: