Patrizio Bekerle
Patrizio Bekerle
If it's just about using some api to get a file link... I guess you could do that in the scripting engine.
> Basically want to have the data shared with many, so that everyone uses QOwnnotes and pull the files from the server. Isn't that what a sync service is for?...
I don't know if any sync service supports "publicly sharing a folder in the internet". Usually, you need to have an account on that sync service for every user you...
I think that will never be possible with QOwnNotes... It's far too much of a personal, very special workflow. 😆
I'm sorry, this is by design not in scope of qownnotes.
Hm, you have https://www.qownnotes.org/scripting/methods-and-objects.html#registering-script-settings-variables. There is a `selection`. And you can use https://www.qownnotes.org/scripting/methods-and-objects.html#starting-an-external-program-and-wait-for-the-output to run a program and use the output.
I still fail to grasp what you are talking about or why do you think this has anything to do with the core of qownnotes. Those scripting commands are meant...
The editor has no concept of what brackets the user means to be paired. It just searches for a matching open bracket, in this case a `(`.
What about multiple levels of the same brackets, then there could be closing brackets already. 🤷
And then maybe some `:-)` mixed in between, have fun writing that system to account for all that... 😅