mirror of
https://github.com/runofthemillgeek/swarnam-obsidian.git
synced 2025-04-28 14:30:13 +00:00
Compare commits
No commits in common. "9dd05e2c2dd2e49b86db173f7b608a7ef684fb99" and "a8d46f559b310e939237cb317c219434ee983940" have entirely different histories.
9dd05e2c2d
...
a8d46f559b
@ -4,11 +4,9 @@
|
|||||||
|
|
||||||
# Swarnam
|
# Swarnam
|
||||||
|
|
||||||
A no-frills web playground plugin for Obsidian. Inspired by [MDN playgrounds](https://developer.mozilla.org/en-US/docs/Web/CSS/grid).
|
A no-frills web playground plugin for Obsidian.
|
||||||
|
|
||||||
<sup><i>Swarnam (സ്വർണം)</i> means <i>gold</i> in Malayalam.<br/></sup>
|
|
||||||
<sup>(icon credit: [3dicons](https://3dicons.co))</sup>
|
|
||||||
|
|
||||||
|
<small>(icon credit: [3dicons](https://3dicons.co))</small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
2
main.ts
2
main.ts
@ -16,7 +16,9 @@ function bytesToBase64(bytes: Uint8Array) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function asBase64(text: string) {
|
function asBase64(text: string) {
|
||||||
|
console.log({ text });
|
||||||
const b64 = bytesToBase64(new TextEncoder().encode(text));
|
const b64 = bytesToBase64(new TextEncoder().encode(text));
|
||||||
|
console.log(console.log(new TextDecoder().decode(base64ToBytes(b64))));
|
||||||
return b64;
|
return b64;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
"id": "swarnam",
|
"id": "swarnam",
|
||||||
"name": "Swarnam",
|
"name": "Swarnam",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"minAppVersion": "1.5.12",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "A no-frills web playground plugin for Obsidian.",
|
"description": "A no-frills web playground plugin for Obsidian.",
|
||||||
"author": "runofthemillgeek",
|
"author": "runofthemillgeek",
|
||||||
"authorUrl": "https://dg.sangeeth.dev",
|
"authorUrl": "https://dg.sangeeth.dev",
|
||||||
"fundingUrl": "https://www.buymeacoffee.com/runofthemillgeek",
|
"fundingUrl": "https://dg.sangeeth.dev",
|
||||||
"isDesktopOnly": true
|
"isDesktopOnly": true
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user