- Implement
bookmarkmod - Implement
dateandtimecompletion insert
- Implement CI/CD for the project
- Fix the
luarocksrockspec file
- remove
integration.telescopeandintegration.troublemods - Re-implement the
datametatable wrapper for modules to allow for persistent data synchronization for all modules. - Fix the
linkkey maps for links, make markdown file specific
-
workspaceAdd functionality to add, delete, update workspaces from command
-
noteFix template implementation
-
lspImplement automatic installation and setup and autocmd -
lspImplement tag completion indown.lsp
-
findImplement existing telescope finders in thefindmodule
- Implement code completions for languages of markdown code blocks in
blink.cmpintegration like the following:
sources.default = function(ctx)
local success, node = pcall(vim.treesitter.get_node)
if vim.bo.filetype == 'lua' then
return { 'lsp', 'path' }
elseif success and node and vim.tbl_contains({ 'comment', 'line_comment', 'block_comment' }, node:type()) then
return { 'buffer' }
else
return { 'lsp', 'path', 'snippets', 'buffer' }
end
end- Update the book to reflect new changes
-
data.semanticEmbedding models -
data.knowledgeKnowledge graph -
ai.chatChat based on fine-tuned models -
ai.genGeneration based on fine-tuned models
- Merge
mod.loadandmod.setup - Merge
mod.setup().dependenciesandmod.dep