Is there anything like this that is Vim-centric? Pretty please?
What does Vim-centric mean? Not asking to disagree, just wondering what this refers to. Thanks for any clarification. I don't use vim, so it's just a matter of curiosity for me - but it's always interesting to hear what kinds of tools other developers like to use.
Joplin – a note taking and to-do application with synchronization capabilities
41–50 of 152 posts
Re: Joplin – a note taking and to-do application with synchronization capabilities
#42Re: Joplin – a note taking and to-do application with synchronization capabilities
#43Is there anything like this that is Vim-centric? Pretty please?
Re: Joplin – a note taking and to-do application with synchronization capabilities
#44I've made a comparison table [1] comparing Joplin and other popular note-taking apps, you may find it useful.
Joplin could have been my go-to note-taking app, but IMO they made a few bad design decisions and there are few things I really don't like about it, maybe listing some of them from my point of view could be useful either to Joplin's maintainers or potential users:
- Notebooks are indefinitely nestable but tags are not, why?
- Joplin's icon is SO out of proportions, it looks way out of place in my dock, it may sound silly but I might not have used it just because of this alone.
- There's a button for opening the current note via a third-party editor, this is quite powerful because it means you can use all the fancy plugins and capabilities your general purpose text editor has, but why are all metadata about a particular note stored who-knows-where rather than putting them in the note itself as YAML front matter so I could have edited them directly too?
- Attachments are stored on disk as plain files, that's great because now you can find them and edit them without going through Joplin if necessary, but those files are named with unique ids so actually finding the files you're looking for will be a problem.
- And why not storing all notes on disk directly too, so that you could have done fancy things like running a global search and replace on them, run git on them...? Storing them in a database is generally better for performance, but you can do both.
- Notes have a separate title field, why wouldn't I want to write my titles in an H1 heading in the Markdown content directly instead? The default notes look a bit silly because of this, coming effectively with 2 identical titles.
- The UI looks pretty ugly, there are too many buttons, the interface isn't properly responsive (at some widths the toolbar gets cropped, labels spawn multiple lines etc.), useless things like the "Watching..." label are displayed etc.
- The database location is not customizable, if it were you would have the ability to store multiple notes collections separately, and you could achieve synchronization for free just by putting your database inside Dropbox for instance.
- Some shortcuts are weird and/or missing, for example there's a shortcut for cycling between previewing, editing, and the split editor. That might be useful sometimes, but don't people just want to toggle between editing and previewing or between previewing and the split-editor most of the times? There should be shortcuts for doing that instead.
Re: Joplin – a note taking and to-do application with synchronization capabilities
#45I’m looking for a multi-platform (linux-mac-ios) markdown editor that saves at regular interval and keeps history and sync via git. Is there anything like that? How hard would it be to extend joplin to write a service driver to sync via Git(-hub / -lab / your own server)?
Have you considered Emacs + Org-mode? Works wherever Emacs works (Linux, Mac) and there are apps for Android and iOS. Org files are basically text files that you can commit to git or sync via Google drive, Dropbox, OneDrive etc. Not exactly markdown but GitHub renders org file pretty well. After trying out multiple note taking apps this is what I settled on. You can use it as simple as a note taking app or configure…
Re: Joplin – a note taking and to-do application with synchronization capabilities
#46What do people who also want Latex use? So far I haven’t found anything better than VSC.
Re: Joplin – a note taking and to-do application with synchronization capabilities
#47Only thing I really miss is the ability to have completely separate instances. While it's theoretically possible to script different configs, they can't be used simultaneously.
Syncing works well both through Syncthing and Google Drivw. Haven't tried syncing through OneDrive, and IIRC the docs had some warning about it.
Re: Joplin – a note taking and to-do application with synchronization capabilities
#48What do people who also want Latex use? So far I haven’t found anything better than VSC.
Re: Joplin – a note taking and to-do application with synchronization capabilities
#49Ironically, this README loads more than a hundred images but I can’t even find a desktop screenshot.
Re: Joplin – a note taking and to-do application with synchronization capabilities
#50Disclosure: I work at a competitor note-taking app called Notable [0], so I'm somewhat biased. I've made a comparison table [1] comparing Joplin and other popular note-taking apps, you may find it useful. Joplin could have been my go-to note-taking app, but IMO they made a few bad design decisions and there are few things I really don't like about it, maybe listing some of them from my point of view could be useful e…