All Projects → negrel → nwotable

negrel / nwotable

Licence: AGPL-3.0 License
One app for all your notes on all your devices.

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
typescript
32286 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to nwotable

Editor.md
The open source embeddable online markdown editor (component).
Stars: ✭ 11,741 (+53268.18%)
Mutual labels:  markdown-editor, codemirror, commonmark, markdown-writer
Noty
Autosaving sticky note with support for multiple notes without needing multiple windows.
Stars: ✭ 321 (+1359.09%)
Mutual labels:  codemirror, note
xknote
📒 XK-Note | 一个集各种神奇功能的云笔记
Stars: ✭ 69 (+213.64%)
Mutual labels:  markdown-editor, note
markdown-editor
✏️ A very simple but useful Markdown Previewer and Markdown Editor with CodeMirror, Markedjs, and Create-react-app
Stars: ✭ 25 (+13.64%)
Mutual labels:  markdown-editor, codemirror
Hypermd
A WYSIWYG Markdown Editor for browsers. Break the Wall between writing and previewing.
Stars: ✭ 1,258 (+5618.18%)
Mutual labels:  markdown-editor, codemirror
Markdown Edit
online markdown editor/viewer
Stars: ✭ 188 (+754.55%)
Mutual labels:  markdown-editor, codemirror
Macdown
Open source Markdown editor for macOS.
Stars: ✭ 8,855 (+40150%)
Mutual labels:  markdown-editor, markdown-writer
ClearWriter
A silent notepad.
Stars: ✭ 25 (+13.64%)
Mutual labels:  markdown-editor, codemirror
leanote-desktop-lite
Another Leanote desktop app, based on Electron + React. Support Auto-markdown
Stars: ✭ 48 (+118.18%)
Mutual labels:  markdown-editor, note
Publish.jl
A universal document authoring package for Julia.
Stars: ✭ 86 (+290.91%)
Mutual labels:  commonmark
graphite
✍️ A local-first Markdown note-taking app built with Vue.js, Tailwind CSS, and Electron.
Stars: ✭ 17 (-22.73%)
Mutual labels:  markdown-editor
Xuanwo
Learn, work and think in an open-source way!
Stars: ✭ 35 (+59.09%)
Mutual labels:  note
MarkdownIt
Efficient Code Editor to live render Markdown and save as Markdown,Html and Pdf with Instant Hosting in The Web.
Stars: ✭ 31 (+40.91%)
Mutual labels:  markdown-editor
codemirror-colorpicker
colorpicker with codemirror
Stars: ✭ 113 (+413.64%)
Mutual labels:  codemirror
react-native-codeditor
React Native component to display code editor using WebView and CodeMirror
Stars: ✭ 21 (-4.55%)
Mutual labels:  codemirror
oscp
My notebook for OSCP Lab
Stars: ✭ 22 (+0%)
Mutual labels:  note
vue-showdowns-editor
A markdown editor using codemirror and previewer using @jhuix/showdowns for Vue.js.
Stars: ✭ 27 (+22.73%)
Mutual labels:  codemirror
thegreatmarkdown
《了不起的 Markdown》
Stars: ✭ 44 (+100%)
Mutual labels:  commonmark
stylo
Stylo est un éditeur de textes pour articles scientifiques en sciences humaines et sociales.
Stars: ✭ 29 (+31.82%)
Mutual labels:  markdown-editor
notey.app
📝 A notes app to keep track of important things
Stars: ✭ 17 (-22.73%)
Mutual labels:  note

Languagegrade: JS/TSMadeWithVueJs.com shield

Nwotable_logo | Nwotable

Introduction

Nwotable is a PWA to write markdown (Github Flavored). It currently only support desktop browser but I'm working to make it work on mobile too. The design is strongly inspired by the app of Fabio Spampinato and if you are looking for a desktop markdown editor you should take a look at his work.

Nwotable v1.0.0 is build with the following awesome technologies :

Features

Supported features :

  • Markdown editor (Github Flavored) // 1.0.0
  • Indefinitely nestable tags // 1.0.0
  • export or download as :
    • HTML // 1.0.0
    • Markdown // 1.0.0
  • Filter by :
    • Tag // 1.0.0
    • Search // 1.0.0
    • Favorite // 1.0.0
  • Import local attachment (images only .jpg, .ext, .png) // 1.0.0
  • Metadata header // 1.0.0

Release

Check at : https://nwotable.negrel.dev/ app picture

☑️ TODO

The app is still in development so some features may not work.

Missing features :

  • Mobile support
  • Fuzzy search
  • Auto delete unused attachment at the starting of the app.
  • Rename imported attachment
  • Live preview (split mode).
  • Export as a PDF
  • Dark Themes
  • Google Drive & Dropbox support (cloud support)
  • Code syntax highlighting (rendered markdown, no showdow-highlight)

app picture

🌠 Show Your Support

Please give a if this project helped you!

Contributing

If you want to contribute to Nwotable to add a feature or improve the code contact me at [email protected], open an issue or make a pull request.

Set up the dev env.

Clone this repositorie :

git clone https://github.com/negrel/nwotable.git

Install the dependencies :

cd Nwotable
npm install

Start the dev server (with hot reload) :

npm run dev:pwa

Build the app for production :

npm run build:pwa

📜 License

AGPL-v3 © Alexandre Negrel

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].