Compare commits
16 Commits
a7b3e3e14b
...
master
Author | SHA1 | Date | |
---|---|---|---|
|
00f7913599 | ||
14b9363462 | |||
3bde6af554 | |||
eecc70d89b | |||
d9a98d5fbb | |||
67385220ab | |||
9a03fc2182 | |||
253a21e378 | |||
1b03bd9c5f | |||
32185a7ceb | |||
b510875947 | |||
5367a8e9f6 | |||
e11d80f7fd | |||
f456a76055 | |||
e2f8e8a137 | |||
a0963842a6 |
@@ -1,6 +0,0 @@
|
|||||||
const { Remarkable, ItemResponse } = require('remarkable-typescript');
|
|
||||||
(async () => {
|
|
||||||
const client = new Remarkable();
|
|
||||||
const token = await client.register({ code: 'whahovrq' });
|
|
||||||
console.log(token);
|
|
||||||
})()
|
|
@@ -24,6 +24,13 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-color: #e54655;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: max-content;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, button {
|
input, button {
|
||||||
@@ -35,7 +42,7 @@
|
|||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>🚀</h1>
|
<img src="rocket.png" />
|
||||||
<input type="url" id="URL" />
|
<input type="url" id="URL" />
|
||||||
<button id="sendButton">SEND</button>
|
<button id="sendButton">SEND</button>
|
||||||
|
|
||||||
|
@@ -2,8 +2,8 @@
|
|||||||
"name": "Website-to-reMarkable",
|
"name": "Website-to-reMarkable",
|
||||||
"short_name": "Website-to-reMarkable",
|
"short_name": "Website-to-reMarkable",
|
||||||
"description": "Send websites as PDFs to reMarkable",
|
"description": "Send websites as PDFs to reMarkable",
|
||||||
"theme_color": "#999",
|
"theme_color": "#e54655",
|
||||||
"background_color": "#999",
|
"background_color": "#e54655",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"scope": "/",
|
"scope": "/",
|
||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
|
BIN
rocket.png
BIN
rocket.png
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 76 KiB |
@@ -19,11 +19,18 @@
|
|||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
background-color: #e54655;
|
||||||
|
}
|
||||||
|
|
||||||
|
img {
|
||||||
|
width: max-content;
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>🚀</h1>
|
<img src="rocket.png" />
|
||||||
<h2>Sent to reMarkable</h2>
|
<h2>Sent to reMarkable</h2>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user