Recent Posts
Metadata/Frontmatter of current note in Obsidian
Get the metadata or the frontmatter of the currently open note in Obsidian plugin development.
Get selected text in Obsidian
Getting the currently selected text when creating an Obsidian plugin
Get current file content in Obsidian
Get currently open file and content when developing a plugin for Obsidian
Store Emoji in MySQL DB
If you want to store Emoji characters in a MySQL DB, you need to update the table encoding. You can…
Add HTTPS to a Domain using LetsEncrypt on Webmin/VirtualMin
Add a TXT record to your domain – it should have this value: _acme-challenge.DOMAIN.TLD – example: _acme-challenge.binnyva.com. Hostname will be…
Docker Basics
Source Images Images are the templates used to create Docker Containers. Container is a running instance of an image. Eg….
Install and Configure Docker
Install Docker on Ubuntu and Configure it to use a non-default directory.
Remote Port Forwarding using SSH Tunnel
If you want someone on the internet to access a service/port on your local system(and you have access to a remote server), you can use SSH Tunnel to do this.
HTML Native Autocomplete
HTML Native Autocomplete – no JavaScript necessary… <input type=”email” size=”40″ list=”defaultEmails”> <datalist id=”defaultEmails”> <option value=”jbond007@mi6.defence.gov.uk”> <option value=”jbourne@unknown.net”> <option value=”nfury@shield.org”> <option…
Enable Pasting in Firefox – for sites that block it
Some bank sites have a nasty habit of disabling pasting into username/password fields. If you are using firefox, you disable this “feature”.
Recent Comments