aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 17:57:26 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 12:27:26 +0000
commit56d21de5b823d3783b783ab6bb26b90cda705ee3 (patch)
treef75891ce73c79adf71c3aa3a985e4186fe8f997e /recipes
parentNew recipe: 'hey' (#701) (diff)
downloadferdium-recipes-56d21de5b823d3783b783ab6bb26b90cda705ee3.tar.gz
ferdium-recipes-56d21de5b823d3783b783ab6bb26b90cda705ee3.tar.zst
ferdium-recipes-56d21de5b823d3783b783ab6bb26b90cda705ee3.zip
New recipe: 'ritetag' (#702)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/ritetag/darkmode.css0
-rw-r--r--recipes/ritetag/icon.svg12
-rw-r--r--recipes/ritetag/index.js1
-rw-r--r--recipes/ritetag/package.json10
-rw-r--r--recipes/ritetag/service.css3
-rw-r--r--recipes/ritetag/webview.js7
6 files changed, 33 insertions, 0 deletions
diff --git a/recipes/ritetag/darkmode.css b/recipes/ritetag/darkmode.css
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/recipes/ritetag/darkmode.css
diff --git a/recipes/ritetag/icon.svg b/recipes/ritetag/icon.svg
new file mode 100644
index 0000000..532d532
--- /dev/null
+++ b/recipes/ritetag/icon.svg
@@ -0,0 +1,12 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3<svg width="100%" height="100%" viewBox="0 0 864 864" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
4 <g transform="matrix(1,0,0,1,-5.68434e-14,-57.877)">
5 <g transform="matrix(9.99847e-17,-1.63287,1.63287,9.99847e-17,-275.895,1569.73)">
6 <path d="M696.763,168.963L925.883,301.245L925.883,565.809L696.763,698.091L467.644,565.809L467.644,301.245L696.763,168.963Z" style="fill:rgb(193,47,147);"/>
7 </g>
8 <g id="RiteTag" transform="matrix(1.16535,0,0,1.16769,-398.066,-1.53712)">
9 <path d="M732.485,406.682L746.089,352.263L692.096,352.263L678.491,406.682L732.485,406.682ZM895.74,299.545L883.836,347.161C882.844,350.563 880.648,352.263 877.247,352.263L807.735,352.263L794.131,406.682L860.241,406.682C862.366,406.682 864.138,407.532 865.555,409.233C866.972,411.217 867.397,413.201 866.831,415.185L854.926,462.801C854.218,466.202 852.021,467.902 848.337,467.902L778.826,467.902L761.607,537.626C760.615,541.027 758.419,542.728 755.017,542.728L707.401,542.728C705.134,542.728 703.292,541.878 701.874,540.177C700.599,538.476 700.174,536.492 700.599,534.225L717.18,467.902L663.186,467.902L645.968,537.626C644.976,541.027 642.779,542.728 639.378,542.728L591.549,542.728C589.424,542.728 587.652,541.878 586.235,540.177C584.96,538.476 584.535,536.492 584.96,534.225L601.54,467.902L535.43,467.902C533.305,467.902 531.533,467.052 530.116,465.352C528.841,463.651 528.415,461.667 528.841,459.4L540.745,411.783C541.737,408.382 543.933,406.682 547.334,406.682L616.846,406.682L630.45,352.263L564.34,352.263C562.214,352.263 560.443,351.413 559.026,349.712C557.609,347.728 557.184,345.744 557.75,343.76L569.654,296.144C570.363,292.743 572.56,291.042 576.244,291.042L645.755,291.042L662.974,221.319C663.966,217.918 666.233,216.217 669.776,216.217L717.392,216.217C719.518,216.217 721.289,217.067 722.707,218.768C723.982,220.468 724.407,222.452 723.982,224.72L707.401,291.042L761.395,291.042L778.613,221.319C779.605,217.918 781.872,216.217 785.415,216.217L833.032,216.217C835.157,216.217 836.929,217.067 838.346,218.768C839.621,220.468 840.046,222.452 839.621,224.72L823.041,291.042L889.151,291.042C891.276,291.042 893.048,291.893 894.465,293.593C895.74,295.294 896.165,297.278 895.74,299.545Z" style="fill:white;fill-rule:nonzero;"/>
10 </g>
11 </g>
12</svg>
diff --git a/recipes/ritetag/index.js b/recipes/ritetag/index.js
new file mode 100644
index 0000000..7af3013
--- /dev/null
+++ b/recipes/ritetag/index.js
@@ -0,0 +1 @@
module.exports = Ferdi => Ferdi
diff --git a/recipes/ritetag/package.json b/recipes/ritetag/package.json
new file mode 100644
index 0000000..5d28e5b
--- /dev/null
+++ b/recipes/ritetag/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "ritetag",
3 "name": "Ritetag",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/alexdevero/franz-ritetag-recipe",
7 "config": {
8 "serviceURL": "https://ritetag.com"
9 }
10}
diff --git a/recipes/ritetag/service.css b/recipes/ritetag/service.css
new file mode 100644
index 0000000..731b5e8
--- /dev/null
+++ b/recipes/ritetag/service.css
@@ -0,0 +1,3 @@
1body {
2 background: #fff;
3}
diff --git a/recipes/ritetag/webview.js b/recipes/ritetag/webview.js
new file mode 100644
index 0000000..0e6e90b
--- /dev/null
+++ b/recipes/ritetag/webview.js
@@ -0,0 +1,7 @@
1const _path = _interopRequireDefault(require('path'));
2
3function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
4
5module.exports = (Ferdi) => {
6 Ferdi.injectCSS(_path.default.join(__dirname, 'service.css'));
7};