Software recommendation - Desktop Customization & Workflow

Users browsing this thread: 1 Guest(s)
venam
Administrators
I've been using and finding useful clipboard managers these days.
Parcellite and Clipit are both great solutions to this and have approximately the same keybind ctrl-alt-h.

It's my recommendation lately as I've been working in an IDE that doesn't provide an internal clipboard such as with vim.

At the moment I'm looking for a lightweight and complete markdown editor with an export to PDF feature. So far I'm using two things, one of them is an alias on the command line:
Code:
markdown () {
    markdown_py $1 | lynx -stdin
}
However markdown_py doesn't support all markdown, especially tables. And on the other side I've been trying a browser addon for firefox: https://addons.mozilla.org/en-US/firefox...src=search


Messages In This Thread
Software recommendation - by pranomostro - 07-11-2018, 05:52 AM
RE: Software recommendation - by venam - 07-11-2018, 06:28 AM
RE: Software recommendation - by jkl - 07-11-2018, 08:55 AM
RE: Software recommendation - by z3bra - 08-11-2018, 12:02 PM
RE: Software recommendation - by seninha - 05-05-2020, 06:54 PM
RE: Software recommendation - by neeasade - 05-05-2020, 08:25 PM
RE: Software recommendation - by Wildefyr - 07-05-2020, 07:04 AM
RE: Software recommendation - by z3bra - 07-05-2020, 08:36 AM
RE: Software recommendation - by twee - 07-05-2020, 09:07 AM
RE: Software recommendation - by z3bra - 07-05-2020, 01:27 PM
RE: Software recommendation - by seninha - 08-05-2020, 08:55 AM
RE: Software recommendation - by z3bra - 08-05-2020, 06:21 PM
RE: Software recommendation - by seninha - 08-05-2020, 09:06 PM
RE: Software recommendation - by z3bra - 09-05-2020, 05:32 AM
RE: Software recommendation - by seninha - 10-05-2020, 04:09 PM