https://github.com/goneal26/noter
An opinionated markdown wiki plugin for the micro text editor
https://github.com/goneal26/noter
markdown micro micro-editor micro-editor-plugin notes plugin
Last synced: 12 months ago
JSON representation
An opinionated markdown wiki plugin for the micro text editor
- Host: GitHub
- URL: https://github.com/goneal26/noter
- Owner: goneal26
- Created: 2024-11-22T23:54:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-17T20:06:39.000Z (about 1 year ago)
- Last Synced: 2025-02-01T01:41:20.466Z (about 1 year ago)
- Topics: markdown, micro, micro-editor, micro-editor-plugin, notes, plugin
- Language: Lua
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noter
A plugin for the [micro text editor](https://github.com/zyedidia/micro)
providing a set of features for wiki-style markdown notes.
This plugin is a bit opinionated in its current design, as it's built around how
I personally take markdown notes.
## Installation and Contributing
As of right now this isn't on the
[Official Micro Plugin Channel](https://github.com/micro-editor/plugin-channel)
but once it is you can install it through the plugin manager with
`> plugin install noter`.
Otherwise, simply clone this repository to your micro config plugin folder- the
plugin should be at a path like `~/.config/micro/plug/noter`. Then restart
micro; you may need to run `> reload` to initialize any settings.
I have yet to test the plugin on operating systems other than Void Linux, and
I have yet to test the plugin on other versions of micro.
I can only guarantee that the plugin runs on micro versions at or above
`2.0.14` (I originally developed it in version `2.0.15-dev.78`). In theory it
*should* work on any version >= `2.0.0`, as far as I know.
See [[help/noter]] for the main help file, or run `> help noter` after install.
## Roadmap
I already personally use micro as my primary text/code editor. However, for my
notes I use [Obsidian](https://obsidian.md/), and I would like to replicate
enough of what I like about Obsidian in this plugin to where I don't need to use
Obsidian anymore.
Ideally once it's finished it'll have the features of the unofficial
[microwiki](https://github.com/obedm503/microwiki) plugin, and I'll actively
be adding new features and accepting pull requests for some time.
In order to do this, I would like to eventually add these features:
- [x] Following wikilinks
- [ ] Better markdown syntax highlighting
- [ ] Templates
- [ ] Daily Notes
- [ ] Backlinks?
- [ ] Tags?