You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/format-converter.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,7 @@ To open the format converter, use the keyboard shortcut `Alt + m`. This will ope
15
15
The format converter also supports a web view. Hit the keyboard shortcut `Alt + Shift + M` to open a dialog that displays what your Roam page would look like on a webpage.
16
16
17
17
It's possible to assign a unique hotkey to individual commands, should you prefer to do so. To accomplish this, navigate to either `Settings` > `Hotkeys` or the WorkBench Extension Settings.
Copy file name to clipboardExpand all lines: docs/image-ocr.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,3 @@ On hover, a magnifying glass icon with a `T` will appear near the Roam native bl
17
17
Once the extension finishes, it will replace the `Loading...` text with all the new text it parsed from the image. If the text begins with a bullet or dash on a line, the bullet will be stripped, leaving the rest of the text content.
18
18
19
19
This extension is currently only supported in online mode.
Copy file name to clipboardExpand all lines: docs/import-article.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,30 @@ Toggle the Import Article module on inside WorkBench.
10
10
11
11

12
12
13
-
In the Roam Command Palette, enter `Import Article into Roam`.
13
+
In the Roam Command Palette, enter `Import Article into Roam`. You could also use the `ALT+SHIFT+I` or `OPT+SHIFT+I` keyboard shortcut to bring up the import the article dialog.
14
14
15
-
There will be a dialog with a text input where you paste in the article's URL. Then, you could hit the `IMPORT` button and the contents of the article will be imported into your Roam DB!
15
+
Input the article's URL where it says `Enter url ...`. Then, hit the `Import Article` button and the contents of the article will be imported into your Roam DB!
16
+
17
+
## Indent Blocks Under Header
18
+
19
+
The overlay supports an `Indent Blocks Under Header` option.
20
+
21
+
When checked, this will paste contents as children blocks of each header in the article.
22
+
23
+
# Reporting Import Issues
16
24
17
25
The extension is making it's best guess on what content from the link is considered the article and what isn't. To help improve the extension over time, send article links that did not quite format correctly to [email protected].
18
26
19
-
If there is already an article link in a block, you could use the `ALT+SHIFT+I` or the `OPT+SHIFT+I` keyboard shortcut to automatically import the article from the link. It's possible to assign a unique hotkey to this command, should you prefer to do so. To accomplish this, navigate to either `Settings` > `Hotkeys` or the WorkBench Extension Settings.
27
+
# Hotkey
20
28
21
-
The overlay supports an "Indent Under Header" option. When checked, this will paste contents as children of each header in the article.
29
+
It's possible to assign a unique hotkey to the command, should you prefer to do so. To accomplish this, navigate to either `Settings` > `Hotkeys` or the WorkBench Extension Settings.
30
+
31
+
# SmartBlocks Integration
22
32
23
33
This extension is also integrated with [SmartBlocks](https://github.com/RoamJS/smartblocks)!
24
34
25
35
If you have both this extension and SmartBlocks installed, there will be a `<%ARTICLE:[link]%>` command available. Replace `[link]` with the desired url that you'd like to import. The command will automatically run the article import logic and paste the contents in the blocks before continuing with the rest of the workflow.
0 commit comments