- Notifications
You must be signed in to change notification settings - Fork244
How to create wiki links to H1/H2 headers in a document#812
Unanswered
rbhanot4739 asked this question inQ&A
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hello, I am not sure if this is supported or not but in the Obsidian app when I type I can manually edit the link and put a {"epwalsh/obsidian.nvim",version="*",-- recommended, use latest release instead of latest commitlazy=true,dependencies= {"nvim-lua/plenary.nvim", },opts= {ui= {enable=false, },workspaces= { {name="personal",path=vim.fn.expand("~").."/Google Drive/My Drive/Obsedian", }, },notes_subdir="Main",note_id_func=function(title)localsuffix=""iftitle~=nilthensuffix=title:gsub("","-"):gsub("[^A-Za-z0-9-]",""):lower()elsefor_=1,4dosuffix=suffix..string.char(math.random(65,90))endendreturntostring(os.time()).."-"..suffixend, }, |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 0 comments
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment