[!fig|left|snail]- ![[snail.png|Snail Facts!|200]] Snails are cool! Click to learn more!
- Snails r cute :3
- They be eating leaf
- Swirly soft-boi chomkers :3333
Read-more [[Le Smail Manifesto|here]]!
[!fig|right|px] ![[meloonics_64.png|64]] It me!
| using BioStructures | |
| using LinearAlgebra | |
| using PlotlyJS | |
| using DataFrames | |
| using StaticArrays | |
| using Rotations | |
| using ImageTransformations | |
| using CoordinateTransformations | |
| using Interpolations | |
| using FFTW |
[!fig|left|snail]- ![[snail.png|Snail Facts!|200]] Snails are cool! Click to learn more!
- Snails r cute :3
- They be eating leaf
- Swirly soft-boi chomkers :3333
Read-more [[Le Smail Manifesto|here]]!
[!fig|right|px] ![[meloonics_64.png|64]] It me!
| \[[+Home]] %% tags:: #MOC %% | |
| # Physical Objects MOC | |
| ```meta-bind-button | |
| label: New Physical Object | |
| hidden: false | |
| class: "" | |
| tooltip: "" | |
| id: "" | |
| style: primary |
| --- | |
| Purchased: <% tp.date.now("YYYY-MM-DD") %> | |
| Price: | |
| URL: | |
| --- | |
| tags:: [[🛍️ Physical Objects MOC]] | |
| <% await tp.file.move("/Spaces/Physical Objects/" + tp.date.now("YYYY-MM-DD") + " " + tp.file.title) %> | |
| # [[<% tp.date.now("YYYY-MM-DD") + " " + tp.file.title %>]] | |
| # Specs |
| ; --------------------------------------------------------------------------------------------------------------------- | |
| ; Ctrl+Alt+SPECIAL+K --> Toggle Audio | |
| ; | |
| ^!#k:: SoundSetMute !SoundGetMute() | |
| ; --------------------------------------------------------------------------------------------------------------------- | |
| ; Ctrl+Alt+Shift+SPECIAL+K --> Turn Audio OFF | |
| ; | |
| ^!+#K:: SoundSetMute true |
| ; --------------------------------------------------------------------------------------------------------------------- | |
| ; Ctrl+Alt+SPECIAL+M --> Toggle Microphone | |
| ; | |
| ^!#m:: SoundSetMute !SoundGetMute(, "Microphone"),, "Microphone" | |
| ; --------------------------------------------------------------------------------------------------------------------- | |
| ; Ctrl+Alt+Shift+SPECIAL+M --> Turn Microphone OFF | |
| ; | |
| ^!+#M:: SoundSetMute true,, "Microphone" |
| <%"---"%> | |
| created: <% tp.file.creation_date('YYYY-MM-DD HH:MM:ssSS') %> | |
| updated: <% tp.file.creation_date('YYYY-MM-DD HH:MM:ssSS') %> | |
| cloud_host: "pcloud" | |
| tags: | |
| - video | |
| - youtube | |
| <%* | |
| /* | |
| REMEMBER: Save this file as 'Video - YouTube.md' (strip the '.txt' extension) |
| /* | |
| * emv.js -- A simple "environment variable simulator" for Obsidian Templater | |
| * | |
| * To use this from inside an Obsidian Templater script, drop this into the | |
| * scripts folder (as defined in templater settings). Name it whatever you wish | |
| * (Obsidian doesn't "namespace" javascript by file, it's all one global space). | |
| * | |
| * Now, inside your templater script: | |
| * | |
| * value = tp.user.env({ key: "key_name" }); |
| @echo off | |
| setlocal enabledelayedexpansion | |
| rem The following variables set up the environment | |
| set "work_drive=D:" | |
| set "dir_in=D:\<folder-to-process>" | |
| set "dir_out=D:\<processed-folder>" | |
| set "log_file=_import.log" |
| @echo off | |
| setlocal enabledelayedexpansion | |
| rem This script assumes that it's running in the obsidian configuration | |
| rem directory, which is usually at | |
| rem | |
| rem %USERPROFILE%\AppData\Roaming\obsidian | |
| rem | |
| rem Where %USERPROFILE% is your user name | |
| rem |