<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shayan Nasir</title>
    <description>The latest articles on DEV Community by Shayan Nasir (@lazypenguin).</description>
    <link>https://dev.to/lazypenguin</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F781596%2F2e193105-204d-4f04-9796-8d6a70f40b76.jpg</url>
      <title>DEV Community: Shayan Nasir</title>
      <link>https://dev.to/lazypenguin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lazypenguin"/>
    <language>en</language>
    <item>
      <title>SearchNote - A lightweight, quick, keyboard-centric, search-oriented desktop(linux) app</title>
      <dc:creator>Shayan Nasir</dc:creator>
      <pubDate>Wed, 12 Jan 2022 18:59:03 +0000</pubDate>
      <link>https://dev.to/lazypenguin/searchnote-a-lightweight-quick-keyboard-centric-search-oriented-desktoplinux-app-1pih</link>
      <guid>https://dev.to/lazypenguin/searchnote-a-lightweight-quick-keyboard-centric-search-oriented-desktoplinux-app-1pih</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--BODt0bZA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ds0g6dpd1t8262hlnhg7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--BODt0bZA--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ds0g6dpd1t8262hlnhg7.png" alt="Search Note" width="880" height="880"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  SEARCH NOTE
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Overview of My Submission
&lt;/h3&gt;

&lt;p&gt;I do most of my work using just my keyboard and a lot of the everyday tasks requires fetching some saved data (credentials, queries, etc) and saving some more of it just to fetch it back again. ClipIt is good, but I couldn't customise it to an extent where it would match my hierarchical data persistence need. &lt;/p&gt;

&lt;p&gt;So as a fresh engineer, ignoring the "Don't reinvent the wheel" ideology, I went ahead and made myself (and everyone else, if they please) a note-taking application that hierarchically saves data (tables -&amp;gt; entries) and fetches all of those super-quickly while you're typing (thanks to MongoDB Atlas). Also, all actions have keyboard shortcuts mapped to them.&lt;/p&gt;

&lt;h4&gt;
  
  
  Technology Stack
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;JavaFX&lt;/li&gt;
&lt;li&gt;MongoDB Atlas&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The current release has a .deb and .jar available to download. Compatible releases for other OS are definitely in-progress.&lt;/p&gt;

&lt;h3&gt;
  
  
  Submission Category:
&lt;/h3&gt;

&lt;p&gt;Choose Your Own Adventure&lt;/p&gt;

&lt;h3&gt;
  
  
  Link to Code
&lt;/h3&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--566lAguM--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/shayannasir"&gt;
        shayannasir
      &lt;/a&gt; / &lt;a href="https://github.com/shayannasir/search-note"&gt;
        search-note
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;
&lt;h1&gt;
Search Note&lt;/h1&gt;
&lt;p&gt;&lt;strong&gt;Search Note&lt;/strong&gt; is a light-weight, super-fast, keyboard-shortcuts-centric, search-oriented note-taking/fetching desktop application.&lt;/p&gt;
&lt;p&gt;All the actions in &lt;em&gt;search-note&lt;/em&gt; are performed via keyboard shortcuts.&lt;/p&gt;
&lt;h2&gt;
Structure&lt;/h2&gt;
&lt;p&gt;Search Note has 2 stages/layouts, specifically:-&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Table:&lt;/strong&gt;: Tables are the main entry points to a document. Analogous to a collection inside a Document based Database, a single Table may hold numerous &lt;em&gt;Entries&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Entry&lt;/strong&gt;: Entries exist within a particular table and have 3 attributes in them - key, value and description.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
Features&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;User Registration and login&lt;/li&gt;
&lt;li&gt;Document oriented architecture (tables -&amp;gt; entries)&lt;/li&gt;
&lt;li&gt;Keyboard shortcuts for everything&lt;/li&gt;
&lt;li&gt;Easy clipboard operations&lt;/li&gt;
&lt;li&gt;Note Archiving&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
Portability&lt;/h2&gt;
&lt;p&gt;As of it's first release, Search Note can be downloaded as a jar (recommended) or a .deb package (beta stage) . With time, more OS-specific executables of the application will be released.&lt;/p&gt;
&lt;h3&gt;
Development&lt;/h3&gt;
&lt;p&gt;Search Note in under active development.&lt;/p&gt;
&lt;h2&gt;
Build&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;Clone project&lt;/li&gt;
&lt;li&gt;Ensure the correct javafx support version of java 11 is set…&lt;/li&gt;
&lt;/ol&gt;
&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/shayannasir/search-note"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;h3&gt;
  
  
  Additional Resources / Info
&lt;/h3&gt;

&lt;p&gt;Attaching a bunch of screenshots below. &lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--jMOCUQ4G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lrk0jni6flqkx6rxyepa.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--jMOCUQ4G--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/lrk0jni6flqkx6rxyepa.png" alt="Authentication" width="880" height="637"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--z9pS1rEL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cvz4fghdb4rd9rm99im2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--z9pS1rEL--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/cvz4fghdb4rd9rm99im2.png" alt="Table View" width="880" height="642"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--p2T7or90--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8zyhz3qhy2tibpwqin0g.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--p2T7or90--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/8zyhz3qhy2tibpwqin0g.png" alt="Table View" width="880" height="648"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--QveXkkFV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tystjx3y1vhxi1oyxm32.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--QveXkkFV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tystjx3y1vhxi1oyxm32.png" alt="Entry View" width="880" height="658"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--uLz_MWEV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/paqaswsjhym17688xi93.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--uLz_MWEV--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/paqaswsjhym17688xi93.png" alt="Add Entry" width="880" height="656"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;And of course, any feedback, opinion, extensions, critism, etc is appreciated&lt;/p&gt;

</description>
      <category>atlashackathon</category>
      <category>mongodb</category>
      <category>java</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
