med
orgmode
| med | orgmode | |
|---|---|---|
| 7 | 102 | |
| 91 | 3,777 | |
| - | 1.1% | |
| 1.8 | 8.7 | |
| 10 months ago | 5 days ago | |
| D | Lua | |
| GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
med
-
Using Microsoft's New CLI Text Editor on Ubuntu
Too heavy.
MicroEmacs is small and lightweight. I port it to whatever machine I'm using, and it works nicely in a remote tty window. It doesn't need a customization language, as I just change the source code.
Recently, I added color syntax highlighting to it, and support for unicode characters.
https://github.com/DigitalMars/med
- Med: Micro Emacs in D
-
A lightweight, simple, fast, feature-filled, text editor written in C, and Lua
Here's another one with a very small footprint:
https://github.com/DigitalMars/med
It's the one I use every day. The executable on Windows is a little over a meg. It also works on Linux and Mac.
- A case against syntax highlighting
-
I Still Use Plain Text for Everything.
I fixed my editor so that it recognizes URLs, and underlines them. Clicking on one brings up a browser on that site. I should have done that 20 years ago.
No special syntax is required. It just works. I've since been adding URLs in comments all over my code, for references. It's marvelous.
It could be extended to recognize filename.jpg and filename.mp3 to display or play those files, too. Again with no special syntax whatsoever. It just works.
https://github.com/DigitalMars/med
-
The Lost Apps of the 80s
I still use microEmacs, which floated around the intertoobs in the 1980s. Of course, I've modified it substantially over the years, most recently adding color syntax highlighting and Unicode.
D version:
https://github.com/DigitalMars/med
C version:
https://github.com/DigitalMars/me
The "extension language" is it's so easy to just add some code and recompile it, there's no point in adding an extension language.
I like microEmacs a lot because I can use it remotely over a tty interface.
-
Hecto: Build your own text editor in Rust
Doing one yourself is fun. MicroEmacs drifted around NNTP in the 80s, and I snagged a copy and began modifying it to taste. I've been using it ever since. The latest version was ported to D:
https://github.com/DigitalMars/med
It's a very easy editor to understand and extend.
orgmode
- Rebasing in Magit
- Hello Worg, the Org-Mode Community
- How Markdown Took over the World
- Nvim-orgmode/orgmode: Orgmode clone written in Lua for Neovim
-
Using Emacs Org-Mode With Databases: A getting-started guide
I'm in the exact same boat. I've started exploring https://github.com/nvim-orgmode/orgmode and it seems to be a pretty accurate emulation of Emacs Orgmode, or at least I haven't run into its limitations yet since I'm just starting to explore it. I still haven't solved the sharing of calender/todo info but this page has some ideas that could work to varying degrees: https://orgmode.org/worg/org-tutorials/org-google-sync.html
-
I tried every todo app and ended up with a .txt file
> There's a vim plugin for org mode that I used to use, but TBH, Emacs excels at org mode.
Which one did you use? I use https://nvim-orgmode.github.io/ and am happy with it, it's fairly modern written as a lua script.
I did see an older one https://github.com/jceb/vim-orgmode but i don't think that's maintained anymore.
-
Neorg – organize your life in Neovim
nvim-orgmode [1] is also available. Knowledge from emacs orgmode should carry over without much issue. I didn't feel like there was a need to reinvent the wheel like neorg does when there were powerful notetaking solutions available; does anyone have a comparison breakdown of features and capabilities?
[1] https://github.com/nvim-orgmode/orgmode
-
People who used both neovim orgmode plugin and emacs orgmode, how would you compare them?
Hi, I'm a nvim user for quite a long time already and I don't think I'd switch to Emacs. However I'm curious if I could use Emacs for orgmode, since I'm not always satisfied by orgmode for neovim (still, kudos to the authors for the amazing work!).
-
Installing nvimorg in LazyVim
Hello i have trouble to install this plugin:https://github.com/nvim-orgmode/orgmode in LazyVim.
-
Compiler.nvim: Oficially released (beta)
But of course. https://github.com/nvim-orgmode/orgmode
What are some alternatives?
SublimeDebugger - Graphical Debugger for Sublime Text for debuggers that support the debug adapter protocol
neorg - Modernity meets insane extensibility. The future of organizing your life in Neovim.
lite-xl-plugin-manager - A Lite XL plugin manager.
vimwiki - Personal Wiki for Vim
libui-ng - libui-ng: a portable GUI library for C. "libui for the next generation"
vim-orgmode - Text outlining and task management for Vim based on Emacs' Org-Mode