8 releases (5 breaking)
0.19.2 | Aug 9, 2024 |
---|---|
0.19.1 | Jul 13, 2024 |
0.19.0 | Mar 9, 2024 |
0.18.6 | Oct 5, 2023 |
0.11.4 |
|
#1090 in Command line utilities
210KB
6K
SLoC
Sample screencast
Installation
About
mds
is a cli tool for
- navigating a collection of markdown notes
- creating new notes and linking them together. Notes' metadata and inter-note links are stored outside of them in .sqlite database.
- opening
[description](links)
found inside of markdown notes - jumping to these
[description](links)
' location in markdown in editor (if one needs to change them) - etc.
It links to external tools, such as bat
via config.
mds
works with any dumb editor. It doesn't require editor to have any kind of rich plugin system.
Usage
Keybindings
Colors
- Some color themes for markdown elements in
world.color.theme
field of config can be found at rainglow/sublime and previewed at this awesome website rainglow.io. - if the patchwork in markdown irritates you, please remember, that
settings.background
value in a theme is editable world.color.elements
field of config specifies colors of most of other displayed objects.
Changelog
Dependencies
~78MB
~1.5M SLoC