artisticat1 / arrows

Draw arrows across different parts of your notes, similar to on paper
MIT License
60 stars 1 forks source link

Could you please make it work with 'Readable line length' off? #1

Open hyperphysin opened 9 months ago

hyperphysin commented 9 months ago
Screenshot 2024-02-16 at 11 51 06 AM
artisticat1 commented 9 months ago

My suggestion would be to use a CSS snippet to increase the margin on the left hand side of the editor.

hyperphysin commented 9 months ago

My suggestion would be to use a CSS snippet to increase the margin on the left hand side of the editor.

I tried this code but it doesn't work. :(

.markdown-source-view { padding-left: 100px; }

Screenshot 2024-02-17 at 11 15 20 AM
thomas-robotham commented 5 months ago

Not sure if anyone is still stuck on this, but if you're wanting to adapt the gutter size to include more arrows with "readable-line-length" turned off, you can use the .cm-gutters css class, and change the width.

e.g.,

grafik