Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto linking of notes #1071

Closed
rolandjohann opened this issue Nov 5, 2017 · 2 comments
Closed

Auto linking of notes #1071

rolandjohann opened this issue Nov 5, 2017 · 2 comments
Labels
feature request 🌟 Issue is a new feature request. needs more info ℹ️ Issue requires more information from the issue's reporter.

Comments

@rolandjohann
Copy link

I'm searching for an app to act as my daily journal/wiki and found this one.
Because of electron basis, OSS and therefore extensibility I would like to implement automatic linking of note content to other notes based on the title.

Ideally the linking should be done when viewing a note and therefore don't modify the source of the note. There are a few corner cases that should be considered:

  • links must be omitted (a PoC resolved that links inside links leads to crashing of the app)
  • code, diagram and latex block must be omitted
  • maybe explicit syntax to define a block of content that should not be auto linked (improvement)

Started to implement this feature/build a PoC - any comments are welcome.

@rolandjohann rolandjohann changed the title Auto Linking Auto linking of notes Nov 5, 2017
@kazup01 kazup01 added the discussion 💬 Issue concerns a discussion. label Nov 6, 2017
@Flexo013
Copy link
Contributor

@rolandjohann How is your implementation coming along? If you are ready to submit a PR, then please do 😄

I also wanted to double check exactly what you had in mind for this new feature. Would it be something like this:

  • I have one main note in which I want to link to subsequent notes.
  • I types something that returns a list of notes, like [notes:'/Day.*/']. For exaple regex on the note title.
  • When I make a new note titled 'Day 27 July 2019' it should automatically get added to the other main note.

Is that the behavior you would like to see?

@Flexo013 Flexo013 added feature request 🌟 Issue is a new feature request. needs more info ℹ️ Issue requires more information from the issue's reporter. and removed discussion 💬 Issue concerns a discussion. labels Jul 27, 2019
@Flexo013
Copy link
Contributor

Flexo013 commented Aug 9, 2019

Closing this issue for now.

@rolandjohann Feel free to reopen it when you respond :)

@Flexo013 Flexo013 closed this as completed Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request 🌟 Issue is a new feature request. needs more info ℹ️ Issue requires more information from the issue's reporter.
Projects
None yet
Development

No branches or pull requests

3 participants