I hereby claim:
- I am heardk on github.
- I am kellyheard (https://keybase.io/kellyheard) on keybase.
- I have a public key ASDtnV0Oy5QYLIy1ubIlvLXntpRvqWHcLespaENXsEmIcgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
module Jekyll | |
class TldrTag < Liquid::Tag | |
def initialize(tag_name, text, tokens) | |
super | |
@text = text | |
end | |
def render(context) | |
site = context.registers[:site] | |
converter = site.find_converter_instance(::Jekyll::Converters::Markdown) |
This is an example of how to convert notes from OneNote into Markdown to use in other, less annoying Note applications. I am using PowerShell on Windows here, but other shell/scripting environments would work as well. If you want separate .md
files, you'll need to export your OneNote pages separately. Exporting a section, or a selection of pages creates a single .docx
file.
.docx
(Word) format using OneNote export from the File menu.docx
files into a directory--- | |
--- | |
<?xml version="1.0" encoding="UTF-8" ?> | |
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. --> | |
<!-- It contains information about your site's posts, pages, comments, categories, and other content. --> | |
<!-- You may use this file to transfer that content from one site to another. --> | |
<!-- This file is not intended to serve as a complete backup of your site. --> | |
<!-- To import this information into a WordPress site follow these steps: --> | |
<!-- 1. Log in to that site as an administrator. --> |