Search Criteria
Package Details: remarkable 1.95-2
Package Actions
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: | envolution |
Last Packager: | envolution |
Votes: | 97 |
Popularity: | 0.000000 |
First Submitted: | 2014-08-15 01:38 (UTC) |
Last Updated: | 2024-11-23 20:48 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-cairo (python-cairo-gitAUR)
- python-gobject (python-gobject-gitAUR)
- python-gtkspellcheckAUR
- python-markdown
- webkitgtk-6.0 (webkit2gtk-unstableAUR)
- wkhtmltopdfAUR (wkhtmltopdf-staticAUR)
Required by (0)
Sources (2)
envolution commented on 2024-11-22 18:57 (UTC)
envolution commented on 2024-11-18 15:45 (UTC)
I'm sure there used to be a wkhtmltopdf, and I know it's possible something else may be providing wkhtmltopdf, but I can see touch and feel wkhtmltopdf-static now, while trying to get this package to a stable state.
If there is a problem I'm not aware of by doing this, I'm all ears.
simona commented on 2024-11-18 11:03 (UTC)
why wkhtmltopdf-static and not usual wkhtmltopdf?
alerque commented on 2024-09-22 20:03 (UTC)
I adopted this because I tagged the project to watch a long time ago and I saw there is a new upstream release now. I figured that would be a good chance to give it a try. Unfortunately I hadn't looked at the sources, and the only thing remarkable about this project from a source perspective seems to be the mess. There is no install, no Python package management at all, it just expects a bunch of stuff bunged into places that happen to not belong to this package's namespace including some vendored stuff, requires other deprecated projects and dependencies, etc.
I'm sorry but I don't have time to clean this up, so I'm orphaning again. My WIP is here if anybody wants it for reference.
frankz commented on 2023-03-12 17:37 (UTC)
Wasn't able to build the package. But I was able to run it by simply cloning the github repository and then running run.sh.
mbloms commented on 2021-09-08 21:43 (UTC)
A new release doesn't seem to be coming any time soon. I patched this to use the fix from PR #369. Sorry, I should have done that in January.
chrisjbillington commented on 2021-07-18 11:28 (UTC)
@simonweiss and @Falkenber9, your issue is that you need to rebuild and reinstall the package for Python 3.9. After Python updates, one generally needs to rebuild all AUR packages that contain Python modules. When Python 3.10 comes out you'll need to rebuild the -git
package as well. The fact that it is the -git
package isn't what fixed it for you, it was the fact that it was a rebuild.
@hollunder the issue you're seeing was fixed upstream but they haven't made a new release:
https://github.com/jamiemcg/Remarkable/commit/2482e9ccf2eac4a24919d053d51588d8aa09db94
Use remarkable-git
if you want the fix sooner.
hollunder commented on 2021-06-25 08:39 (UTC)
$ remarkable /usr/lib/python3.9/site-packages/pdfkit/source.py:11: SyntaxWarning: "is" with a literal. Did you mean "=="? if self.type is 'file':
(remarkable:43800): WARNING : 10:37:47.467: Error loading plugin: libnuspell.so.5: cannot open shared object file: No such file or directory
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'
simonweiss commented on 2021-02-07 07:17 (UTC)
@Falkenber9, I ended up installing remarkable-git
package. It works with my Python setup.
Pinned Comments