Skip to content

Instantly share code, notes, and snippets.

View ramisedhom's full-sized avatar

Rami Sedhom ramisedhom

View GitHub Profile
@ramisedhom
ramisedhom / Export-Airtable-to-Github-markdown.py
Last active September 28, 2021 16:11
Export "P-Obsidian Plugins Categorization" Airtable database to Github's markdown format to be published on Awesome-Obsidian Github repository
Moved to https://github.com/ramisedhom/obsidian-plugins-categorization
@ramisedhom
ramisedhom / index.html
Last active January 13, 2024 22:47
Dashboard home page from Joplin notes
<html>
<head>
<title>Dashboard</title>
<link rel='stylesheet' href='bootstrap-4.4.1/css/bootstrap.min.css'>
<script type='text/javascript' src='markdown-it.min.js'></script>
<script type='text/javascript' src='markdown-it-footnote.min.js'></script>
<script type='text/javascript' src='joplin.js'></script>
</head>
<body>
<div class='container'>
Public Sub SendToJoplin()
Dim sToken As String, sURL As String
Dim sURLNotes, sURLResources, sEscapedBody, sJSONString, sFolderID As String
Dim objItem As Outlook.MailItem
sToken = "REPLACE ME WITH YOUR TOKEN"
sURL = "http://127.0.0.1:41184"
sURLNotes = sURL & "/notes?token=" & sToken
sURLResources = sURL & "/resources?token=" & sToken