Skip to content

Instantly share code, notes, and snippets.

View lelesrc's full-sized avatar

lele lelesrc

  • Youleaf
  • Rome, Italy
View GitHub Profile
// foam-obsidian-importer.js
// Import from obsidian to foam
//
// • Copy all files recursively from SRC_DIR to DST_DIR.
// • For each .md file:
// - rename to kebab-case.md
// - add header "# filename /n/n"
// - fix internal links and attachments links
// • Copy any other (non .md) file.
//
@lelesrc
lelesrc / luajwtjitsi-1.3-7.rockspec
Created July 4, 2020 12:08
luajwtjitsi using luaossl
package = "luajwtjitsi"
version = "1.3-7"
source = {
-- Use fork from ASolomatin which uses luaossl
url = "git://github.com/ASolomatin/luajwt/",
tag = "replace_luacrypto"
}
description = {