Skip to content
View ScottJWalter's full-sized avatar
🔮
Particle. Wave. It's all data.
🔮
Particle. Wave. It's all data.

Block or report ScottJWalter

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ScottJWalter/README.md

Hello!

I'm a full stack architect/engineer by day, personal chef, musician, blogger, photographer and podcaster by night. In other words, what you'll find here is an ... "eclectic" blend ... of ... stuff.

(more to come...)

Pinned Loading

  1. Convert HTML to Markdown Convert HTML to Markdown
    1
    # Convert HTML to Markdown
    2
    
    
    3
    This is a simple `bash` script to convert one or more HTML files to markdown format.  I created it to quickly convert a [Medium](https://medium.com/) export for import into my [Obsidian](https://obsidian.md/) vault.
    4
    
    
    5
    ## Prerequisites
  2. Convert Samsung Notes to Markdown Convert Samsung Notes to Markdown
    1
    #!/bin/bash
    2
    #
    3
    # Notes2MD -- Convert Samsung Notes to markdown
    4
    #
    5
    # This script converts Samsung Notes to markdown.  Export one or more
  3. Batch file to bulk import a folder o... Batch file to bulk import a folder of files into Calibre with more extensive logging. #calibre #windows
    1
    @echo off
    2
    setlocal enabledelayedexpansion
    3
    
    
    4
    rem The following variables set up the environment
    5
    
    
  4. obsidian youtube templater obsidian youtube templater
    1
    <%"---"%>
    2
    created: <% tp.file.creation_date('YYYY-MM-DD HH:MM:ssSS') %>
    3
    updated: <% tp.file.creation_date('YYYY-MM-DD HH:MM:ssSS') %>
    4
    cloud_host: "pcloud"
    5
    tags: 
  5. sjwc-curl-patch sjwc-curl-patch Public

    Fork of Safly's curl patch that uses CloudFlare instead of Tencent

    PHP 1

  6. vscode-android-sdk vscode-android-sdk Public template

    A highly opinionated WIP codespace template. Documentation to come.