Requires Dataview and MetaEdit
const { update } = this.app.plugins.plugins["metaedit"].api;
const { createButton } = app.plugins.plugins["buttons"];
dv.table(
[
"Image",
| Flipper::UI.configure do |config| | |
| config.banner_text = "Production Environment" if Rails.env.production? | |
| end |
| class BoxComponent < ViewComponent::Base | |
| DEFAULT_TAG = :div | |
| def initialize(**opts) | |
| @opts = opts | |
| @tag_opts = opts.except(:as, :classes) | |
| end | |
| def call | |
| tag.send tag_name, content, class: classes, **tag_opts |
| <div class="mt-6 flex gap-6"><a | |
| class="group -m-1 p-1" | |
| aria-label="Follow on Twitter" | |
| href="https://twitter.com" | |
| ><svg | |
| viewBox="0 0 24 24" | |
| aria-hidden="true" | |
| class=" | |
| h-6 | |
| w-6 |
| const path = require("path") | |
| const fsLib = require("fs") | |
| const fs = fsLib.promises | |
| const { pathToFileURL, fileURLToPath } = require("url") | |
| const glob = require("glob") | |
| const postcss = require("postcss") | |
| const postCssImport = require("postcss-import") | |
| const readCache = require("read-cache") | |
| // Detect if an NPM package is available |
| /* Obsidian CSS Snippets */ | |
| /* ============================== | |
| Frontmatter | |
| ============================== */ | |
| .cm-hmd-frontmatter { | |
| font-size: 10px !important; | |
| } | |
| /* ============================== |
| #!/usr/bin/env zsh | |
| # PG | |
| # Start with `switch_pg 13.6` for example | |
| function pg_switch { | |
| local version_to_run=$1 | |
| local currently_running_version=$(psql --no-psqlrc -t -c 'show server_version;' postgres | xargs) | |
| # check if you're erroneously switching to the same version | |
| if [ "$version_to_run" = "$currently_running_version" ]; then |
ruby -v 2>>&1 | tee -a ~/desktop/ruby_output.txt
| # Compiled source # | |
| ################### | |
| *.com | |
| *.class | |
| *.dll | |
| *.exe | |
| *.o | |
| *.so | |
| # Packages # |
Starting on the feature branch:
git checkout main
git pull
git checkout -
git pull --rebase origin main
git push -f