Harshad Sharma

Results 4 comments of Harshad Sharma

This works: `%link{rel: 'stylesheet', type: 'text/css', href: '{% static "css/grid.css" %}' }` Note the single quotes hiding the raw django template tag from haml.

+1 I am writing a plugin. ```typescript import '@logseq/libs' import ElizaNode from 'elizanode' async function main() { var eliza = new ElizaNode() logseq.App.registerCommandShortcut({ binding: "ctrl+shift+enter", mode: "global" } , async...

@clach04 I haven't touched this code in years and don't seem to have original source/dir on current machine. Sorry, but I don't think I can be of much help here.