Modularize the project #230
neo451
announced in
Announcements
Replies: 1 comment
-
I like the modular idea, we just need to be precise and concise about what our 'core' is. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would say it will not be a big breaking change, we can just do:
Add a
enabled
field to existing submodulelike
templates.enabled = false
, this can also help user who don't do templates or dailies to have a cleaner command interface: #78this is also quite a idiomatic thing for neovim plugins, like snacks.nvim and lazy.nvim all do this for its submodules.
Make modules correspond to code modules, and wiki page
move
img_paste.lua
toattachments/
folder, daily related functions todaily_notes/
folder and etc, so that more developer friendly. This also this gives us a more clear sense of thecore/
New modules
for existing plugins. we can either fork these into our org if not actively maintained, or just simply add integration as a command and have a config module into it.
sync
obsidian-git
remotely-save
recorder
task
#29
orgmode editing
https://orgmode.org/org.html#Structure-Editing
M-enter
and etcInspiration:
Obsidian's idea of core plugins
Neorg's module system
Beta Was this translation helpful? Give feedback.
All reactions