Technically Impossible

Lets look at the weak link in your statement. Anything "Technically Impossible" basically means we haven't figured out how yet.

20230530

https://www.tumblr.com/espio999/31592309673/%E3%82%AA%E3%83%BC%E3%82%B9%E3%83%88%E3%83%AA%E3%82%A2%E4%BA%BA%E3%81%AE%E3%82%B3%E3%83%AA%E3%83%B3%E3%83%AD%E3%82%B9%E3%81%AF%E6%97%A5%E4%B8%AD%E6%88%A6%E4%BA%89%E8%A6%8B%E8%81%9E%E8%A8%98%E3%81%AE%E4%B8%AD%E3%81%A7%E4%B8%80%E4%B9%9D%E4%B8%89%E4%B9%9D%E5%B9%B4%E5%BD%93%E6%99%82%E3%81%AE%E6%97%A5%E6%9C%AC%E3%81%AE%E7%B5%8C%E6%B8%88%E5%8D%B1%E6%A9%9F%E3%81%AE%E6%9C%AC%E6%9D%A5%E3%81%AE%E7%90%86%E7%94%B1%E3%81%AF
espio999.tumblr.com

続きを読む

20230529

https://www.tumblr.com/espio999/101077728678/%E3%81%93%E3%82%8C%E3%81%8C%E7%A7%81%E3%81%AE%E6%97%A5%E5%B8%B8%E7%9A%84%E3%81%AA%E6%99%82%E9%96%93%E5%89%B2%E3%81%A7%E3%81%99
espio999.tumblr.com

  • J-REIT
  • 中国市場、インド市場
  • ヤクルト本社
  • PKSHA
  • 楽天
  • 任天堂
  • NTT
  • タダ電
  • ウォーキング
    • ウォーキングで痛みが出てませんか? 整体プロも散歩前に実践するおすすめワーク
    • 「歩くだけで健康になる」はウソである…元気なカラダをダメにする"歩き方の大誤解"
続きを読む

OneNote data handling with PowerShell from getting hierarchy structure to exporting notebook

OneNote can export its notebooks, sections and pages as a document files. But it doesn't support as

  • exporting different pages to separate document files
  • exporting all pages under a notebook or a section to separate document files

And due to limited format support, exporting data in unsupported format, an exported file should be converted.

Any cases, an user may need support with programming to make them automatic and efficient.

This post introduces handling OneNote data with PowerShell, and procedure to export a file to Markdown.

  • Precaution
  • Get hierarchy structure
  • Get ID and output them as CSV file
  • Export OneNote page and convert to Markdown
    • Precaution: convert to Markdown
    • Precaution: run by common user→run as Administrator
  • Export from OneNote
続きを読む