- 🌱 I’m currently learning Python and Typescript
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 IS A GENERATED/BUNDLED FILE BY ROLLUP | |
if you want to view the source visit the plugins github repository | |
*/ | |
'use strict'; | |
var obsidian = require('obsidian'); | |
/*! ***************************************************************************** |
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
<%* | |
let plugins="- [ ] " + Object.values(app.plugins.manifests).map(p=>p.id).sort((a,b)=>a.localeCompare(b)).join('\n- [ ] '); | |
plugins = plugins.split('\n'); | |
let long_delay = tp.file.find_tfile("FastStart-Plugins-LongDelay"); | |
long_delay = await app.vault.read(long_delay) | |
long_delay=long_delay.split('\n'); | |
let short_delay=tp.file.find_tfile("FastStart-Plugins-ShortDelay"); | |
short_delay = await app.vault.read(short_delay) | |
short_delay=short_delay.split('\n'); |
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
import argparse | |
import datetime | |
import random | |
import sys | |
def birthday(year=None, age=None, mode="numeric"): | |
""" | |
Génère une date d'anniversaire aléatoirement. | |
Parameters | |
---------- |
Put the previous file in your configured folder and active it. Felicitation! Each canvas will get the following class & attribute : .canvas-file[data-canvas-file*="filepath"].
You can now stylize it using these state. For example, to change the canvas-color for a file named ProjectOne
:
body.canvas-file[data-canvas-file*="ProjectOne"] {
--canvas-color-1: 138,97,189 ; /* Mapple Street*/
--canvas-color-2: 110,151,23; /*Oak Street*/
--canvas-color-3: var(--color-yellow-rgb);
--canvas-color-4: 154,80,40; /* Pine Street*/
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 IS A GENERATED/BUNDLED FILE BY ESBUILD | |
if you want to view the source, please visit the github repository of this plugin | |
*/ | |
var __create = Object.create; | |
var __defProp = Object.defineProperty; | |
var __getOwnPropDesc = Object.getOwnPropertyDescriptor; | |
var __getOwnPropNames = Object.getOwnPropertyNames; | |
var __getProtoOf = Object.getPrototypeOf; |
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
export class SampleSettingTab extends PluginSettingTab { | |
plugin: MyPlugin; | |
settingsPage: HTMLElement; | |
YOUR_TABS = { | |
'first-tab-id': { | |
name: 'First tab', | |
icon: 'coffee', | |
}, | |
'second-tab-id': { |
- Git or GitHub Cli
- Node — You also need to use pnpm
First, follow the steps for the manual installation of Better discord
After downloading the powershell scripts, to auto-run it at startup, go into %appdata%\Microsoft\Windows\Start Menu\Programs\Startup
.
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
{ | |
"basics": { | |
"name": "Lisandra Simonetti", | |
"headline": "Attachée de recherche clinique", | |
"email": "[email protected]", | |
"phone": "0619672123", | |
"location": "Villeurbanne", | |
"url": { | |
"label": "", | |
"href": "" |
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
{ | |
"syncAppearance": true, | |
"linkColor": "default", | |
"highlightColors": [ | |
"#ddeeff" | |
], | |
"syncGeneral": true, | |
"hideControl": true, | |
"enablePathDepth": false, | |
"syncBlocklist": true, |