This file contains hidden or 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
/*****RTL*****/ | |
.roam-block-container[data-direction*="RTL"] .rm-block-main, | |
.rm-block-children .rm-block__children .rm-level-0 .flex-h-box { | |
direction: rtl; | |
} | |
.roam-block-container[data-direction*="RTL"] .rm-block-children | |
.rm-multibar{ | |
left:unset; | |
right:1px; | |
border-right:unset; |
This file contains hidden or 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
// ==UserScript== | |
// @name Math and Multi Language OCR for Roamresearch | |
// @author Connected Cognition Crumbs <[email protected]> | |
// @require Roam42: Wait until Roam42 loads completely | |
// @version 0.4 | |
// @description Ctrl+click => Math OCR using Mathpix (need to register on mathpix.com and activate the API) | |
// Shift+click => First Language OCR with Tesseract | |
// Alt+click => Second Language OCR with Tesseract | |
// Alt+a c => Replace the image with the OCR result | |
// @match https://*.roamresearch.com |