Package Details: remarkable 1.87-7

Git Clone URL: https://aur.archlinux.org/remarkable.git (read-only, click to copy)
Package Base: remarkable
Description: A free fully featured markdown editor for Linux.
Upstream URL: http://remarkableapp.github.io
Keywords: editor markdown remarkable
Licenses: MIT
Submitter: visit
Maintainer: mbloms
Last Packager: mbloms
Votes: 97
Popularity: 0.000000
First Submitted: 2014-08-15 01:38 (UTC)
Last Updated: 2021-09-08 21:38 (UTC)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 9 Next › Last »

Maddix commented on 2020-12-11 19:11 (UTC)

Don't upgrade to Python 3.9 until they add support. Python 3.9 seems to have broken a lot of libraries.

randomluck commented on 2020-12-08 13:42 (UTC) (edited on 2020-12-08 13:42 (UTC) by randomluck)

Python 3.9 seems to have destroyed something. I can't find the spellcheck package via pacman, too.

/usr/lib/python3.9/site-packages/pdfkit/source.py:11: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if self.type is 'file':
*Spellchecking not enabled.
*To enable spellchecking install python-gtkspellcheck.
pacman -S --asdeps python-gtkspellcheck
Traceback (most recent call last):
  File "/usr/bin/remarkable", line 66, in <module>
    remarkable.main()
  File "/usr/lib/python3.9/site-packages/remarkable/__init__.py", line 49, in main
    window = RemarkableWindow.RemarkableWindow()
  File "/usr/lib/python3.9/site-packages/remarkable_lib/Window.py", line 52, in __new__
    builder = get_builder('RemarkableWindow')
  File "/usr/lib/python3.9/site-packages/remarkable_lib/helpers.py", line 48, in get_builder
    builder.add_from_file(ui_filename)
  File "/usr/lib/python3.9/site-packages/remarkable_lib/Builder.py", line 92, in add_from_file
    ele_widgets = tree.getiterator("object")
AttributeError: 'ElementTree' object has no attribute 'getiterator'

cypa commented on 2020-03-06 13:58 (UTC) (edited on 2020-03-06 13:58 (UTC) by cypa)

remarkable is in Standard menu of my lxqt, why not in office?

mabl commented on 2019-04-14 13:02 (UTC) (edited on 2019-04-14 13:03 (UTC) by mabl)

Without python-setuptools, one gets

$ remarkable                                                                                                                                                                                                                    
Traceback (most recent call last):
  File "/usr/bin/remarkable", line 65, in <module>
    import remarkable
  File "/usr/lib/python3.7/site-packages/remarkable/__init__.py", line 30, in <module>
    from remarkable import RemarkableWindow
  File "/usr/lib/python3.7/site-packages/remarkable/RemarkableWindow.py", line 33, in <module>
    import markdown
  File "/usr/lib/python3.7/site-packages/markdown/__init__.py", line 25, in <module>
    from .core import Markdown, markdown, markdownFromFile
  File "/usr/lib/python3.7/site-packages/markdown/core.py", line 29, in <module>
    import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'

mbloms commented on 2019-02-20 12:05 (UTC)

@marry_a I tried installing and running remarkable without python-setuptools or any of it's dependencies, and that worked fine for me. What was it that didn't work without it?

marry_a commented on 2019-02-20 10:00 (UTC)

please add package python-setuptools to dependencies, i had to install it manually to get remarkable to work.

mbloms commented on 2018-08-09 10:55 (UTC)

@dcro95 GitHub must've changed their patch format. Fixed it.

dcro95 commented on 2018-08-07 15:26 (UTC)

sha1sum of the file stable.patch seems to be invalid in PKGBUILD.

I have to update the PKBUILD file to install remarkable.

mbloms commented on 2018-03-03 20:46 (UTC)

I've decided to patch this package to use webkit2gtk. The new PKGBUILD also uses the source from github instead of unpacking the deb package.