跳至内容
remarkable云
跳至内容
Search
搜索
工具
显示页面
修订记录
反向链接
最近更改
媒体管理
网站地图
注册
登录
>
start
使用技巧
定制导出笔迹颜色
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
CKG 可视编辑器
=====Exporting with custom ink colors===== The screen stays black-white, but there are tools that allow you to change your colors export in an exported pdf to the colors you want. * [[https://github.com/peerdavid/remapy/#rendering-and-custom-colors|Remapy]] let's you choose your custom color, depending on the layer you're drawing on * [[http://www.davisr.me/projects/rcu/|Rcu]] allows you to change your black, gray or white to the color you prefer * [[https://www.freeremarkabletools.com|Free reMarkable Tools]] allows you to view your gray as red ====Changing SVG colors==== You can export your pages as svg and edit this (e.g. with a text editor) to replace all added artwork with the fill color of your choice. Each SVG is basically just a text file with markup that describes all the line items in the artwork - and it appears that reMarkable exports the base layer as one segment, and the layer on which you have marked the papers on another grouped layer - but you don't need to worry about that, all you need to do is change its colour. === Text editor === You can use an editor like Sublime Text 3 (is free), then go to View > Side Bar > Show Open Files. Then drag all your exported SVGs into that sidebar, thus opening them all in tabs. Now all you have to do is one simple thing to change all the layers colors that you added to each file. Press Ctrl+Shift+F (or Cmd+Shift+F on a Mac) - this does a global find and replace on all open files - enter exactly as below: <code> Find > fill="#000000" Replace > fill="#ff0000" </code> Here is chosen to use red (#ff0000), but you can change this to any hex color code you want. Then click Replace - you should get a message saying "replace X occurrences across X files" - just click yes! Now go to File > Save All And you're done! All your marked layers are now lovely RED. === Terminal === This is faster than doing it manually in a terminal. <code>sed -i 's/#000000/#0000FF/g' file.svg</code>
Page Tools
站点工具
最近更改
媒体管理
网站地图
Site Tools
页面工具
显示页面
修订记录
反向链接
回到顶部
User Tools
用户工具
注册
登录