This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package = "luajwtjitsi" | |
version = "1.3-7" | |
source = { | |
-- Use fork from ASolomatin which uses luaossl | |
url = "git://github.com/ASolomatin/luajwt/", | |
tag = "replace_luacrypto" | |
} | |
description = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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. | |
// |