On the [Remarkable](https://remarkable.com/) you can use a PDF as a template. This will fill the blank page with the content of the PDF and you can write over it.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
agenda_pdf/spec/agenda_pdf_spec.rb

9 lines
183 B

RSpec.describe AgendaPdf do
it "has a version number" do
expect(AgendaPdf::VERSION).not_to be nil
end
it "does something useful" do
expect(false).to eq(true)
end
end