question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Images are not included with HtML export

See original GitHub issue

Hello, I’m trying to export this file from my vault as HTML. The images are not included in the resulting HTML output. I feel like I must be making a mistake. Can someone point out my error? Thank you.

---
Aliases: [   ]
tags: 
created: 2022-08-31
# Note refactored from [[Apple Watch is not collecting respiratory data for AutoSleep app]] 
---
#  Putting Apple Watch into Sleep mode for respiratory data
 - Apple appears to require that the watch be put into a special mode called "Sleep" which is of course different from "sleep" as applied to MacOS or iOS. 
1. First set up a sleep schedule in Health, which is just a declarative process; Apple does nothing much with it. 
	1. I suppose being conscious is perhaps the heart of measurement, so this does have a benefit for self discipline, whatever benefit Apple intends.  
2. On the watch, swipe up, select the moon icon
	1. ![[4F9FC2B4-E310-40AF-AFA6-B9DDA9A3C10B_1_201_a.jpeg|200]]
3. we see that now it presents a choice between "Sleep" and "Do Not Disturb." Choose "Sleep."
	1. ![[B89FBF45-E83F-444A-B74F-371EB0DB8730.png|200]]
4. Now the Moon has changed to a bed.  
	1. Meaning?  You are sort of "likely to be sleeping" as far as Apple is concerned.  Weird gray area here. 
		1.  ![[E718F31D-4691-41B3-8D23-D48696EC3F28.png|200]]
5.  The watch now is going to collect respiratory data (all the time? unknown)
6. Autosleep and Health now show the respiratory data. 
7. Support told me, before we were cut off due to poor reception in TJ, that sleep schedules and the Sleep function on the watch functioned as a hint from me to the OS. 
	1. Actually, it's more than this, see [[#Collection of data]]
	2. I imagine perhaps taking respiratory measurements uses more power, but later call shed doubt on this idea.  
8. Feels a bit like terrible design by Apple.  Needs improvement.  They keep getting the basic things wrong, LOL

### Collection of data
- Respiratory rate is calculated from blood oxygen levels
- In the watch app, the Blood Oxygen setting allows control of when it's collected
	- During sleep focus and/or during Theatre Mode
	- ![[09451C84-DDD3-4A2C-868B-D84C54B26778_1_105_c.jpeg|150]]
- In addition computation and availability of respiratory rate requires:
	- I'm not physically in motion.  
	- Phone has to be inactive.  
	- Phone needs to be charging as well.  
	- Watch has to be in Sleep mode
		- This happens automatically at the start of the Sleep Schedule from the iOS Health app.  
		- This mode is only available if there is an existing sleep schedule. 
	- The devices will then use motion and other data to drive further analyses

### Next update should improve things
- The next update (iOS 16) is better in terms of measurements  

### The utility of setting an extended sleep schedule  
- I considered setting my sleep schedule to be all day, but I think that's not necessary.  
- Sleep mode on the watch is available outside the schedule, just needs to be manually enabled.  
- Since my schedule is in fact variable, I have to just remember to set Sleep mode when I lay down, not a big deal.  


Why is it that the “export as HTML” option says “(without Pandoc)”?
2022-09-03 09 33 50 CleanShot Obsidian

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
evolve2kcommented, Oct 20, 2022

@wealthychef1 I’ll take back if this is correct Markdown or not, looks like it is from your reference. The issue I was highlighting is that others are saying this is not Markdown that Pandoc recognises (who knows why 🤷‍♂️).

My initial searches on this issue kept bringing up threads with no clear answers (like this one). Here’s a few links to where I’ve found more useful discussion: https://github.com/OliverBalfour/obsidian-pandoc/issues/81#issuecomment-1013729587 https://github.com/OliverBalfour/obsidian-pandoc/issues/66#issuecomment-1013519239

Trick seems to be:

  1. Make Pandoc happy by swapping the image format from the Obsidian default over to the link format

Converted ![[Obsidian image links]] to ![Markdown image links](/path/to/image.png) Try it yourself if your skeptical. Yes this is more a workaround than FIX.

  1. Pandoc starts to complain it cant find your images. Seems to be an issue of recognising spaces in file paths and also actually findings and sharing one place to keep all your files. Folks seem to be saving a YAML config file with the path in it and changing a setting so all future images are saved to the new /images or /assets folder or whatever.

Follow the links above for more discussion.

1reaction
mathisgautheycommented, Sep 27, 2022

Same problem, even though I added the pandoc path to my config. Don’t know what is happening.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Image is not displayed after export in HTML #247 - GitHub
Hello, Description When I export a file in HTML, I don't have the image in the HTML Reproducing Create a file Add some...
Read more >
Images in Word's Filtered HTML Export don't appear in web
If I save a Word document with images as "Web Page (*.htm, *.html)" and use that as a signature in Outlook (%appdata%\Microsoft\Signatures), ...
Read more >
Missing Images in Exports - K15t Help Center
If images are missing when exporting a page from Confluence. ... Scroll HTML Exporter: <baseURL>/admin/com.k15t.scroll.html.debug/selfcheck/check.action
Read more >
save/export image file from html content? - Stack Overflow
[not used to wid canvas] i m ckecking this script in the testfile, for this i have included the js file at the...
Read more >
Pictures from Note are not visible in HTML export
I have exported several notes that contain text and pictures to HTML format so I could easily share them with non Evernote users...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found