-
"Drawing Game": Color, sizes, box, outline, etc: http://www.williammalone.com/articles/create-html5-canvas-javascript-drawing-app/
-
Fabric.js:
- Fabric Pressure Brush: https://github.com/arch-inc/fabricjs-psbrush
- Fabric Pressure Brush Demo: Google Chrome only: https://arch-inc.github.io/fabricjs-psbrush/
- https://gs.archinc.jp/#drawing=5e4fa91448c4290030d09661
-
Fabric Brushes: https://github.com/tennisonchan/fabric-brush
Create new note type:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "trilium dev", | |
"program": "${workspaceFolder}/src/www", | |
"request": "launch", | |
"runtimeArgs": ["--inspect","--inspect-port=9229"], | |
"env": { | |
"TRILIUM_ENV": "dev", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# reverse proxy basic config | |
# Note 1: after creating this file in /etc/nginx/sites-available link it into sites-enabled: | |
# `sudo ln -s /etc/nginx/sites-available/suby.subx.dmain.tld /etc/nginx/sites-enabled/suby.subx.dmain.tld | |
# Note 2: after changing nginx, make sure to reload nginx config via: `sudo nginx -s reload` | |
# Note 3: add the new site to certbot via: | |
# `sudo certbot --nginx -d apps.fr31.net -d NEWAPP.server.apps.f | |
r31.net --register-unsafely-without-email` | |
upstream NEWAPP { # <----- change this line | |
server 127.0.0.1:33XYZ; # <----- change this line |
These are generic npm scripts that you can copy & paste into your package.json
file as-is and get access to convinience scripts to manage your Docker images all in one place.
npm i -g mrm-task-npm-docker
npx mrm npm-docker
Here's the code repository https://github.com/expertly-simple/mrm-task-npm-docker
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- [[ | |
Remove all subtrees whose headlines contain class `noexport`. | |
License: MIT | |
Copyright: © Albert Krewinkel | |
]] | |
-- pandoc.utils.make_sections exists since pandoc 2.8 | |
PANDOC_VERSION:must_be_at_least {2,8} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
''' This script uses ytmusicapi and pytube together to download your playlists, history or 'liked' songs as | |
high-quality audio-only streams from Youtube Music, which are protected by a "signatureCipher" obfuscation scheme. | |
To use it, first install [ytmusicapi] and [pytube] using pip, then follow the instructions for creating the auth | |
file from the response in an authenticated session to a watch-page request as found in your browser's dev-tools. | |
The downloaded files are placed in ~/Music, named with the artist and track metadata, and will be skipped instead | |
of downloaded again next time it is run, based on the videoIds of the downloaded songs. | |
Merry Xmas - V. |
OlderNewer