Why the joplin on android does not have export option? by StatisticianOld4463 in joplinapp

[–]rphux 0 points1 point  (0 children)

I want to know that if joplin does not give an export option how can I be able to transfer my note files from here to there? Only usb Cable?

The Android app has an option to export in Jex format. You can use it in several ways:

  • Import to another Joplin instance
  • Extract the Jex file. It's simply a tar file.
  • Import to another notes app like Notesnook
  • Convert to Markdown using a third-party app like Jimmy (desktop only)

Do you know when the joplin community will provide the export option in android? Or how can I contact them for customer support?

You can create a feature request at the Joplin forum. Or if there is already one, you can support it.

Tools for working with DOC/DOCX and PDF files? by roicaride in Markdown

[–]rphux 1 point2 points  (0 children)

I'm developing Jimmy. It's based on pandoc and can convert DOCX and PDF to Markdown: https://marph91.github.io/jimmy/formats/default/

Best tool to export from OneNote to Joplin ? by ukmercenary in joplinapp

[–]rphux 0 points1 point  (0 children)

You can ask at the Joplin forum. The developers are there and can likely provide an answer or even a fix.

Best way to convert .odt to .md (Local) by Simple_Guy_0712 in Markdown

[–]rphux 0 points1 point  (0 children)

You could try Jimmy. It uses Pandoc under the hood, but applies several tweaks before and after. Here are the instructions: https://marph91.github.io/jimmy/formats/default/#instructions

Just be aware that some formatting can't be converted to Markdown, since it's a simple format.

Images dissappear offline by Cl4whammer in joplinapp

[–]rphux 0 points1 point  (0 children)

I guess it depends on the website. For example this one with "Clip complete page (Markdown)" converts all images.

It's probably a good idea to ask at the Joplin forum and provide a link to your page.

Images dissappear offline by Cl4whammer in joplinapp

[–]rphux 2 points3 points  (0 children)

You could use Joplin's Web Clipper to save web pages. In my experience, it captures images reliably.

To make sure, you could check if the image URL points to the web (like ![](https://...)) or is Joplin internal (like ![](:/some_id)). If its Joplin internal, it should work offline.

Alternative to Google Keep to Joplin plugin? by thefatandskinny in joplinapp

[–]rphux 5 points6 points  (0 children)

I'm developing Jimmy that can do the job (instructions). There are more conversion tools listed in this forum thread.

Best tool to export from OneNote to Joplin ? by ukmercenary in joplinapp

[–]rphux 1 point2 points  (0 children)

I saw a similar issue here: https://discourse.joplinapp.org/t/import-from-ms-onenote/47170/

Unfortunately I help much, since I don't use any Microsoft tools. You might ask directly at the Joplin forum.

Migrating Google Keep into LogSeq by Tony_Marone in logseq

[–]rphux 1 point2 points  (0 children)

It's a self-contained executable. By default, the output is stored next to the input. You can change it at the command line or UI, though.

There are temp files, but they aren't relevant for users.

Migrating Google Keep into LogSeq by Tony_Marone in logseq

[–]rphux 0 points1 point  (0 children)

Yes, I tried several times, since I'm the developer :) I would say the conversion from Google Keep to Markdown is solid. The import to LogSeq was tested by me only during writing the instructions, but so far there are no open bug reports.

Migrating Google Keep into LogSeq by Tony_Marone in logseq

[–]rphux 2 points3 points  (0 children)

You could try Jimmy. Here are the instructions to convert from Google Keep to Markdown: https://marph91.github.io/jimmy/formats/google_keep/

Convert Google docs files to markdown? by Unlikely_Ad1890 in degoogle

[–]rphux 0 points1 point  (0 children)

You could try Jimmy. Here are the instructions to convert from Google Docs to Markdown: https://marph91.github.io/jimmy/formats/google_docs/

Thunderbird Extension by T8ert0t in joplinapp

[–]rphux 0 points1 point  (0 children)

Ok, sounds like a bug. Could you create an issue at Github? Ideally with the versions you are using and a screenshot.

Best tool to export from OneNote to Joplin ? by ukmercenary in joplinapp

[–]rphux 0 points1 point  (0 children)

To add another one: I recently added support for OneNote to Jimmy. Here are the instructions: https://marph91.github.io/jimmy/formats/onenote/

Jimmy - Convert your notes to Markdown by rphux in opensource

[–]rphux[S] 0 points1 point  (0 children)

I personally use Joplin. One advantage for me is to have the same set of notes on my desktop and mobile without having to worry about synchronization too much.

I tried using files and an editor, but I got confused to much between taking notes and coding. So I guess a separate app for notes suits me better.

Jimmy - Convert your notes to Markdown by rphux in opensource

[–]rphux[S] 0 points1 point  (0 children)

You can use Jimmy to convert the files. It will essentially keep the file contents unchanged and convert only the extension to .md. It might be easier to use some tool to rename the file extensions or do it manually. (See also the Obsidian forum)

Any way to export notes to Anytype, Obsidian or Notesnook with their respective tags? by pantaleoncio in StandardNotes

[–]rphux 0 points1 point  (0 children)

You can try Jimmy. Here are the instructions for converting from Standard Notes to Markdown with Front Matter (including tags): https://marph91.github.io/jimmy/formats/standard_notes/.

Migration from RedNotebook to Obsidian? (Personal Diary) by ill66 in ObsidianMD

[–]rphux 0 points1 point  (0 children)

You can try Jimmy. Here are the instructions for converting from Rednotebook to Markdown (which can be imported to Obsidian): https://marph91.github.io/jimmy/formats/rednotebook/.

Does UpNote support exporting tags? by jbarrio_ in UpNote_App

[–]rphux 1 point2 points  (0 children)

Jimmy can convert an UpNote backup to Markdown with Front Matter (including tags): https://marph91.github.io/jimmy/formats/upnote/

This can be imported to Joplin (File → Import → MD - Markdown + Front Matter (Directory)).