Skip to content

Instantly share code, notes, and snippets.

Avatar
:shipit:
shippin' shippin' shippin'

Timothy Miller WebInspectInc

:shipit:
shippin' shippin' shippin'
View GitHub Profile
View dataview-implicit-types.markdown
Field Name Data Type Description
file.name Text The file name as seen in Obsidians sidebar.
file.folder Text The path of the folder this file belongs to.
file.path Text The full file path, including the files name.
file.ext Text The extension of the file type; generally md.
file.link Link A link to the file.
file.size Number The size (in bytes) of the file.
file.ctime Date with Time The date that the file was created.
file.cday Date The date that the file was created.
@WebInspectInc
WebInspectInc / on-this-day.js
Last active February 16, 2023 20:46
A Dataview script for displaying an "On this Day" feature in Obsidian. Read more here: https://obsidian.rocks/supercharge-your-daily-notes-in-obsidian/
View on-this-day.js
```dataviewjs
// update path and minyear if needed
const journalPath = 'Journal/Daily';
const minYear = 2012;
const d = new Date();
const rangeOfYears = (start, end) => Array(end - start + 1) .fill(start).map((year, index) => year + index);
const availableYears = rangeOfYears(minYear, d.getYear() + 1900);
const month = ("0" + (d.getMonth() + 1)).slice(-2);
View hellogoodbye.txt
0.0.0.0 widget.intercom.io
0.0.0.0 connect.facebook.net/en_US/sdk/xfbml.customerchat.js
0.0.0.0 assets.producthunt.com/assets/upwigloader.js
0.0.0.0 js.driftt.com
0.0.0.0 crisp.chat
0.0.0.0 intergram.xyz/js
0.0.0.0 widget.mfy.im
0.0.0.0 connect.podium.com
0.0.0.0 js.usemessages.com
0.0.0.0 static.getchipbot.com
View blockyt.txt
0.0.0.0 youtube.com
0.0.0.0 www.youtube.com
@WebInspectInc
WebInspectInc / README.md
Last active July 15, 2022 17:24
Sync .password-store.git repository
View README.md
@WebInspectInc
WebInspectInc / keybase.md
Created March 21, 2019 22:12
keybase.md
View keybase.md

Keybase proof

I hereby claim:

  • I am webinspectinc on github.
  • I am howlermiller (https://keybase.io/howlermiller) on keybase.
  • I have a public key ASAMGR1dZYix5uk9sNM4PFhFFDjRApZ6JgFM42HElDLpHAo

To claim this, I am signing this object:

@WebInspectInc
WebInspectInc / sublime-merge-commands.md
Last active May 15, 2023 13:46
Sublime Merge Commands
View sublime-merge-commands.md

Sublime Merge Commands

Lots of commands available for keybindings in Sublime Merge. Not a comprehensive list, but a decent start.

  • exit_blame
  • exit_tree_mode
  • toggle_search
  • hide_command_status
  • hide_overlay
@WebInspectInc
WebInspectInc / docker-compose.yml
Created June 5, 2018 01:50
A basic Docker Compose file for WordPress
View docker-compose.yml
version: '3'
services:
mysql:
image: mysql:5.7
volumes:
- ./db:/docker-entrypoint-initdb.d
restart: always
environment:
MYSQL_ROOT_PASSWORD: wordpress
View rough-documentation-standards.md

If you think you want to add something to this documentation, then great! Kudos to you. Documenting your work is good.

But there are a few rules you'll have to follow. We aren’t trying to destroy your fun, but we have specific goals in mind for what should be here, and everything here has to fit those goals. This document should also be reviewed prior to reviewing pull requests that include documentation changes, so everyone is held accountable to these rules.

In a nutshell, all documentation should be (1) useful, (2) easy to read, and (3) easy to maintain. To be more specific:

  • Make sure whatever you're documenting will be used in the future. Not just a one-off thing that no one will touch again. If you aren't sure if it will be used again, just add a comment to your code rather adding documentation here.
  • Make sure anything you add here is grammatically correct. If you're pull requesting documentation, call out grammar errors or spelling errors.
  • For an easier reading experience, write documentation f
@WebInspectInc
WebInspectInc / just-use-sublime
Created February 26, 2015 19:18
An article by Andrew Ray that no longer exists. Used to live at http://delvarworld.github.io/
View just-use-sublime
<header>
<h1 class="entry-title">Just Use Sublime Text</h1>
<p class="meta">
<time datetime="2013-03-16T19:06:00-07:00" pubdate="" data-updated="true">Mar 16<span>th</span>, 2013</time>
</p>
</header>