Replies: 3 comments 9 replies
-
This will require srid/ema#69 and more. |
Beta Was this translation helpful? Give feedback.
-
Someone viewing and navigating the pages with Emanote in the browser app eventually wants to edit some page he is viewing. From the browser he needs to get back to the corresponding file in the editor (e.g. vscode) without wasting time manually looking for the file. How does that work? If the Emanote page has a button to jump to the corresponding editor page, that button needs to direct the user to another program at a specific file somehow. If he has multiple instances of that editor open, the correct editor needs to be chosen. If no editor is open, then what? Syncing in the other direction is also needed -- view in Emanote the page currently being edited in the editor. Essentially, it seems that the editor app and the browser page for Emanote will need to communicate closely. That, or Emanote has a bulit-in editor, similar to ObsidianMD. Perhaps using Emanote as an additional, preview, pane next to the editor pane, through a plugin, is one way, allowing the preview page selection to be synced with the editor file 'selection'. I think the ability to seamlessly, productively, switch between editing and viewing is important for Emanote to have significant value beyond simply the static site generation capability. For previewing, people can already edit markdown in vscode and view the preview next to the editor though what's lacking there is the kind of tag navigation that Emanote provides. |
Beta Was this translation helpful? Give feedback.
-
Have a split view with the right panel directly opening neovim allowing direct editing of Markdown notes.
Use https://github.com/glacambre/firenvim or something of that ilk.
Motivation" avoid having to open a second window (Terminal+nvim, Emacs, Obsidian, VSCode, etc..) just to make a quick edit to notes.
Stretch goal: adopt PureScript and add more (optional) interactivity to Emanote generated sites.
Beta Was this translation helpful? Give feedback.
All reactions